Searched refs:vtn_tex_src (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 2593 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) in vtn_tex_src() function 2936 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator); in vtn_handle_texture() 2966 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture() 2970 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index); in vtn_handle_texture() 2985 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_bias); in vtn_handle_texture() 2993 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_lod); in vtn_handle_texture() 3001 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_ddx); in vtn_handle_texture() 3002 (*p++) = vtn_tex_src(b, w[arg + 1], nir_tex_src_ddy); in vtn_handle_texture() 3014 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture() 3020 (*p++) = vtn_tex_src( in vtn_handle_texture() [all...] |
Completed in 6 milliseconds