Searched refs:cull_face (Results 1 - 25 of 49) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c43 unsigned cull_face; /**< which face(s) to cull (one of PIPE_FACE_x) */ member in struct:cull_stage
82 if ((face & cull_stage(stage)->cull_face) == 0) {
95 cull->cull_face = stage->draw->rasterizer->cull_face;
H A Ddraw_pipe_validate.c263 if (need_det || rast->cull_face != PIPE_FACE_NONE) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c105 raster->cull_face = PIPE_FACE_FRONT;
108 raster->cull_face = PIPE_FACE_BACK;
111 raster->cull_face = PIPE_FACE_FRONT_AND_BACK;
116 raster->cull_face = PIPE_FACE_NONE;
127 if (raster->cull_face & PIPE_FACE_FRONT) {
131 if (raster->cull_face & PIPE_FACE_BACK) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c86 rast->cullmode = svga_translate_cullmode( templ->cull_face,
143 switch (templ->cull_face) {
187 templ->cull_face != PIPE_FACE_NONE))
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c111 state->lp_state.cull_face,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c93 p->rasterizer.cull_face = PIPE_FACE_NONE;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp181 ES2F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h86 unsigned cull_face:2; /**< PIPE_FACE_x */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-tex.c189 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dtri.c126 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dshader-leak.c252 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dtri-gs.c257 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dtri-instanced.c308 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dgraw_util.h177 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dquad-sample.c379 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dfs-test.c506 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dgs-test.c570 rasterizer.cull_face = PIPE_FACE_NONE;
H A Dvs-test.c457 rasterizer.cull_face = PIPE_FACE_NONE;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c149 if (cso->cull_face == PIPE_FACE_FRONT_AND_BACK)
152 if (cso->cull_face == PIPE_FACE_FRONT)
159 SB_DATA (so, cso->cull_face != PIPE_FACE_NONE);
/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c154 p->rasterizer.cull_face = PIPE_FACE_NONE;
H A Dquad-tex.c203 p->rasterizer.cull_face = PIPE_FACE_NONE;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c114 unsigned cull_face; /* which faces cull */ member in struct:setup_context
388 if (face & setup->cull_face)
1419 setup->cull_face = sp->rasterizer->cull_face;
1423 setup->cull_face = PIPE_FACE_NONE;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp277 void cull_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
493 {cull_face, "cull_face", "Invalid glCullFace() usage" },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h571 state.cull_face = PIPE_FACE_FRONT;
573 state.cull_face = PIPE_FACE_BACK;
575 state.cull_face = PIPE_FACE_NONE;

Completed in 794 milliseconds

12