HomeSort by relevance Sort by last modified time
    Searched refs:cull_mode (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 207 sf->sf6.cull_mode = BRW_CULLMODE_FRONT;
210 sf->sf6.cull_mode = BRW_CULLMODE_BACK;
213 sf->sf6.cull_mode = BRW_CULLMODE_BOTH;
216 sf->sf6.cull_mode = BRW_CULLMODE_NONE;
brw_structs.h 414 unsigned cull_mode:2; member in struct:brw_sf_unit_state::__anon28632
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 140 unsigned cull_mode; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.h 122 enum gen_cull_mode cull_mode; member in struct:ilo_state_raster_tri_info
ilo_state_raster.c 92 tri->cull_mode << GEN7_CLIP_DW1_CULL_MODE__SHIFT;
375 dw2 = tri->cull_mode << GEN7_SF_DW2_CULL_MODE__SHIFT |
506 tri->cull_mode << GEN8_RASTER_DW1_CULL_MODE__SHIFT |
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 110 const unsigned cull_mode = translate_cull_mode(rast->templ.cull_face); local
140 cull_mode,
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1132 uint32_t cull_mode; \/* R300_SU_CULL_MODE: 0x42b8 *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 580 unsigned cull_mode,
589 setup->cullmode = cull_mode;
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 639 milliseconds