HomeSort by relevance Sort by last modified time
    Searched refs:ucp (Results 26 - 50 of 69) sorted by null

12 3

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 780 memcpy(dst->ucp, src->ucp, sizeof(dst->ucp));
787 return memcmp(a->ucp, b->ucp, sizeof(a->ucp));
    [all...]
  /external/chromium_org/third_party/mesa/src/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 )
    [all...]
r200_state.c     [all...]
r200_context.h 410 /* UCP
505 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
r200_cmdbuf.c 101 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i] );
  /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 )
    [all...]
r200_state.c     [all...]
r200_context.h 410 /* UCP
505 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
r200_cmdbuf.c 101 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i] );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 264 /* UCP
322 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
radeon_state.c     [all...]
radeon_ioctl.c 91 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i]);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 264 /* UCP
322 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
radeon_state.c     [all...]
radeon_ioctl.c 91 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.ucp[i]);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 293 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp));
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 293 memcpy(&draw->plane[6], clip->ucp, sizeof(clip->ucp));
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 575 static void mips_sigaction_handler(int mips_signum, siginfo_t *sip, void *ucp)
585 ALOGV("%s(mips_signum:%d:'%s', sip:%p, ucp:%p) {", __func__,
587 mips_signame, sip, ucp);
617 ALOGV("%s: Calling portable_sighandler:%p(portable_signum:%d, portable_sip:%p, ucp:%p);",
618 __func__, portable_sighandler, portable_signum, portable_sip, ucp);
620 portable_sighandler(portable_signum, portable_sip, ucp);
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 249 struct ucontext_t *ucp) {
259 ReadContextStack(ucp, &stack, &ssize);
261 int res = REAL(swapcontext)(oucp, ucp);
264 // We need to clear shadow for ucp once again, as it may be in arbitrary
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 815 memcpy(nv50->clip.ucp, clip->ucp, sizeof(clip->ucp));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 710 memcpy(nvc0->clip.ucp, clip->ucp, sizeof(clip->ucp));
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 815 memcpy(nv50->clip.ucp, clip->ucp, sizeof(clip->ucp));
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 710 memcpy(nvc0->clip.ucp, clip->ucp, sizeof(clip->ucp));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]

Completed in 489 milliseconds

12 3