Home
last modified time | relevance | path

Searched refs:gl_nir_lower_samplers (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers.c30 gl_nir_lower_samplers(nir_shader *shader, in gl_nir_lower_samplers() function
Dgl_nir.h39 bool gl_nir_lower_samplers(nir_shader *shader,
Dmeson.build79 'gl_nir_lower_samplers.c',
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c172 NIR_PASS_V(nir, gl_nir_lower_samplers, prog); in load_glsl()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c194 NIR_PASS_V(nir, gl_nir_lower_samplers, prog); in load_glsl()
/external/mesa3d/docs/relnotes/
D19.0.4.rst150 - glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
D19.0.0.rst1608 - nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref
D19.1.0.rst2522 - glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
/external/mesa3d/src/compiler/
DMakefile.sources29 glsl/gl_nir_lower_samplers.c \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c185 NIR_PASS_V(prog->nir, gl_nir_lower_samplers, shader_prog); in brw_nir_lower_resources()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp919 NIR_PASS_V(nir, gl_nir_lower_samplers, shader_program); in st_nir_lower_samplers()