Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c34 bool needs_texcoord_semantic) in tgsi_get_generic_gl_varying_index() argument
37 if (needs_texcoord_semantic) in tgsi_get_generic_gl_varying_index()
43 assert(!needs_texcoord_semantic); in tgsi_get_generic_gl_varying_index()
47 assert(!needs_texcoord_semantic); in tgsi_get_generic_gl_varying_index()
60 bool needs_texcoord_semantic, in tgsi_get_gl_varying_semantic() argument
155 if (needs_texcoord_semantic) { in tgsi_get_gl_varying_semantic()
171 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);
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c551 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_vertex_program()
1013 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
1028 if (st->needs_texcoord_semantic) { in st_translate_fragment_program()
1415 st->needs_texcoord_semantic, in st_create_fp_variant()
1450 st->needs_texcoord_semantic, in st_create_fp_variant()
1609 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
1645 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic, in st_translate_common_program()
Dst_program.h302 st->needs_texcoord_semantic); in st_get_generic_varying_index()
Dst_context.h175 boolean needs_texcoord_semantic; member
Dst_atom_rasterizer.c190 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.cpp69 if (st->needs_texcoord_semantic) in st_nir_fixup_varying_slots()
Dst_context.c677 st->needs_texcoord_semantic = in st_create_context_priv()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c41 bool needs_texcoord_semantic; member
111 if (!c->needs_texcoord_semantic && in ntt_get_gl_varying_semantic()
2615 c->needs_texcoord_semantic = in nir_to_tgsi()