Searched refs:lower_sampler (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_samplers.c | 118 lower_sampler(nir_builder *b, nir_tex_instr *instr) function in typeref:typename:bool 152 progress |= lower_sampler(&b, nir_instr_as_tex(instr));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_lower_samplers.c | 106 lower_sampler(nir_builder *b, nir_tex_instr *instr) function in typeref:typename:bool 140 progress |= lower_sampler(&b, nir_instr_as_tex(instr));
|
| H A D | gl_nir_lower_samplers_as_deref.c | 229 lower_sampler(nir_tex_instr *instr, struct lower_samplers_as_deref_state *state, function in typeref:typename:bool 308 progress |= lower_sampler(nir_instr_as_tex(instr), state, &b);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_lower_samplers_as_deref.c | 244 lower_sampler(nir_tex_instr *instr, struct lower_samplers_as_deref_state *state, function in typeref:typename:bool 332 progress |= lower_sampler(nir_instr_as_tex(instr), state, &b);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 749 lower_sampler(nir_builder *b, nir_tex_instr *instr, function in typeref:typename:bool 931 lower_sampler(&b, nir_instr_as_tex(instr), shader, pipeline, layout);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 2643 - r600/sfn/lower_tex: Get rid of the lower_sampler vector
|
Completed in 13 milliseconds