Home
last modified time | relevance | path

Searched refs:gl_nir_lower_samplers_as_deref (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers.c36 gl_nir_lower_samplers_as_deref(shader, shader_program); in gl_nir_lower_samplers()
Dgl_nir.h41 bool gl_nir_lower_samplers_as_deref(nir_shader *shader,
Dgl_nir_lower_samplers_as_deref.c345 gl_nir_lower_samplers_as_deref(nir_shader *shader, in gl_nir_lower_samplers_as_deref() function
Dmeson.build80 'gl_nir_lower_samplers_as_deref.c',
/external/mesa3d/src/compiler/
DMakefile.sources30 glsl/gl_nir_lower_samplers_as_deref.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp917 NIR_PASS_V(nir, gl_nir_lower_samplers_as_deref, shader_program); in st_nir_lower_samplers()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1607 - nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.
1608 - nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref
D19.1.0.rst196 \`gl_nir_lower_samplers_as_deref'
2530 - nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.