OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cull_stage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_cull.c
41
struct
cull_stage
{
struct
48
static INLINE struct
cull_stage
*
cull_stage
( struct draw_stage *stage )
function
50
return (struct
cull_stage
*)stage;
78
unsigned face = ((ccw ==
cull_stage
(stage)->front_ccw) ?
82
if ((face &
cull_stage
(stage)->cull_face) == 0) {
93
struct
cull_stage
*cull =
cull_stage
(stage);
128
struct
cull_stage
*cull = CALLOC_STRUCT(
cull_stage
);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c
41
struct
cull_stage
{
struct
48
static INLINE struct
cull_stage
*
cull_stage
( struct draw_stage *stage )
function
50
return (struct
cull_stage
*)stage;
78
unsigned face = ((ccw ==
cull_stage
(stage)->front_ccw) ?
82
if ((face &
cull_stage
(stage)->cull_face) == 0) {
93
struct
cull_stage
*cull =
cull_stage
(stage);
128
struct
cull_stage
*cull = CALLOC_STRUCT(
cull_stage
);
[
all
...]
Completed in 6265 milliseconds