Searched defs:cull_face (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpolygon.c54 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpolygon.c55 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.h230 swr_convert_cull_mode(const UINT cull_face) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h46 translate_cull_face(unsigned cull_face, unsigned front_ccw) argument
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_cull.c59 cull_face(nir_builder *b, nir_ssa_def *pos[3][4], const position_w_info *w_info) function in typeref:typename:nir_ssa_def *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h46 translate_cull_face(unsigned cull_face, unsigned front_ccw) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.h253 swr_convert_cull_mode(const UINT cull_face) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; local in function:r200FrontFace
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c442 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; local in function:radeonFrontFace
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c535 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; local in function:r200FrontFace
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c441 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; local in function:radeonFrontFace
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c115 unsigned cull_face; /* which faces cull */ member in struct:setup_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h99 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h100 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state

Completed in 30 milliseconds