| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawtex.c | 47 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 D | st_cb_clear.c | 183 const uint semantic_indexes[] = { 0, 0 }; local in function:set_vertex_shader 186 semantic_indexes,
|
| H A D | st_cb_drawpixels.c | 333 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 D | u_simple_shaders.h | 51 const uint *semantic_indexes, 58 const uint *semantic_indexes, 173 const ubyte *semantic_indexes);
|
| H A D | 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]); 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 D | u_blit.c | 220 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 D | st_cb_drawtex.c | 47 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 D | st_cb_clear.c | 183 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 D | u_simple_shaders.h | 51 const uint *semantic_indexes, 58 const uint *semantic_indexes, 154 const ubyte *semantic_indexes);
|
| H A D | 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]); 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 D | pp_program.c | 132 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 D | pp_program.c | 134 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 D | tri.c | 214 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 D | quad-tex.c | 270 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 D | tri.c | 221 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 D | quad-tex.c | 278 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);
|