HomeSort by relevance Sort by last modified time
    Searched defs:clip_mode (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.h 37 uint32_t clip_mode; /* clip/cull selection */ member in struct:nvc0_program::__anon29657
nvc0_screen.h 54 uint32_t clip_mode; member in struct:nvc0_graph_state
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 63 GLuint clip_mode:3; member in struct:brw_clip_prog_key
brw_structs.h 158 unsigned clip_mode:3; member in struct:brw_clip_unit_state::__anon30467
brw_context.h 375 GLuint clip_mode; member in struct:brw_clip_prog_data
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.h 81 uint32_t clip_mode; member in struct:nv50_program::__anon29646
nv50_screen.h 41 uint32_t clip_mode; member in struct:nv50_graph_state
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 195 enum clipping_mode clip_mode; member in struct:svga_shader_emitter_v10
427 emit->clip_mode = CLIP_DISTANCE;
430 emit->clip_mode = CLIP_VERTEX;
433 emit->clip_mode = CLIP_LEGACY;
436 emit->clip_mode = CLIP_NONE;
887 assert(emit->clip_mode == CLIP_VERTEX);
    [all...]

Completed in 182 milliseconds