Home
last modified time | relevance | path

Searched defs:cull_face (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c44 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member
/third_party/mesa3d/src/mesa/main/
Dpolygon.c57 cull_face(struct gl_context *ctx, GLenum mode, bool no_error) in cull_face() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h46 translate_cull_face(unsigned cull_face, unsigned front_ccw) in translate_cull_face()
/third_party/mesa3d/src/amd/common/
Dac_nir_cull.c59 cull_face(nir_builder *b, nir_ssa_def *pos[3][4], const position_w_info *w_info) in cull_face() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp284 void cull_face (NegativeTestContext& ctx) in cull_face() function
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c115 unsigned cull_face; /* which faces cull */ member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h100 unsigned cull_face:2; /**< PIPE_FACE_x */ member