Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c36 bool needs_texcoord_semantic) in tgsi_get_generic_gl_varying_index() argument
39 if (needs_texcoord_semantic) in tgsi_get_generic_gl_varying_index()
45 assert(!needs_texcoord_semantic); in tgsi_get_generic_gl_varying_index()
49 assert(!needs_texcoord_semantic); in tgsi_get_generic_gl_varying_index()
62 bool needs_texcoord_semantic, in tgsi_get_gl_varying_semantic() argument
157 if (needs_texcoord_semantic) { in tgsi_get_gl_varying_semantic()
173 tgsi_get_generic_gl_varying_index(attr, needs_texcoord_semantic); in tgsi_get_gl_varying_semantic()
Dtgsi_from_mesa.h42 bool needs_texcoord_semantic,
48 bool needs_texcoord_semantic);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c634 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_vertex_program()
1162 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
1177 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
1560 st->needs_texcoord_semantic, in st_create_fp_variant()
1595 st->needs_texcoord_semantic, in st_create_fp_variant()
1757 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
1793 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
Dst_program.h327 st->needs_texcoord_semantic); in st_get_generic_varying_index()
Dst_context.h186 boolean needs_texcoord_semantic; member
Dst_atom_rasterizer.c216 if (!st->needs_texcoord_semantic && in st_update_rasterizer()
Dst_cb_drawtex.c278 semantic_names[tex_attr] = st->needs_texcoord_semantic ? in st_DrawTex()
Dst_glsl_to_nir.cpp70 if (st->needs_texcoord_semantic) in st_nir_fixup_varying_slots()
Dst_context.c694 st->needs_texcoord_semantic = in st_create_context_priv()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c43 bool needs_texcoord_semantic; member
135 if (!c->needs_texcoord_semantic && in ntt_get_gl_varying_semantic()
3150 c->needs_texcoord_semantic = in nir_to_tgsi()