diff options
author | Jason Ekstrand <[email protected]> | 2019-02-12 01:02:28 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-04-19 19:56:42 +0000 |
commit | c0d9926df7d33ab72b386444569fd0c384b115b8 (patch) | |
tree | e5c9581d54dcdf5aed3829926a3fbf7a32305525 /src/intel/compiler/brw_nir.h | |
parent | 83af92e593ccb316f33fc6a9a7cf8ea0f8ea3486 (diff) |
anv: Use bindless handles for images
Reviewed-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_nir.h')
-rw-r--r-- | src/intel/compiler/brw_nir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_nir.h b/src/intel/compiler/brw_nir.h index d5f36c236b3..ba450209e51 100644 --- a/src/intel/compiler/brw_nir.h +++ b/src/intel/compiler/brw_nir.h @@ -121,6 +121,8 @@ bool brw_nir_lower_image_load_store(nir_shader *nir, const struct gen_device_info *devinfo); void brw_nir_rewrite_image_intrinsic(nir_intrinsic_instr *intrin, nir_ssa_def *index); +void brw_nir_rewrite_bindless_image_intrinsic(nir_intrinsic_instr *intrin, + nir_ssa_def *handle); bool brw_nir_lower_mem_access_bit_sizes(nir_shader *shader); |