Searched refs:vtn_tex_src (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1830 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) in vtn_tex_src() function 2015 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator); in vtn_handle_texture() 2030 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture() 2040 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_bias); in vtn_handle_texture() 2046 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture() 2052 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddx); in vtn_handle_texture() 2053 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddy); in vtn_handle_texture() 2058 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_offset); in vtn_handle_texture() 2068 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index); in vtn_handle_texture()
|