Home
last modified time | relevance | path

Searched refs:lower_tex_src_to_offset (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_samplers.c30 lower_tex_src_to_offset(nir_builder *b, in lower_tex_src_to_offset() function
126 lower_tex_src_to_offset(b, instr, texture_idx); in lower_sampler()
133 lower_tex_src_to_offset(b, instr, sampler_idx); in lower_sampler()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c644 lower_tex_src_to_offset(nir_builder *b, nir_tex_instr *instr, unsigned src_idx, in lower_tex_src_to_offset() function
760 return_size = lower_tex_src_to_offset(b, instr, texture_idx, shader, in lower_sampler()
767 lower_tex_src_to_offset(b, instr, sampler_idx, shader, pipeline, layout); in lower_sampler()