| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_samplers.c | 118 lower_sampler(nir_builder *b, nir_tex_instr *instr) function 152 progress |= lower_sampler(&b, nir_instr_as_tex(instr));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| gl_nir_lower_samplers.c | 106 lower_sampler(nir_builder *b, nir_tex_instr *instr) function 140 progress |= lower_sampler(&b, nir_instr_as_tex(instr));
|
| gl_nir_lower_samplers_as_deref.c | 229 lower_sampler(nir_tex_instr *instr, struct lower_samplers_as_deref_state *state, function 308 progress |= lower_sampler(nir_instr_as_tex(instr), state, &b);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| gl_nir_lower_samplers_as_deref.c | 244 lower_sampler(nir_tex_instr *instr, struct lower_samplers_as_deref_state *state, function 332 progress |= lower_sampler(nir_instr_as_tex(instr), state, &b);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_pipeline.c | 749 lower_sampler(nir_builder *b, nir_tex_instr *instr, function 931 lower_sampler(&b, nir_instr_as_tex(instr), shader, pipeline, layout);
|