OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetch_shade_emit
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_emit.c
44
struct
fetch_shade_emit
;
49
struct
fetch_shade_emit
{
struct
74
struct
fetch_shade_emit
*fse = (struct
fetch_shade_emit
*)middle;
188
struct
fetch_shade_emit
*fse = (struct
fetch_shade_emit
*)middle;
252
struct
fetch_shade_emit
*fse = (struct
fetch_shade_emit
*)middle;
310
struct
fetch_shade_emit
*fse = (struct
fetch_shade_emit
*)middle
[
all
...]
draw_pt.c
104
middle = draw->pt.middle.
fetch_shade_emit
;
173
draw->pt.middle.
fetch_shade_emit
= draw_pt_middle_fse( draw );
174
if (!draw->pt.middle.
fetch_shade_emit
)
207
if (draw->pt.middle.
fetch_shade_emit
) {
208
draw->pt.middle.
fetch_shade_emit
->destroy( draw->pt.middle.
fetch_shade_emit
);
209
draw->pt.middle.
fetch_shade_emit
= NULL;