| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| H A D | leo_regs.h | 119 /* csr */ 124 volatile unsigned int csr; member in struct:LeoDraw 172 volatile unsigned int csr; member in struct:LeoCommand0 185 volatile unsigned int csr; member in struct:LeoCross
|
| H A D | leo_accel.c | 82 while (lc0->csr & LEO_CSR_BLT_BUSY); 87 while (lc0->csr & LEO_CSR_BLT_BUSY); 137 while (lc0->csr & LEO_CSR_BLT_BUSY); 142 while (lc0->csr & LEO_CSR_BLT_BUSY);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 162 if (p->csr< p->program + I915_PROGRAM_SIZE) { 163 *(p->csr++) = (op | A0_DEST(dest) | mask | saturate | A0_SRC0(src0)); 164 *(p->csr++) = (A1_SRC0(src0) | A1_SRC1(src1)); 165 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2)); 258 if (p->csr< p->program + I915_PROGRAM_SIZE) { 259 *(p->csr++) = (opcode | 263 *(p->csr++) = T1_ADDRESS_REG( coord ); 264 *(p->csr++) = T2_MBZ;
|
| H A D | i915_fpc.h | 65 uint *csr; /**< Cursor, points into program. */ member in struct:i915_fp_compile
|
| H A D | i915_fpc_translate.c | 1094 p->csr = p->program; 1115 unsigned long program_size = (unsigned long) (p->csr - p->program);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_emit.c | 154 if (p->csr < p->program + I915_PROGRAM_SIZE) { 155 *(p->csr++) = (op | A0_DEST(dest) | mask | saturate | A0_SRC0(src0)); 156 *(p->csr++) = (A1_SRC0(src0) | A1_SRC1(src1)); 157 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2)); 248 if (p->csr < p->program + I915_PROGRAM_SIZE) { 249 *(p->csr++) = (opcode | T0_DEST(dest) | T0_SAMPLER(sampler)); 251 *(p->csr++) = T1_ADDRESS_REG(coord); 252 *(p->csr++) = T2_MBZ;
|
| H A D | i915_fpc.h | 60 uint32_t *csr; /**< Cursor, points into program. */ member in struct:i915_fp_compile
|
| H A D | i915_fpc_translate.c | 891 p->csr = p->program; 911 unsigned long program_size = (unsigned long)(p->csr - p->program);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 26 p->csr = p->store; 29 unsigned used = p->csr - p->store; 34 p->csr = p->store + used; 43 if (p->csr + bytes - p->store > p->size) 47 unsigned char *csr = p->csr; local in function:reserve 48 p->csr += bytes; 49 return csr; 57 char *csr = (char *)reserve(p, 1); local in function:emit_1b 58 *csr 69 unsigned char *csr = reserve(p, 1); local in function:emit_1ub 75 unsigned char *csr = reserve(p, 2); local in function:emit_2ub 82 unsigned char *csr = reserve(p, 3); local in function:emit_3ub [all...] |
| H A D | x86sse.h | 21 unsigned char *csr; member in struct:x86_function
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/ |
| H A D | x86sse.c | 27 p->csr = p->store; 30 unsigned used = p->csr - p->store; 35 p->csr = p->store + used; 44 if (p->csr + bytes - p->store > p->size) 48 unsigned char *csr = p->csr; local in function:reserve 49 p->csr += bytes; 50 return csr; 58 char *csr = (char *)reserve(p, 1); local in function:emit_1b 59 *csr 70 unsigned char *csr = reserve(p, 1); local in function:emit_1ub 76 unsigned char *csr = reserve(p, 2); local in function:emit_2ub 83 unsigned char *csr = reserve(p, 3); local in function:emit_3ub [all...] |
| H A D | x86sse.h | 21 unsigned char *csr; member in struct:x86_function
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.c | 190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 195 *(p->csr++) = (op | A0_DEST(dest) | mask | saturate | A0_SRC0(src0)); 196 *(p->csr++) = (A1_SRC0(src0) | A1_SRC1(src1)); 197 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2)); 279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 284 *(p->csr++) = (op | 288 *(p->csr++) = T1_ADDRESS_REG( coord ); 289 *(p->csr++) = T2_MBZ; 479 p->csr = p->program; 496 GLuint program_size = p->csr [all...] |
| H A D | i915_context.h | 176 GLuint *csr; /* Cursor, points into program. member in struct:i915_fragment_program
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_program.c | 190 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 195 *(p->csr++) = (op | A0_DEST(dest) | mask | saturate | A0_SRC0(src0)); 196 *(p->csr++) = (A1_SRC0(src0) | A1_SRC1(src1)); 197 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2)); 279 if (p->csr >= p->program + ARRAY_SIZE(p->program)) { 284 *(p->csr++) = (op | 288 *(p->csr++) = T1_ADDRESS_REG( coord ); 289 *(p->csr++) = T2_MBZ; 479 p->csr = p->program; 496 GLuint program_size = p->csr [all...] |
| H A D | i915_context.h | 176 GLuint *csr; /* Cursor, points into program. member in struct:i915_fragment_program
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 92 debug_printf( "\n%4x %14s ", p->csr - p->store, foo ); \ 143 p->csr = p->store; 148 p->csr = p->store; 151 uintptr_t used = pointer_to_uintptr( p->csr ) - pointer_to_uintptr( p->store ); 158 p->csr = p->store + used; 161 p->csr = p->store; 168 p->store = p->csr = p->error_overflow; 177 if (p->csr + bytes - p->store > (int) p->size) 181 unsigned char *csr = p->csr; local in function:reserve 191 char *csr = (char *)reserve(p, 1); local in function:emit_1b 203 unsigned char *csr = reserve(p, 1); local in function:emit_1ub 209 unsigned char *csr = reserve(p, 2); local in function:emit_2ub 216 unsigned char *csr = reserve(p, 3); local in function:emit_3ub [all...] |
| H A D | rtasm_x86sse.h | 55 unsigned char *csr; member in struct:x86_function
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_x86sse.c | 92 debug_printf( "\n%4x %14s ", p->csr - p->store, foo ); \ 143 p->csr = p->store; 148 p->csr = p->store; 151 uintptr_t used = pointer_to_uintptr( p->csr ) - pointer_to_uintptr( p->store ); 158 p->csr = p->store + used; 161 p->csr = p->store; 168 p->store = p->csr = p->error_overflow; 177 if (p->csr + bytes - p->store > (int) p->size) 181 unsigned char *csr = p->csr; local in function:reserve 191 char *csr = (char *)reserve(p, 1); local in function:emit_1b 203 unsigned char *csr = reserve(p, 1); local in function:emit_1ub 209 unsigned char *csr = reserve(p, 2); local in function:emit_2ub 216 unsigned char *csr = reserve(p, 3); local in function:emit_3ub [all...] |
| H A D | rtasm_x86sse.h | 55 unsigned char *csr; member in struct:x86_function
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_split_copy.c | 258 GLubyte *csr = copy->dstptr; local in function:elt 268 memcpy(csr, srcptr, copy->varying[i].size); 269 csr += copy->varying[i].size; 296 assert(csr == copy->dstptr);
|
| H A D | t_vertex_sse.c | 636 assert( (char *) p->func.csr - (char *) p->func.store <= MAX_SSE_CODE_SIZE );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_split_copy.c | 252 GLubyte *csr = copy->dstptr; local in function:elt 262 memcpy(csr, srcptr, copy->varying[i].size); 263 csr += copy->varying[i].size; 290 assert(csr == copy->dstptr);
|
| H A D | t_vertex_sse.c | 636 assert( (char *) p->func.csr - (char *) p->func.store <= MAX_SSE_CODE_SIZE );
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | openbsd_pci.c | 121 u_int32_t csr, rom; local in function:pci_device_openbsd_read_rom 151 pci_read(domain, bus, dev, func, PCI_COMMAND_STATUS_REG, &csr); 153 csr | PCI_COMMAND_MEM_ENABLE); 170 pci_write(domain, bus, dev, func, PCI_COMMAND_STATUS_REG, csr);
|