HomeSort by relevance Sort by last modified time
    Searched full:userclip (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_clip_state.c 40 uint32_t provoking, userclip; local
67 userclip = ctx->Transform.ClipPlanesEnabled;
77 userclip << GEN6_USER_CLIP_CLIP_DISTANCES_SHIFT |
gen7_clip_state.c 37 uint32_t provoking, userclip; local
94 userclip = ctx->Transform.ClipPlanesEnabled;
104 userclip << GEN6_USER_CLIP_CLIP_DISTANCES_SHIFT |
brw_vs_state.c 93 /* Note that we read in the userclip planes as well, hence
brw_gs.c 184 key->userclip_active = brw->vs.prog_data->userclip;
brw_clip_util.c 353 /* Rearrange userclip outcodes so that they come directly after
brw_vs.c 57 * prog_data->userclip and prog_data->outputs_written in their key
brw_context.h 451 bool userclip; member in struct:brw_vs_prog_data
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 82 userclip( struct gl_context *ctx, function
164 /* Test userclip planes. This contributes to VB->ClipMask.
169 userclip( ctx,
t_vb_vertex.c 210 /* Test userclip planes. This contributes to VB->ClipMask, so
t_vb_cliptmp.h 94 * For userclip, there is only a single bit for all active \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 564 ALLOC_STATE( ucp[0], tcl_ucp0_add4, UCP_STATE_SIZE, "UCP/userclip-0", 1 );
565 ALLOC_STATE( ucp[1], tcl_ucp1_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 );
566 ALLOC_STATE( ucp[2], tcl_ucp2_add4, UCP_STATE_SIZE, "UCP/userclip-2", 1 );
567 ALLOC_STATE( ucp[3], tcl_ucp3_add4, UCP_STATE_SIZE, "UCP/userclip-3", 1 );
568 ALLOC_STATE( ucp[4], tcl_ucp4_add4, UCP_STATE_SIZE, "UCP/userclip-4", 1 );
569 ALLOC_STATE( ucp[5], tcl_ucp5_add4, UCP_STATE_SIZE, "UCP/userclip-5", 1 );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 723 ALLOC_STATE( ucp[0], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-0", 0 );
724 ALLOC_STATE( ucp[1], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-1", 1 );
725 ALLOC_STATE( ucp[2], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-2", 2 );
726 ALLOC_STATE( ucp[3], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-3", 3 );
727 ALLOC_STATE( ucp[4], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-4", 4 );
728 ALLOC_STATE( ucp[5], tcl_ucp_add4, UCP_STATE_SIZE, "UCP/userclip-5", 5 );
    [all...]
  /external/libdrm/intel/tests/
gen6-3d.batch-ref.txt 87 0x12300158: 0x00000400: UserClip distance cull test mask 0x0
210 0x12300344: 0x00000400: UserClip distance cull test mask 0x0
407 0x12300658: 0x00000400: UserClip distance cull test mask 0x0
477 0x12300770: 0x00000400: UserClip distance cull test mask 0x0
    [all...]
gen7-3d.batch-ref.txt 113 0x123001c0: 0x00150400: UserClip distance cull test mask 0x0
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 485 * Userclip state
  /external/mesa3d/src/mesa/main/
matrix.c 566 * values to compute userclip positions in clip space, but is only called on
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]
  /external/libdrm/intel/
intel_decode.c     [all...]

Completed in 5343 milliseconds