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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 55 struct softpipe_resource *spr)
57 struct pipe_resource *pt = &spr->base;
74 spr->stride[level] = util_format_get_stride(pt->format, width);
76 spr->level_offset[level] = buffer_size;
79 slices * spr->stride[level]);
86 spr->data = align_malloc(buffer_size, 16);
88 return spr->data != NULL;
97 struct softpipe_resource *spr)
103 spr->dt = winsys->displaytarget_create(winsys,
104 spr->base.bind
122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local
160 struct softpipe_resource *spr = softpipe_resource(pt); local
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local
215 struct softpipe_resource *spr = softpipe_resource(pt); local
318 struct softpipe_resource *spr = softpipe_resource(resource); local
410 struct softpipe_resource *spr = softpipe_resource(transfer->resource); local
437 struct softpipe_resource *spr; local
463 struct softpipe_resource *spr; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 55 struct softpipe_resource *spr)
57 struct pipe_resource *pt = &spr->base;
74 spr->stride[level] = util_format_get_stride(pt->format, width);
76 spr->level_offset[level] = buffer_size;
79 slices * spr->stride[level]);
86 spr->data = align_malloc(buffer_size, 16);
88 return spr->data != NULL;
97 struct softpipe_resource *spr)
103 spr->dt = winsys->displaytarget_create(winsys,
104 spr->base.bind
122 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local
160 struct softpipe_resource *spr = softpipe_resource(pt); local
182 struct softpipe_resource *spr = CALLOC_STRUCT(softpipe_resource); local
215 struct softpipe_resource *spr = softpipe_resource(pt); local
318 struct softpipe_resource *spr = softpipe_resource(resource); local
410 struct softpipe_resource *spr = softpipe_resource(transfer->resource); local
437 struct softpipe_resource *spr; local
463 struct softpipe_resource *spr; local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 160 * Shorthand macros for some commonly used SPR's.
933 #define __mfspr(spr) \
935 __asm__ volatile ("mfspr %0, %1" : "=r" (__ppc_i_mfsprResult) : "n" (spr)); \
951 #define __mtspr(spr, value) \
952 __asm__ volatile ("mtspr %0, %1" : : "n" (spr), "r" (value))
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 96 UInt spr; local
98 __asm__ __volatile__("mfspr %0,269" : "=b"(spr));
100 __asm__ __volatile__("mfspr %0,268" : "=b"(spr));
102 return spr;
114 UInt spr; local
115 __asm__ __volatile__("mfspr %0,287" : "=b"(spr));
116 return spr;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c 351 R200_STATECHANGE( rmesa, spr );
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
355 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &= ~(R200_PS_GEN_TEX_0 << unit);
r200_state.c 596 R200_STATECHANGE( rmesa, spr );
599 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &=
611 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_MULT_ATTENCONST;
613 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_LIN_ATT_ZERO;
620 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |=
    [all...]
r200_context.h 317 /* SPR - point sprite state
517 struct radeon_state_atom spr; member in struct:r200_hw_state
r200_cmdbuf.c 102 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.spr );
r200_state_init.c 745 ALLOC_STATE( spr, always, SPR_STATE_SIZE, "SPR/pointsprite", 0 );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 351 R200_STATECHANGE( rmesa, spr );
353 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_GEN_TEX_0 << unit;
355 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &= ~(R200_PS_GEN_TEX_0 << unit);
r200_state.c 596 R200_STATECHANGE( rmesa, spr );
599 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &=
611 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_MULT_ATTENCONST;
613 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |= R200_PS_LIN_ATT_ZERO;
620 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |=
    [all...]
r200_context.h 317 /* SPR - point sprite state
517 struct radeon_state_atom spr; member in struct:r200_hw_state
r200_cmdbuf.c 102 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.spr );
r200_state_init.c 745 ALLOC_STATE( spr, always, SPR_STATE_SIZE, "SPR/pointsprite", 0 );
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 613 PacketSessionPtyRequest spr; local
620 spr = new PacketSessionPtyRequest(c.remoteID, true, term, term_width_characters, term_height_characters,
630 tm.sendMessage(spr.getPayload());
    [all...]
  /external/qemu/
ppc-dis.c 778 /* The SPR field in an XFX form instruction. This is flipped--the
780 #define SPR SISIGNOPT + 1
781 #define PMR SPR
786 #define SPRBAT SPR + 1
806 /* The TBR field in an XFX form instruction. This is like the SPR
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 481 milliseconds