Searched refs:nir_explicit_io_address_from_deref (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 1918 nir_explicit_io_address_from_deref(nir_builder *b, nir_deref_instr *deref, in nir_explicit_io_address_from_deref() function 2226 nir_def *addr = nir_explicit_io_address_from_deref(b, deref, base_addr, in lower_explicit_io_deref()
|
H A D | nir.h | 5762 nir_def *nir_explicit_io_address_from_deref(struct nir_builder *b,
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_nir_apply_pipeline_layout.c | 613 return nir_explicit_io_address_from_deref(b, deref, addr, addr_format); in build_buffer_addr_for_deref()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_nir_lower_descriptors.c | 532 addr = nir_explicit_io_address_from_deref(b, *p, addr, addr_format); in lower_load_ubo_intrin()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 1362 return nir_explicit_io_address_from_deref(b, deref, addr, addr_format); in build_buffer_addr_for_deref()
|