Searched refs:semantic_indexes (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.h51 const uint *semantic_indexes,
58 const uint *semantic_indexes,
157 const ubyte *semantic_indexes);
H A Du_simple_shaders.c57 * \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]);
891 const ubyte *semantic_indexes)
918 semantic_indexes[i], 0, 1);
920 dst[i] = ureg_DECL_output(ureg, semantic_names[i], semantic_indexes[i]);
60 util_make_vertex_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes, bool window_space) argument
73 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes, bool window_space, const struct pipe_stream_output_info *so) argument
888 util_make_geometry_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const ubyte *semantic_names, const ubyte *semantic_indexes) argument
H A Du_blit.c208 const uint semantic_indexes[] = { 0, 0 }; local
211 semantic_indexes, FALSE);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c45 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[
60 lookup_shader(struct pipe_context *pipe, uint num_attribs, const uint *semantic_names, const uint *semantic_indexes) argument
[all...]
H A Dst_cb_clear.c131 const uint semantic_indexes[] = { 0, 0 }; local
134 semantic_indexes,
H A Dst_cb_bitmap.c614 const uint semantic_indexes[] = { 0, 0, 0 }; local
617 semantic_indexes,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c131 const uint semantic_indexes[] = { 0, 0 }; local
134 semantic_indexes, FALSE);
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c213 const uint semantic_indexes[] = { 0, 0 }; local
214 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
H A Dquad-tex.c268 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 172 milliseconds