OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpv
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_array.c
311
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
[
all
...]
st_program.c
64
delete_vp_variant(struct st_context *st, struct st_vp_variant *
vpv
)
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
= stvp->variants; 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
...]
/external/mesa3d/src/mesa/state_tracker/
st_atom_array.c
311
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
[
all
...]
st_program.c
64
delete_vp_variant(struct st_context *st, struct st_vp_variant *
vpv
)
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
= stvp->variants; 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
...]
Completed in 268 milliseconds