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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c47 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; member in struct:cached_shader
96 const uint *semantic_indexes)
108 semantic_indexes[j] != CachedShaders[i].semantic_indexes[j]) {
126 CachedShaders[i].semantic_indexes[j] = semantic_indexes[j];
152 semantic_indexes, FALSE);
172 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; local in function:st_DrawTex
241 semantic_indexes[0] = 0;
252 semantic_indexes[
93 lookup_shader(struct st_context * st,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes) argument
[all...]
H A Dst_cb_clear.c183 const uint semantic_indexes[] = { 0, 0 }; local in function:set_vertex_shader
186 semantic_indexes,
H A Dst_cb_drawpixels.c333 const uint semantic_indexes[] = { 0, 0, 0 }; local in function:st_make_passthrough_vertex_shader
337 semantic_indexes, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.h51 const uint *semantic_indexes,
58 const uint *semantic_indexes,
173 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]);
963 const ubyte *semantic_indexes)
990 semantic_indexes[i], 0, 1);
992 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 enum tgsi_semantic * 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 enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space,bool layered,const struct pipe_stream_output_info * so) argument
960 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.c220 const uint semantic_indexes[] = { 0, 0 }; local in function:set_vertex_shader
223 semantic_indexes, FALSE);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c47 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; member in struct:cached_shader
96 const uint *semantic_indexes)
108 semantic_indexes[j] != CachedShaders[i].semantic_indexes[j]) {
126 CachedShaders[i].semantic_indexes[j] = semantic_indexes[j];
152 semantic_indexes, FALSE);
172 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; local in function:st_DrawTex
241 semantic_indexes[0] = 0;
252 semantic_indexes[
93 lookup_shader(struct st_context * st,uint num_attribs,const enum tgsi_semantic * semantic_names,const uint * semantic_indexes) argument
[all...]
H A Dst_cb_clear.c183 const uint semantic_indexes[] = { 0, 0 }; local in function:set_vertex_shader
186 semantic_indexes,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.h51 const uint *semantic_indexes,
58 const uint *semantic_indexes,
154 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]);
853 const ubyte *semantic_indexes)
880 semantic_indexes[i], 0, 1);
882 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 enum tgsi_semantic * 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 enum tgsi_semantic * semantic_names,const uint * semantic_indexes,bool window_space,bool layered,const struct pipe_stream_output_info * so) argument
850 util_make_geometry_passthrough_shader(struct pipe_context * pipe,uint num_attribs,const ubyte * semantic_names,const ubyte * semantic_indexes) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpp_program.c132 const uint semantic_indexes[] = { 0, 0 }; local in function:pp_init_prog
135 semantic_indexes, FALSE);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dpp_program.c134 const uint semantic_indexes[] = { 0, 0 }; local in function:pp_init_prog
137 semantic_indexes, FALSE);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dtri.c214 const uint semantic_indexes[] = { 0, 0 }; local in function:init_prog
215 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
H A Dquad-tex.c270 const uint semantic_indexes[] = { 0, 0 }; local in function:init_prog
271 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dtri.c221 const uint semantic_indexes[] = { 0, 0 }; local in function:init_prog
222 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);
H A Dquad-tex.c278 const uint semantic_indexes[] = { 0, 0 }; local in function:init_prog
279 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes, FALSE);

Completed in 18 milliseconds