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.c1394 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) in vtn_tex_src() function
1580 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator); in vtn_handle_texture()
1595 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture()
1605 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_bias); in vtn_handle_texture()
1611 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture()
1617 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddx); in vtn_handle_texture()
1618 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddy); in vtn_handle_texture()
1623 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_offset); in vtn_handle_texture()
1633 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index); in vtn_handle_texture()