Home
last modified time | relevance | path

Searched refs:nir_lower_image (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_image.c90 nir_lower_image(nir_shader *nir, const nir_lower_image_options *options) in nir_lower_image() function
Dmeson.build160 'nir_lower_image.c',
Dnir.h5260 bool nir_lower_image(nir_shader *nir,
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c564 NIR_PASS_V(s, nir_lower_image, &lower_image_opts); in ir3_nir_post_finalize()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c730 progress |= nir_lower_image(shader, &image_options); in brw_nir_lower_storage_image()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c847 NIR_PASS_V(nir, nir_lower_image, &lower_image_options); in si_lower_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c651 nir_lower_image(nir, &image_options); in radv_shader_compile_to_nir()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1936 - turnip: Replace tu_lower_image_size with nir_lower_image
2179 - nir: Add nir_lower_image() to lower cube image sizes
2181 - intel/compiler: Lower cube image sizes using nir_lower_image()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni989 ../src/compiler/nir/nir_lower_image.c