HomeSort by relevance Sort by last modified time
    Searched defs:semantic_indexes (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 131 const uint semantic_indexes[] = { 0, 0 }; local
134 semantic_indexes, FALSE);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 208 const uint semantic_indexes[] = { 0, 0 }; local
211 semantic_indexes, FALSE);
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 268 const uint semantic_indexes[] = { 0, 0 }; local
269 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
tri.c 213 const uint semantic_indexes[] = { 0, 0 }; local
214 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 131 const uint semantic_indexes[] = { 0, 0 }; local
134 semantic_indexes,
st_cb_drawtex.c 45 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; member in struct:cached_shader
63 const uint *semantic_indexes)
73 semantic_indexes[j] != CachedShaders[i].semantic_indexes[j]) {
91 CachedShaders[i].semantic_indexes[j] = semantic_indexes[j];
98 semantic_indexes, FALSE);
116 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; local
185 semantic_indexes[0] = 0;
196 semantic_indexes[1] = 0
    [all...]
st_cb_bitmap.c 614 const uint semantic_indexes[] = { 0, 0, 0 }; local
617 semantic_indexes,

Completed in 1061 milliseconds