HomeSort by relevance Sort by last modified time
    Searched refs:needs_texcoord_semantic (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_program.h 408 if (st->needs_texcoord_semantic)
414 assert(!st->needs_texcoord_semantic);
418 assert(!st->needs_texcoord_semantic);
st_atom_rasterizer.c 185 if (!st->needs_texcoord_semantic &&
st_context.h 97 boolean needs_texcoord_semantic; member in struct:st_context
st_program.c 347 if (st->needs_texcoord_semantic) {
700 if (st->needs_texcoord_semantic) {
715 if (st->needs_texcoord_semantic) {
731 * If needs_texcoord_semantic is true, no semantic indices will be
    [all...]
st_cb_drawtex.c 222 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
st_glsl_to_nir.cpp 50 /* Depending on PIPE_CAP_TGSI_TEXCOORD (st->needs_texcoord_semantic) we
57 if (st->needs_texcoord_semantic)
st_context.c 433 st->needs_texcoord_semantic =
st_cb_drawpixels.c 166 st->needs_texcoord_semantic ?
198 const unsigned texcoord_semantic = st->needs_texcoord_semantic ?
    [all...]
st_cb_bitmap.c 612 st->needs_texcoord_semantic ? TGSI_SEMANTIC_TEXCOORD :

Completed in 78 milliseconds