Searched refs:vs (Results 226 - 250 of 452) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_yuv.c65 cso_set_vertex_shader_handle(r->cso, shader.vs);
H A Dxa_tgsi.c644 void *vs, *fs; local
646 vs = shader_from_cache(sc->r->pipe, PIPE_SHADER_VERTEX,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
655 shader.vs = vs;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vtbl.c78 dri_bo_release(&brw->vs.const_bo);
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_18_34.s84 @**************variables vs registers*****************************************
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h152 void *vs; member in struct:xa_shader
H A Dxa_yuv.c65 cso_set_vertex_shader_handle(r->cso, shader.vs);
H A Dxa_tgsi.c644 void *vs, *fs; local
646 vs = shader_from_cache(sc->r->pipe, PIPE_SHADER_VERTEX,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
655 shader.vs = vs;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vtbl.c78 dri_bo_release(&brw->vs.const_bo);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
216 <li>For more information on incremental vs. sort key comparison, the importance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c998 struct r300_vertex_shader* vs = (struct r300_vertex_shader*)state; local
999 struct r300_vertex_program_code* code = &vs->code;
1057 struct r300_vertex_shader *vs = (struct r300_vertex_shader*)r300->vs_state.state; local
1059 int imm_first = vs->externals_count;
1060 int imm_end = vs->code.constants.Count;
1061 int imm_count = vs->immediates_count;
1068 if (vs->externals_count) {
1091 const float *data = vs->code.constants.Constants[i].u.Immediate;
H A Dr300_state_derived.c58 struct r300_vertex_shader* vs = r300->vs_state.state; local
59 struct tgsi_shader_info* info = &vs->info;
70 struct r300_vertex_shader* vs = r300->vs_state.state; local
71 struct r300_shader_semantics* vs_outputs = &vs->outputs;
314 struct r300_vertex_shader *vs = r300->vs_state.state; local
315 struct r300_shader_semantics *vs_outputs = &vs->outputs;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawtex.c236 void *vs = lookup_shader(pipe, numAttribs, local
238 cso_set_vertex_shader_handle(cso, vs);
H A Dst_cb_bitmap.c475 cso_set_vertex_shader_handle(cso, st->bitmap.vs);
769 if (!st->bitmap.vs) {
775 st->bitmap.vs = util_make_vertex_passthrough_shader(st->pipe, 3,
871 if (st->bitmap.vs) {
872 cso_delete_vertex_shader(st->cso_context, st->bitmap.vs);
873 st->bitmap.vs = NULL;
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
216 <li>For more information on incremental vs. sort key comparison, the importance
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s50 b.vs L1
51 ; CHECK: b.vs L1 ; encoding: [0bAAA00110,A,A,0x54]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c998 struct r300_vertex_shader* vs = (struct r300_vertex_shader*)state; local
999 struct r300_vertex_program_code* code = &vs->code;
1057 struct r300_vertex_shader *vs = (struct r300_vertex_shader*)r300->vs_state.state; local
1059 int imm_first = vs->externals_count;
1060 int imm_end = vs->code.constants.Count;
1061 int imm_count = vs->immediates_count;
1068 if (vs->externals_count) {
1091 const float *data = vs->code.constants.Constants[i].u.Immediate;
H A Dr300_state_derived.c58 struct r300_vertex_shader* vs = r300->vs_state.state; local
59 struct tgsi_shader_info* info = &vs->info;
70 struct r300_vertex_shader* vs = r300->vs_state.state; local
71 struct r300_shader_semantics* vs_outputs = &vs->outputs;
314 struct r300_vertex_shader *vs = r300->vs_state.state; local
315 struct r300_shader_semantics *vs_outputs = &vs->outputs;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c236 void *vs = lookup_shader(pipe, numAttribs, local
238 cso_set_vertex_shader_handle(cso, vs);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c70 void *vs; member in struct:blit_state
170 if (ctx->vs)
171 pipe->delete_vs_state(pipe, ctx->vs);
284 if (!ctx->vs) {
288 ctx->vs = util_make_vertex_passthrough_shader(ctx->pipe, 2,
293 cso_set_vertex_shader_handle(ctx->cso, ctx->vs);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c353 const struct pipe_shader_state *vs)
359 vs);
364 void *vs)
370 vs);
375 void *vs)
381 vs);
352 galahad_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
363 galahad_context_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
374 galahad_context_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c319 const struct pipe_shader_state *vs)
325 vs);
330 void *vs)
336 vs);
341 void *vs)
347 vs);
318 identity_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
329 identity_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
340 identity_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c675 void *vs, *fs; local
677 vs = shader_from_cache(sc->r->pipe, PIPE_SHADER_VERTEX,
682 debug_assert(vs && fs);
683 if (!vs || !fs)
686 shader.vs = vs;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c70 void *vs; member in struct:blit_state
170 if (ctx->vs)
171 pipe->delete_vs_state(pipe, ctx->vs);
284 if (!ctx->vs) {
288 ctx->vs = util_make_vertex_passthrough_shader(ctx->pipe, 2,
293 cso_set_vertex_shader_handle(ctx->cso, ctx->vs);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c353 const struct pipe_shader_state *vs)
359 vs);
364 void *vs)
370 vs);
375 void *vs)
381 vs);
352 galahad_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
363 galahad_context_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
374 galahad_context_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c319 const struct pipe_shader_state *vs)
325 vs);
330 void *vs)
336 vs);
341 void *vs)
347 vs);
318 identity_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
329 identity_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
340 identity_delete_vs_state(struct pipe_context *_pipe, void *vs) argument

Completed in 3169 milliseconds

1234567891011>>