Searched defs:semantic_names (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.c129 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
134 semantic_names,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c129 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
134 semantic_names,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.c55 * \param semantic_names array of semantic names for each attribute
61 const uint *semantic_names,
65 semantic_names,
72 const uint *semantic_names,
90 semantic_names[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.c285 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
289 semantic_names,
H A Du_blitter.c259 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
263 util_make_vertex_passthrough_shader(pipe, 2, semantic_names,
268 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION }; local
277 util_make_vertex_passthrough_shader_with_so(pipe, 1, semantic_names,
H A Du_gen_mipmap.c1362 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
1366 semantic_names,
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dquad-tex.c272 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
275 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
H A Dtri.c213 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, 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.c119 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
123 semantic_names,
H A Dst_cb_drawtex.c45 uint semantic_names[2 + MAX_TEXTURE_UNITS]; member in struct:cached_shader
62 const uint *semantic_names,
72 if (semantic_names[j] != CachedShaders[i].semantic_names[j] ||
90 CachedShaders[i].semantic_names[j] = semantic_names[j];
97 semantic_names,
114 uint semantic_names[2 + MAX_TEXTURE_UNITS]; local
178 semantic_names[0] = TGSI_SEMANTIC_POSITION;
189 semantic_names[
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.c771 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
776 semantic_names,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c55 * \param semantic_names array of semantic names for each attribute
61 const uint *semantic_names,
65 semantic_names,
72 const uint *semantic_names,
90 semantic_names[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.c285 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
289 semantic_names,
H A Du_blitter.c259 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
263 util_make_vertex_passthrough_shader(pipe, 2, semantic_names,
268 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION }; local
277 util_make_vertex_passthrough_shader_with_so(pipe, 1, semantic_names,
H A Du_gen_mipmap.c1362 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
1366 semantic_names,
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c272 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
275 p->vs = util_make_vertex_passthrough_shader(p->pipe, 2, semantic_names, semantic_indexes);
H A Dtri.c213 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, 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.c119 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
123 semantic_names,
H A Dst_cb_drawtex.c45 uint semantic_names[2 + MAX_TEXTURE_UNITS]; member in struct:cached_shader
62 const uint *semantic_names,
72 if (semantic_names[j] != CachedShaders[i].semantic_names[j] ||
90 CachedShaders[i].semantic_names[j] = semantic_names[j];
97 semantic_names,
114 uint semantic_names[2 + MAX_TEXTURE_UNITS]; local
178 semantic_names[0] = TGSI_SEMANTIC_POSITION;
189 semantic_names[
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.c771 const uint semantic_names[] = { TGSI_SEMANTIC_POSITION, local
776 semantic_names,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp794 const unsigned semantic_names[] = { TGSI_SEMANTIC_POSITION, TGSI_SEMANTIC_GENERIC }; local
796 vs = util_make_vertex_passthrough_shader(pipe, 2, semantic_names, semantic_indices);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp794 const unsigned semantic_names[] = { TGSI_SEMANTIC_POSITION, TGSI_SEMANTIC_GENERIC }; local
796 vs = util_make_vertex_passthrough_shader(pipe, 2, semantic_names, semantic_indices);

Completed in 323 milliseconds