Searched refs:needs_texcoord_semantic (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 34 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()
|
D | tgsi_from_mesa.h | 42 bool needs_texcoord_semantic, 48 bool needs_texcoord_semantic);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 551 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()
|
D | st_program.h | 302 st->needs_texcoord_semantic); in st_get_generic_varying_index()
|
D | st_context.h | 175 boolean needs_texcoord_semantic; member
|
D | st_atom_rasterizer.c | 190 if (!st->needs_texcoord_semantic && in st_update_rasterizer()
|
D | st_cb_drawtex.c | 278 semantic_names[tex_attr] = st->needs_texcoord_semantic ? in st_DrawTex()
|
D | st_glsl_to_nir.cpp | 69 if (st->needs_texcoord_semantic) in st_nir_fixup_varying_slots()
|
D | st_context.c | 677 st->needs_texcoord_semantic = in st_create_context_priv()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 41 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()
|