| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd6_layout_test.c | 44 {.offset = 0, .pitch = 256}, 45 {.offset = 8192, .pitch = 256}, 46 {.offset = 12288, .pitch = 256}, 47 {.offset = 14336, .pitch = 256}, 48 {.offset = 15360, .pitch = 256}, 49 {.offset = 15872, .pitch = 256}, 67 {.offset = 0, .pitch = 4096}, 68 {.offset = 65536, .pitch = 2048}, 69 {.offset = 98304, .pitch = 1024}, 70 {.offset [all...] |
| H A D | fd5_layout_test.c | 47 {.offset = 0, .pitch = 256}, 48 {.offset = 8192, .pitch = 256}, 49 {.offset = 12288, .pitch = 256}, 50 {.offset = 14336, .pitch = 256}, 51 {.offset = 15360, .pitch = 256}, 52 {.offset = 15872, .pitch = 256}, 72 {.offset = 0, .pitch = 256}, 73 {.offset = 135168, .pitch = 256}, 74 {.offset = 176128, .pitch = 256}, 75 {.offset [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | vma.c | 31 uint64_t offset; member in struct:util_vma_hole 62 assert(hole->offset > 0); 69 assert(hole->size + hole->offset == 0 || 70 hole->size + hole->offset > hole->offset); 74 * hole->size + hole->offset == prev_offset, then we failed to join 77 assert(hole->size + hole->offset > hole->offset && 78 hole->size + hole->offset < prev_offset); 80 prev_offset = hole->offset; 107 uint64_t offset = (hole->size - size) + hole->offset; local in function:util_vma_heap_alloc 169 util_vma_heap_free(struct util_vma_heap * heap,uint64_t offset,uint64_t size) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | vma.c | 32 uint64_t offset; member in struct:util_vma_hole 69 assert(hole->offset > 0); 76 assert(hole->size + hole->offset == 0 || 77 hole->size + hole->offset > hole->offset); 81 * hole->size + hole->offset == prev_offset, then we failed to join 84 assert(hole->size + hole->offset > hole->offset && 85 hole->size + hole->offset < prev_offset); 87 prev_offset = hole->offset; 95 util_vma_hole_alloc(struct util_vma_hole * hole,uint64_t offset,uint64_t size) argument 162 uint64_t offset = (hole->size - size) + hole->offset; local in function:util_vma_heap_alloc 181 uint64_t offset = hole->offset; local in function:util_vma_heap_alloc 204 util_vma_heap_alloc_addr(struct util_vma_heap * heap,uint64_t offset,uint64_t size) argument 242 util_vma_heap_free(struct util_vma_heap * heap,uint64_t offset,uint64_t size) argument [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | gfx_defs.h | 36 #define WRITE_REG8(offset, value) \ 37 (*(volatile unsigned char *)(gfx_virt_regptr + (offset))) = (value) 39 #define WRITE_REG16(offset, value) \ 40 (*(volatile unsigned short *)(gfx_virt_regptr + (offset))) = (value) 42 #define WRITE_REG32(offset, value) \ 43 (*(volatile unsigned long *)(gfx_virt_regptr + (offset))) = (value) 45 #define READ_REG16(offset) \ 46 (*(volatile unsigned short *)(gfx_virt_regptr + (offset))) 48 #define READ_REG32(offset) \ 49 (*(volatile unsigned long *)(gfx_virt_regptr + (offset))) [all...] |
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | host1x.h | 26 #define HOST1X_OPCODE_SETCL(offset, classid, mask) \ 27 ((0x0 << 28) | (((offset) & 0xfff) << 16) | (((classid) & 0x3ff) << 6) | ((mask) & 0x3f)) 29 #define HOST1X_OPCODE_INCR(offset, count) \ 30 ((0x1 << 28) | (((offset) & 0xfff) << 16) | ((count) & 0xffff))
|
| H A D | drm-test-tegra.h | 29 #define HOST1X_OPCODE_SETCL(offset, classid, mask) \ 30 ((0x0 << 28) | (((offset) & 0xfff) << 16) | (((classid) & 0x3ff) << 6) | ((mask) & 0x3f)) 31 #define HOST1X_OPCODE_INCR(offset, count) \ 32 ((0x1 << 28) | (((offset) & 0xfff) << 16) | ((count) & 0xffff)) 33 #define HOST1X_OPCODE_NONINCR(offset, count) \ 34 ((0x2 << 28) | (((offset) & 0xfff) << 16) | ((count) & 0xffff)) 35 #define HOST1X_OPCODE_MASK(offset, mask) \ 36 ((0x3 << 28) | (((offset) & 0xfff) << 16) | ((mask) & 0xffff)) 37 #define HOST1X_OPCODE_IMM(offset, data) \ 38 ((0x4 << 28) | (((offset) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | capabilities.c | 51 int offset = 0; local in function:handleStencilModes 54 c->stencil_bit_depths[offset++] = 0; 57 c->stencil_bit_depths[offset++] = 1; 60 c->stencil_bit_depths[offset++] = 2; 63 c->stencil_bit_depths[offset++] = 3; 66 c->stencil_bit_depths[offset++] = 4; 69 c->stencil_bit_depths[offset++] = 5; 72 c->stencil_bit_depths[offset++] = 6; 75 c->stencil_bit_depths[offset++] = 8; 78 c->stencil_bit_depths[offset 111 int offset = 0; local in function:handleColorAndAccumulation 305 int offset = 0; local in function:handleDepthModes [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | capabilities.c | 63 int offset = 0; local in function:handleStencilModes 66 c->stencil_bit_depths[offset++] = 0; 69 c->stencil_bit_depths[offset++] = 1; 72 c->stencil_bit_depths[offset++] = 2; 75 c->stencil_bit_depths[offset++] = 3; 78 c->stencil_bit_depths[offset++] = 4; 81 c->stencil_bit_depths[offset++] = 5; 84 c->stencil_bit_depths[offset++] = 6; 87 c->stencil_bit_depths[offset++] = 8; 90 c->stencil_bit_depths[offset 125 int offset = 0; local in function:handleColorAndAccumulation 324 int offset = 0; local in function:handleDepthModes [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_msgpack.c | 75 msgpack->offset = 0; 86 if ((msgpack->offset + data_size) > msgpack->mem_size) { 106 msgpack->mem[msgpack->offset] = MSGPACK_FIXMAP_OP | n; 107 msgpack->offset = msgpack->offset + 1; 111 msgpack->mem[msgpack->offset] = MSGPACK_MAP16_OP; 112 *((uint16_t*)&msgpack->mem[msgpack->offset + 1]) = util_bswap16(n); 113 msgpack->offset = msgpack->offset + 3; 117 msgpack->mem[msgpack->offset] [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem_debug.h | 6 uint32_t offset, unsigned int index, 10 kgem_debug_get_reloc_entry(struct kgem *kgem, uint32_t offset); 16 int kgem_gen7_decode_3d(struct kgem *kgem, uint32_t offset); 19 int kgem_gen6_decode_3d(struct kgem *kgem, uint32_t offset); 22 int kgem_gen5_decode_3d(struct kgem *kgem, uint32_t offset); 25 int kgem_gen4_decode_3d(struct kgem *kgem, uint32_t offset); 28 int kgem_gen3_decode_3d(struct kgem *kgem, uint32_t offset); 31 int kgem_gen2_decode_3d(struct kgem *kgem, uint32_t offset);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem_debug.h | 6 uint32_t offset, unsigned int index, 10 kgem_debug_get_reloc_entry(struct kgem *kgem, uint32_t offset); 16 int kgem_gen7_decode_3d(struct kgem *kgem, uint32_t offset); 19 int kgem_gen6_decode_3d(struct kgem *kgem, uint32_t offset); 22 int kgem_gen5_decode_3d(struct kgem *kgem, uint32_t offset); 25 int kgem_gen4_decode_3d(struct kgem *kgem, uint32_t offset); 28 int kgem_gen3_decode_3d(struct kgem *kgem, uint32_t offset); 31 int kgem_gen2_decode_3d(struct kgem *kgem, uint32_t offset);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_debug_private.h | 35 unsigned offset; /* current gtt offset */ member in struct:debug_stream 36 char *ptr; /* pointer to gtt offset zero */ 37 char *end; /* pointer to gtt offset zero */
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_regacc.c | 149 void gfx_write_reg8(unsigned long offset, unsigned char value); 150 void gfx_write_reg16(unsigned long offset, unsigned short value); 151 void gfx_write_reg32(unsigned long offset, unsigned long value); 152 unsigned short gfx_read_reg16(unsigned long offset); 153 unsigned long gfx_read_reg32(unsigned long offset); 154 void gfx_write_vid32(unsigned long offset, unsigned long value); 155 unsigned long gfx_read_vid32(unsigned long offset); 156 unsigned long gfx_read_vip32(unsigned long offset); 157 void gfx_write_vip32(unsigned long offset, unsigned long value); 169 gfx_write_reg8(unsigned long offset, unsigne argument 175 gfx_write_reg16(unsigned long offset,unsigned short value) argument 181 gfx_write_reg32(unsigned long offset,unsigned long value) argument 186 gfx_read_reg16(unsigned long offset) argument 194 gfx_read_reg32(unsigned long offset) argument 203 gfx_write_vid32(unsigned long offset,unsigned long value) argument 208 gfx_read_vid32(unsigned long offset) argument 218 gfx_read_vip32(unsigned long offset) argument 227 gfx_write_vip32(unsigned long offset,unsigned long value) argument 252 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gfx_mono_bitmap_to_screen_blt_swp [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_regacc.c | 59 void gfx_write_reg8(unsigned long offset, unsigned char value); 60 void gfx_write_reg16(unsigned long offset, unsigned short value); 61 void gfx_write_reg32(unsigned long offset, unsigned long value); 62 unsigned short gfx_read_reg16(unsigned long offset); 63 unsigned long gfx_read_reg32(unsigned long offset); 64 void gfx_write_vid32(unsigned long offset, unsigned long value); 65 unsigned long gfx_read_vid32(unsigned long offset); 66 unsigned long gfx_read_vip32(unsigned long offset); 67 void gfx_write_vip32(unsigned long offset, unsigned long value); 79 gfx_write_reg8(unsigned long offset, unsigne argument 85 gfx_write_reg16(unsigned long offset,unsigned short value) argument 91 gfx_write_reg32(unsigned long offset,unsigned long value) argument 97 gfx_read_reg16(unsigned long offset) argument 106 gfx_read_reg32(unsigned long offset) argument 115 gfx_write_vid32(unsigned long offset,unsigned long value) argument 121 gfx_read_vid32(unsigned long offset) argument 131 gfx_read_vip32(unsigned long offset) argument 140 gfx_write_vip32(unsigned long offset,unsigned long value) argument 167 unsigned long offset, temp_offset, temp1 = 0, temp2 = 0; local in function:gfx_mono_bitmap_to_screen_blt_swp [all...] |
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vos.h | 40 #define verite_read_memory32(base, offset) MMIO_IN32(base, offset) 41 #define verite_read_memory16(base, offset) MMIO_IN16(base, offset) 42 #define verite_read_memory8(base, offset) MMIO_IN8(base, offset) 43 #define verite_write_memory32(base, offset, data) MMIO_OUT32(base, offset, data) 44 #define verite_write_memory16(base, offset, data) MMIO_OUT16(base, offset, dat [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | compiler.h | 536 xf86ReadMmio8(__volatile__ void *base, const unsigned long offset) argument 538 unsigned long addr = ((unsigned long)base) + offset; 548 xf86ReadMmio16Be(__volatile__ void *base, const unsigned long offset) argument 550 unsigned long addr = ((unsigned long)base) + offset; 560 xf86ReadMmio16Le(__volatile__ void *base, const unsigned long offset) argument 562 unsigned long addr = ((unsigned long)base) + offset; 572 xf86ReadMmio32Be(__volatile__ void *base, const unsigned long offset) argument 574 unsigned long addr = ((unsigned long)base) + offset; 584 xf86ReadMmio32Le(__volatile__ void *base, const unsigned long offset) argument 586 unsigned long addr = ((unsigned long)base) + offset; 596 xf86WriteMmio8(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 608 xf86WriteMmio16Be(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 620 xf86WriteMmio16Le(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 632 xf86WriteMmio32Be(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 644 xf86WriteMmio32Le(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 656 xf86WriteMmio8NB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 667 xf86WriteMmio16BeNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 678 xf86WriteMmio16LeNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 689 xf86WriteMmio32BeNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 700 xf86WriteMmio32LeNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 760 xf86ReadMmio32Be(__volatile__ void * base,const unsigned long offset) argument 772 xf86WriteMmio32Be(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 794 xf86ReadMmio8(__volatile__ void * base,const unsigned long offset) argument 807 xf86ReadMmio16Be(__volatile__ void * base,const unsigned long offset) argument 820 xf86ReadMmio16Le(__volatile__ void * base,const unsigned long offset) argument 833 xf86ReadMmio32Be(__volatile__ void * base,const unsigned long offset) argument 846 xf86ReadMmio32Le(__volatile__ void * base,const unsigned long offset) argument 859 xf86WriteMmioNB8(__volatile__ void * base,const unsigned long offset,const unsigned char val) argument 869 xf86WriteMmioNB16Le(__volatile__ void * base,const unsigned long offset,const unsigned short val) argument 879 xf86WriteMmioNB16Be(__volatile__ void * base,const unsigned long offset,const unsigned short val) argument 889 xf86WriteMmioNB32Le(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 899 xf86WriteMmioNB32Be(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 909 xf86WriteMmio8(__volatile__ void * base,const unsigned long offset,const unsigned char val) argument 917 xf86WriteMmio16Le(__volatile__ void * base,const unsigned long offset,const unsigned short val) argument 925 xf86WriteMmio16Be(__volatile__ void * base,const unsigned long offset,const unsigned short val) argument 933 xf86WriteMmio32Le(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 941 xf86WriteMmio32Be(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1034 xf86ReadMmio8(__volatile__ void * base,const unsigned long offset) argument 1040 xf86WriteMmio8(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1048 xf86WriteMmio8NB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1055 xf86ReadMmio16Swap(__volatile__ void * base,const unsigned long offset) argument 1069 xf86ReadMmio16(__volatile__ void * base,const unsigned long offset) argument 1075 xf86WriteMmio16Swap(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1089 xf86WriteMmio16(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1097 xf86WriteMmio16SwapNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1110 xf86WriteMmio16NB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1117 xf86ReadMmio32Swap(__volatile__ void * base,const unsigned long offset) argument 1132 xf86ReadMmio32(__volatile__ void * base,const unsigned long offset) argument 1138 xf86WriteMmio32Swap(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1153 xf86WriteMmio32(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1161 xf86WriteMmio32SwapNB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument 1175 xf86WriteMmio32NB(__volatile__ void * base,const unsigned long offset,const unsigned int val) argument [all...] |
| /xsrc/external/mit/MesaLib/src/panfrost/perf/ |
| H A D | pan_perf_metrics.c | 52 .offset = 6, 60 .offset = 7, 68 .offset = 8, 76 .offset = 9, 84 .offset = 10, 92 .offset = 12, 100 .offset = 13, 108 .offset = 14, 116 .offset = 15, 124 .offset [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | gfx_defs.h | 140 #define WRITE_REG8(offset, value) \ 141 (*(volatile unsigned char *)(gfx_virt_regptr + (offset))) = (value) 143 #define WRITE_REG16(offset, value) \ 144 (*(volatile unsigned short *)(gfx_virt_regptr + (offset))) = (value) 146 #define WRITE_REG32(offset, value) \ 147 (*(volatile unsigned long *)(gfx_virt_regptr + (offset))) = (value) 149 #define READ_REG16(offset) \ 150 (*(volatile unsigned short *)(gfx_virt_regptr + (offset))) 152 #define READ_REG32(offset) \ 153 (*(volatile unsigned long *)(gfx_virt_regptr + (offset))) [all...] |
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx.h | 60 int offset; member in struct:__anonafe31bea0108 68 static inline void MgxWrite1(MgxPtr pMgx, int offset, uint8_t val) argument 70 MMIO_OUT8(pMgx->blt, offset ^ 3, val); 73 static inline void MgxWrite2(MgxPtr pMgx, int offset, uint16_t val) argument 75 MMIO_OUT16(pMgx->blt, offset ^ 2, val); 78 static inline void MgxWrite4(MgxPtr pMgx, int offset, uint32_t val) argument 80 MMIO_OUT32(pMgx->blt, offset, val); 83 static inline uint8_t MgxRead1(MgxPtr pMgx, int offset) argument 85 uint8_t val = MMIO_IN8(pMgx->blt, offset ^ 3); 89 static inline uint32_t MgxRead4(MgxPtr pMgx, int offset) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_boilerplate.h | 46 uint32_t offset; member in struct:brw_address 57 uint32_t offset; local in function:__gen_combine_address 60 return address.offset + delta; 63 offset = (char *) location - (char *) brw->batch.state.map; 64 return brw_state_reloc(batch, offset, address.bo, 65 address.offset + delta, 71 offset = (char *) location - (char *) brw->batch.batch.map; 72 return brw_batch_reloc(batch, offset, address.bo, 73 address.offset + delta, 79 rw_bo(struct brw_bo *bo, uint32_t offset) argument 89 ro_bo(struct brw_bo * bo,uint32_t offset) argument 98 rw_32_bo(struct brw_bo * bo,uint32_t offset) argument 108 ro_32_bo(struct brw_bo * bo,uint32_t offset) argument 118 ggtt_bo(struct brw_bo * bo,uint32_t offset) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_boilerplate.h | 46 uint32_t offset; member in struct:brw_address 57 uint32_t offset; local in function:__gen_combine_address 60 return address.offset + delta; 63 offset = (char *) location - (char *) brw->batch.state.map; 64 return brw_state_reloc(batch, offset, address.bo, 65 address.offset + delta, 71 offset = (char *) location - (char *) brw->batch.batch.map; 72 return brw_batch_reloc(batch, offset, address.bo, 73 address.offset + delta, 79 rw_bo(struct brw_bo *bo, uint32_t offset) argument 89 ro_bo(struct brw_bo * bo,uint32_t offset) argument 98 rw_32_bo(struct brw_bo * bo,uint32_t offset) argument 108 ro_32_bo(struct brw_bo * bo,uint32_t offset) argument 118 ggtt_bo(struct brw_bo * bo,uint32_t offset) argument [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | getenv.c | 34 char *__findenv(const char *name, int len, int *offset); 39 * Starts searching within the environmental array at offset. 40 * Sets offset to be the offset of the name/value combination in the 47 __findenv(const char *name, int len, int *offset) argument 56 for (p = environ + *offset; (cp = *p) != NULL; ++p) { 61 *offset = p - environ; 75 int offset = 0; local in function:getenv 80 return (__findenv(name, (int)(np - name), &offset));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_cl_dump.c | 47 uint32_t offset = 0, hw_offset = 0; local in function:vc4_dump_cl 50 while (offset < size) { 57 offset, hw_offset, header, header); 64 offset, hw_offset, header, v3d_group_get_name(inst)); 66 v3d_print_group(clif, inst, offset, p); 76 offset += length;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_cl_dump.c | 47 uint32_t offset = 0, hw_offset = 0; local in function:vc4_dump_cl 50 while (offset < size) { 57 offset, hw_offset, header, header); 64 offset, hw_offset, header, v3d_group_get_name(inst)); 66 v3d_print_group(clif, inst, offset, p); 76 offset += length;
|