Home
last modified time | relevance | path

Searched refs:needs_texcoord_semantic (Results 1 – 9 of 9) 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.h285 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_context.c592 st->needs_texcoord_semantic = in st_create_context_priv()
Dst_glsl_to_nir.cpp70 if (st->needs_texcoord_semantic) in st_nir_fixup_varying_slots()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c75 bool needs_texcoord_semantic; member
612 if (!c->needs_texcoord_semantic && in ntt_get_gl_varying_semantic()
3850 c->needs_texcoord_semantic = in nir_to_tgsi_options()