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

  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.h 51 const uint *semantic_indexes,
58 const uint *semantic_indexes,
168 const ubyte *semantic_indexes);
u_simple_shaders.c 57 * \param semantic_indexes array of semantic indexes for each attribute
63 const uint *semantic_indexes,
68 semantic_indexes,
76 const uint *semantic_indexes,
98 semantic_indexes[i]);
914 const ubyte *semantic_indexes)
941 semantic_indexes[i], 0, 1);
943 dst[i] = ureg_DECL_output(ureg, semantic_names[i], semantic_indexes[i]);
u_blit.c 208 const uint semantic_indexes[] = { 0, 0 }; local
211 semantic_indexes, FALSE);
  /external/mesa3d/src/mesa/state_tracker/
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_clear.c 131 const uint semantic_indexes[] = { 0, 0 }; local
134 semantic_indexes,
st_cb_bitmap.c 591 const uint semantic_indexes[] = { 0, 0, 0 }; local
594 semantic_indexes,
  /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/tests/trivial/
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);
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);

Completed in 2889 milliseconds