Searched defs:semantic_indexes (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.c132 const uint semantic_indexes[] = { 0, 0 }; local
135 semantic_indexes);
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c132 const uint semantic_indexes[] = { 0, 0 }; local
135 semantic_indexes);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.c56 * \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]);
59 util_make_vertex_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes) argument
70 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes, const struct pipe_stream_output_info *so) argument
H A Du_blit.c287 const uint semantic_indexes[] = { 0, 0 }; local
290 semantic_indexes);
H A Du_gen_mipmap.c1364 const uint semantic_indexes[] = { 0, 0 }; local
1367 semantic_indexes);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dquad-tex.c274 const uint semantic_indexes[] = { 0, 0 }; local
275 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
H A Dtri.c215 const uint semantic_indexes[] = { 0, 0 }; local
216 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c121 const uint semantic_indexes[] = { 0, 0 }; local
124 semantic_indexes);
H A Dst_cb_drawtex.c46 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[
60 lookup_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes) argument
[all...]
H A Dst_cb_bitmap.c774 const uint semantic_indexes[] = { 0, 0, 0 }; local
777 semantic_indexes);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c56 * \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]);
59 util_make_vertex_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes) argument
70 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes, const struct pipe_stream_output_info *so) argument
H A Du_blit.c287 const uint semantic_indexes[] = { 0, 0 }; local
290 semantic_indexes);
H A Du_gen_mipmap.c1364 const uint semantic_indexes[] = { 0, 0 }; local
1367 semantic_indexes);
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c274 const uint semantic_indexes[] = { 0, 0 }; local
275 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
H A Dtri.c215 const uint semantic_indexes[] = { 0, 0 }; local
216 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c121 const uint semantic_indexes[] = { 0, 0 }; local
124 semantic_indexes);
H A Dst_cb_drawtex.c46 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[
60 lookup_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes) argument
[all...]
H A Dst_cb_bitmap.c774 const uint semantic_indexes[] = { 0, 0, 0 }; local
777 semantic_indexes);

Completed in 1825 milliseconds