Searched defs:semantic_indexes (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_program.c | 134 const uint semantic_indexes[] = { 0, 0 }; in pp_init_prog() local
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 221 const uint semantic_indexes[] = { 0, 0 }; in init_prog() local
|
H A D | quad-tex.c | 278 const uint semantic_indexes[] = { 0, 0 }; in init_prog() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawtex.c | 47 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; member 172 uint semantic_indexes[2 + MAX_TEXTURE_UNITS]; in st_DrawTex() local 93 lookup_shader(struct st_context *st, uint num_attribs, const enum tgsi_semantic *semantic_names, const uint *semantic_indexes) lookup_shader() argument [all...] |
H A D | st_cb_clear.c | 174 const uint semantic_indexes[] = { 0 }; in set_vertex_shader() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 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) util_make_vertex_passthrough_shader() 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) util_make_vertex_passthrough_shader_with_so() argument 866 util_make_geometry_passthrough_shader(struct pipe_context *pipe, uint num_attribs, const ubyte *semantic_names, const ubyte *semantic_indexes) util_make_geometry_passthrough_shader() argument
|
Completed in 6 milliseconds