Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2467 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) in vtn_tex_src() function
2754 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator); in vtn_handle_texture()
2768 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture()
2772 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index); in vtn_handle_texture()
2786 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_bias); in vtn_handle_texture()
2794 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_lod); in vtn_handle_texture()
2802 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_ddx); in vtn_handle_texture()
2803 (*p++) = vtn_tex_src(b, w[arg + 1], nir_tex_src_ddy); in vtn_handle_texture()
2815 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
2821 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
[all …]