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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2070 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) function in typeref:typename:nir_tex_src
2288 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator);
2303 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod);
2313 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_bias);
2319 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod);
2325 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddx);
2326 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ddy);
2331 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_offset);
2341 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index);
2348 (*p++) = vtn_tex_src(
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2535 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type) function in typeref:typename:nir_tex_src
2879 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator);
2909 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod);
2913 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_ms_index);
2928 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_bias);
2936 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_lod);
2944 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_ddx);
2945 (*p++) = vtn_tex_src(b, w[arg + 1], nir_tex_src_ddy);
2957 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset);
2963 (*p++) = vtn_tex_src(
[all...]

Completed in 9 milliseconds