Searched refs:spr (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.c55 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
54 softpipe_resource_layout(struct pipe_screen *screen, struct softpipe_resource *spr) argument
96 softpipe_displaytarget_layout(struct pipe_screen *screen, struct softpipe_resource *spr) argument
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
230 sp_get_tex_image_offset(const struct softpipe_resource *spr, unsigned level, unsigned layer) argument
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/
H A Dsp_texture.c55 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
54 softpipe_resource_layout(struct pipe_screen *screen, struct softpipe_resource *spr) argument
96 softpipe_displaytarget_layout(struct pipe_screen *screen, struct softpipe_resource *spr) argument
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
230 sp_get_tex_image_offset(const struct softpipe_resource *spr, unsigned level, unsigned layer) argument
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/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c97 UInt spr; local
99 __asm__ __volatile__("mfspr %0,269" : "=b"(spr));
101 __asm__ __volatile__("mfspr %0,268" : "=b"(spr));
103 return spr;
115 UInt spr; local
116 __asm__ __volatile__("mfspr %0,287" : "=b"(spr));
117 return spr;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c351 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);
H A Dr200_state.c596 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] |=
1904 R200_STATECHANGE( rmesa, spr );
1908 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |=
1912 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &= ~R200_PS_GEN_TEX_MASK;
H A Dr200_context.h517 struct radeon_state_atom spr; member in struct:r200_hw_state
H A Dr200_cmdbuf.c102 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.spr );
H A Dr200_state_init.c745 ALLOC_STATE( spr, always, SPR_STATE_SIZE, "SPR/pointsprite", 0 );
815 rmesa->hw.spr.cmd[SPR_CMD_0] = cmdpkt(rmesa, R200_EMIT_TCL_POINT_SPRITE_CNTL);
1263 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] =
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.c351 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);
H A Dr200_state.c596 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] |=
1904 R200_STATECHANGE( rmesa, spr );
1908 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] |=
1912 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] &= ~R200_PS_GEN_TEX_MASK;
H A Dr200_context.h517 struct radeon_state_atom spr; member in struct:r200_hw_state
H A Dr200_cmdbuf.c102 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.spr );
H A Dr200_state_init.c745 ALLOC_STATE( spr, always, SPR_STATE_SIZE, "SPR/pointsprite", 0 );
815 rmesa->hw.spr.cmd[SPR_CMD_0] = cmdpkt(rmesa, R200_EMIT_TCL_POINT_SPRITE_CNTL);
1263 rmesa->hw.spr.cmd[SPR_POINT_SPRITE_CNTL] =
/external/eigen/blas/
H A Dlevel2_real_impl.h234 int EIGEN_BLAS_FUNC(spr)(char *uplo, int *n, Scalar *palpha, Scalar *px, int *incx, Scalar *pap) function
/external/qemu/disas/
H A Dppc.c1534 /* If this is mfsprg4..7 then use spr 260..263 which can be read in
1535 user mode. Anything else must use spr 272..279. */
1549 /* mfsprg can use 260..263 and 272..279. mtsprg only uses spr 272..279
1880 #define XSPR(op, xop, spr) \
1881 (X ((op), (xop)) | ((((unsigned long)(spr)) & 0x1f) << 16) | ((((unsigned long)(spr)) & 0x3e0) << 6))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3512 milliseconds