Searched refs:vpv (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_program.c64 delete_vp_variant(struct st_context *st, struct st_vp_variant *vpv) argument
66 if (vpv->driver_shader)
67 cso_delete_vertex_shader(st->cso_context, vpv->driver_shader);
70 if (vpv->draw_shader)
71 draw_delete_vertex_shader( st->draw, vpv->draw_shader );
74 if (vpv->tgsi.tokens)
75 st_free_tokens(vpv->tgsi.tokens);
77 FREE( vpv );
89 struct st_vp_variant *vpv; local
91 for (vpv
303 struct st_vp_variant *vpv = CALLOC_STRUCT(st_vp_variant); local
419 struct st_vp_variant *vpv; local
1158 struct st_vp_variant *vpv, **prevPtr = &stvp->variants; local
[all...]
H A Dst_atom_array.c311 const struct st_vp_variant *vpv,
320 for (attr = 0; attr < vpv->num_inputs; attr++) {
360 const struct st_vp_variant *vpv,
374 if (vpv->num_inputs) {
387 for (attr = 1; attr < vpv->num_inputs; attr++) {
402 for (attr = 0; attr < vpv->num_inputs; attr++) {
424 if (vpv->num_inputs == 0) {
463 const struct st_vp_variant *vpv,
471 for (attr = 0; attr < vpv->num_inputs; attr++) {
535 const struct st_vp_variant *vpv; local
310 is_interleaved_arrays(const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays) argument
359 setup_interleaved_attribs(const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer *vbuffer, struct pipe_vertex_element velements[]) argument
461 setup_non_interleaved_attribs(struct st_context *st, const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer vbuffer[], struct pipe_vertex_element velements[]) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c64 delete_vp_variant(struct st_context *st, struct st_vp_variant *vpv) argument
66 if (vpv->driver_shader)
67 cso_delete_vertex_shader(st->cso_context, vpv->driver_shader);
70 if (vpv->draw_shader)
71 draw_delete_vertex_shader( st->draw, vpv->draw_shader );
74 if (vpv->tgsi.tokens)
75 st_free_tokens(vpv->tgsi.tokens);
77 FREE( vpv );
89 struct st_vp_variant *vpv; local
91 for (vpv
303 struct st_vp_variant *vpv = CALLOC_STRUCT(st_vp_variant); local
419 struct st_vp_variant *vpv; local
1158 struct st_vp_variant *vpv, **prevPtr = &stvp->variants; local
[all...]
H A Dst_atom_array.c311 const struct st_vp_variant *vpv,
320 for (attr = 0; attr < vpv->num_inputs; attr++) {
360 const struct st_vp_variant *vpv,
374 if (vpv->num_inputs) {
387 for (attr = 1; attr < vpv->num_inputs; attr++) {
402 for (attr = 0; attr < vpv->num_inputs; attr++) {
424 if (vpv->num_inputs == 0) {
463 const struct st_vp_variant *vpv,
471 for (attr = 0; attr < vpv->num_inputs; attr++) {
535 const struct st_vp_variant *vpv; local
310 is_interleaved_arrays(const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays) argument
359 setup_interleaved_attribs(const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer *vbuffer, struct pipe_vertex_element velements[]) argument
461 setup_non_interleaved_attribs(struct st_context *st, const struct st_vertex_program *vp, const struct st_vp_variant *vpv, const struct gl_client_array **arrays, struct pipe_vertex_buffer vbuffer[], struct pipe_vertex_element velements[]) argument
[all...]

Completed in 134 milliseconds