Searched refs:needs_texcoord_semantic (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c34 bool needs_texcoord_semantic)
37 if (needs_texcoord_semantic)
43 assert(!needs_texcoord_semantic);
47 assert(!needs_texcoord_semantic);
60 bool needs_texcoord_semantic,
147 if (needs_texcoord_semantic) {
163 tgsi_get_generic_gl_varying_index(attr, needs_texcoord_semantic);
33 tgsi_get_generic_gl_varying_index(gl_varying_slot attr,bool needs_texcoord_semantic) argument
59 tgsi_get_gl_varying_semantic(gl_varying_slot attr,bool needs_texcoord_semantic,unsigned * semantic_name,unsigned * semantic_index) argument
H A Dtgsi_from_mesa.h37 bool needs_texcoord_semantic,
43 bool needs_texcoord_semantic);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.h42 bool needs_texcoord_semantic,
48 bool needs_texcoord_semantic);
H A Dtgsi_from_mesa.c36 bool needs_texcoord_semantic)
39 if (needs_texcoord_semantic)
45 assert(!needs_texcoord_semantic);
49 assert(!needs_texcoord_semantic);
62 bool needs_texcoord_semantic,
157 if (needs_texcoord_semantic) {
173 tgsi_get_generic_gl_varying_index(attr, needs_texcoord_semantic);
35 tgsi_get_generic_gl_varying_index(gl_varying_slot attr,bool needs_texcoord_semantic) argument
61 tgsi_get_gl_varying_semantic(gl_varying_slot attr,bool needs_texcoord_semantic,unsigned * semantic_name,unsigned * semantic_index) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c190 if (!st->needs_texcoord_semantic &&
H A Dst_context.h157 boolean needs_texcoord_semantic; member in struct:st_context
H A Dst_program.h379 st->needs_texcoord_semantic);
H A Dst_program.c507 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
905 if (st->needs_texcoord_semantic) {
920 if (st->needs_texcoord_semantic) {
936 * If needs_texcoord_semantic is true, no semantic indices will be
1271 st->needs_texcoord_semantic,
1306 st->needs_texcoord_semantic,
1453 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
1489 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
H A Dst_cb_drawtex.c278 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
H A Dst_cb_drawpixels.c240 st->needs_texcoord_semantic ?
330 st->needs_texcoord_semantic ? TGSI_SEMANTIC_TEXCOORD :
H A Dst_context.c619 st->needs_texcoord_semantic =
H A Dst_glsl_to_nir.cpp58 /* Depending on PIPE_CAP_TGSI_TEXCOORD (st->needs_texcoord_semantic) we
65 if (st->needs_texcoord_semantic)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c216 if (!st->needs_texcoord_semantic &&
H A Dst_context.h186 boolean needs_texcoord_semantic; member in struct:st_context
H A Dst_program.h327 st->needs_texcoord_semantic);
H A Dst_program.c634 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
1162 if (st->needs_texcoord_semantic) {
1177 if (st->needs_texcoord_semantic) {
1193 * If needs_texcoord_semantic is true, no semantic indices will be
1560 st->needs_texcoord_semantic,
1595 st->needs_texcoord_semantic,
1757 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
1793 tgsi_get_gl_varying_semantic(attr, st->needs_texcoord_semantic,
H A Dst_cb_drawtex.c278 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
H A Dst_context.c693 st->needs_texcoord_semantic =
H A Dst_glsl_to_nir.cpp62 /* Depending on PIPE_CAP_TGSI_TEXCOORD (st->needs_texcoord_semantic) we
70 if (st->needs_texcoord_semantic)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c43 bool needs_texcoord_semantic; member in struct:ntt_compile
135 if (!c->needs_texcoord_semantic &&
3150 c->needs_texcoord_semantic =

Completed in 27 milliseconds