Searched refs:lower_sampler (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_samplers.c | 118 lower_sampler(nir_builder *b, nir_tex_instr *instr) in lower_sampler() function 152 progress |= lower_sampler(&b, nir_instr_as_tex(instr)); in lower_impl()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_samplers_as_deref.c | 244 lower_sampler(nir_tex_instr *instr, struct lower_samplers_as_deref_state *state, in lower_sampler() function 328 progress |= lower_sampler(nir_instr_as_tex(instr), state, &b); in lower_impl()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 759 lower_sampler(nir_builder *b, nir_tex_instr *instr, in lower_sampler() function 933 lower_sampler(&b, nir_instr_as_tex(instr), pipeline, layout); in lower_impl()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 2643 - r600/sfn/lower_tex: Get rid of the lower_sampler vector
|