| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 34 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 D | tgsi_from_mesa.h | 37 bool needs_texcoord_semantic, 43 bool needs_texcoord_semantic);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.h | 42 bool needs_texcoord_semantic, 48 bool needs_texcoord_semantic);
|
| H A D | tgsi_from_mesa.c | 36 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 D | st_atom_rasterizer.c | 190 if (!st->needs_texcoord_semantic &&
|
| H A D | st_context.h | 157 boolean needs_texcoord_semantic; member in struct:st_context
|
| H A D | st_program.h | 379 st->needs_texcoord_semantic);
|
| H A D | st_program.c | 507 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 D | st_cb_drawtex.c | 278 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
|
| H A D | st_cb_drawpixels.c | 240 st->needs_texcoord_semantic ? 330 st->needs_texcoord_semantic ? TGSI_SEMANTIC_TEXCOORD :
|
| H A D | st_context.c | 619 st->needs_texcoord_semantic =
|
| H A D | st_glsl_to_nir.cpp | 58 /* 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 D | st_atom_rasterizer.c | 216 if (!st->needs_texcoord_semantic &&
|
| H A D | st_context.h | 186 boolean needs_texcoord_semantic; member in struct:st_context
|
| H A D | st_program.h | 327 st->needs_texcoord_semantic);
|
| H A D | st_program.c | 634 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 D | st_cb_drawtex.c | 278 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
|
| H A D | st_context.c | 693 st->needs_texcoord_semantic =
|
| H A D | st_glsl_to_nir.cpp | 62 /* 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 D | nir_to_tgsi.c | 43 bool needs_texcoord_semantic; member in struct:ntt_compile 135 if (!c->needs_texcoord_semantic && 3150 c->needs_texcoord_semantic =
|