Searched refs:csr (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_regs.h119 /* 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 Dleo_accel.c82 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 Di915_fpc_emit.c162 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 Di915_fpc.h65 uint *csr; /**< Cursor, points into program. */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c1094 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 Di915_fpc_emit.c154 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 Di915_fpc.h60 uint32_t *csr; /**< Cursor, points into program. */ member in struct:i915_fp_compile
H A Di915_fpc_translate.c891 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 Dx86sse.c26 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 Dx86sse.h21 unsigned char *csr; member in struct:x86_function
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/
H A Dx86sse.c27 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 Dx86sse.h21 unsigned char *csr; member in struct:x86_function
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c190 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 Di915_context.h176 GLuint *csr; /* Cursor, points into program. member in struct:i915_fragment_program
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_program.c190 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 Di915_context.h176 GLuint *csr; /* Cursor, points into program. member in struct:i915_fragment_program
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c92 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 Drtasm_x86sse.h55 unsigned char *csr; member in struct:x86_function
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c92 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 Drtasm_x86sse.h55 unsigned char *csr; member in struct:x86_function
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split_copy.c258 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 Dt_vertex_sse.c636 assert( (char *) p->func.csr - (char *) p->func.store <= MAX_SSE_CODE_SIZE );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split_copy.c252 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 Dt_vertex_sse.c636 assert( (char *) p->func.csr - (char *) p->func.store <= MAX_SSE_CODE_SIZE );
/xsrc/external/mit/libpciaccess/dist/src/
H A Dopenbsd_pci.c121 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);

Completed in 36 milliseconds