Searched refs:lower_tex_src_to_offset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_samplers.c30 lower_tex_src_to_offset(nir_builder *b, function in typeref:typename:void
126 lower_tex_src_to_offset(b, instr, texture_idx);
133 lower_tex_src_to_offset(b, instr, sampler_idx);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers.c35 lower_tex_src_to_offset(nir_builder *b, function in typeref:typename:void
114 lower_tex_src_to_offset(b, instr, texture_idx);
121 lower_tex_src_to_offset(b, instr, sampler_idx);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c644 lower_tex_src_to_offset(nir_builder *b, nir_tex_instr *instr, unsigned src_idx, function in typeref:typename:uint8_t
760 return_size = lower_tex_src_to_offset(b, instr, texture_idx, shader,
767 lower_tex_src_to_offset(b, instr, sampler_idx, shader, pipeline, layout);
783 /* FIXME: really similar to lower_tex_src_to_offset, perhaps refactor? */

Completed in 6 milliseconds