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

  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.h 50 const uint *semantic_indexes);
56 const uint *semantic_indexes,
u_simple_shaders.c 56 * \param semantic_indexes array of semantic indexes for each attribute
62 const uint *semantic_indexes)
66 semantic_indexes, NULL);
73 const uint *semantic_indexes,
91 semantic_indexes[i]);
u_blit.c 287 const uint semantic_indexes[] = { 0, 0 }; local
290 semantic_indexes);
u_gen_mipmap.c 1364 const uint semantic_indexes[] = { 0, 0 }; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 46 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);
115 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; local
179 semantic_indexes[0] = 0;
190 semantic_indexes[1] = 0
    [all...]
st_cb_clear.c 121 const uint semantic_indexes[] = { 0, 0 }; local
124 semantic_indexes);
st_cb_bitmap.c 774 const uint semantic_indexes[] = { 0, 0, 0 }; local
777 semantic_indexes);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 132 const uint semantic_indexes[] = { 0, 0 }; local
135 semantic_indexes);
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 215 const uint semantic_indexes[] = { 0, 0 }; local
216 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
quad-tex.c 274 const uint semantic_indexes[] = { 0, 0 }; local
275 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);

Completed in 716 milliseconds