/external/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 196 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex() argument 212 if (dwords[i+j]) in dump_hex() 223 uint64_t addr = gpuaddr(&dwords[i]); in dump_hex() 241 printf(" %08x", dwords[i+j]); in dump_hex() 249 dump_float(float *dwords, uint32_t sizedwords, int level) in dump_float() argument 255 printf("%016"PRIx64":%s", gpuaddr(dwords), levels[level]); in dump_float() 257 printf("%08x:%s", (uint32_t)gpuaddr(dwords), levels[level]); in dump_float() 262 printf("%8f", *(dwords++)); in dump_float() 882 dump_registers(uint32_t regbase, uint32_t *dwords, uint32_t sizedwords, int level) in dump_registers() argument 893 reg_set(regbase, *dwords); in dump_registers() [all …]
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 5 cmdstream: 124 dwords 9 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 12 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 15 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 28 t3 opcode: CP_INVALIDATE_STATE (3b) (2 dwords) 30 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 33 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 36 t3 opcode: CP_SET_CONSTANT (2d) (4 dwords) 40 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) 43 t3 opcode: CP_SET_CONSTANT (2d) (3 dwords) [all …]
|
D | es2gears-a320.log | 5 cmdstream: 488 dwords 6 t3 opcode: CP_INVALIDATE_STATE (3b) (2 dwords) 124 t3 opcode: CP_EVENT_WRITE (46) (2 dwords) 128 t3 opcode: CP_DRAW_INDX (22) (4 dwords) 137 t3 opcode: CP_NOP (10) (5 dwords) 139 t3 opcode: CP_WAIT_FOR_IDLE (26) (2 dwords) 194 t3 opcode: (null) (4c) (4 dwords) 224 t3 opcode: CP_REG_RMW (21) (4 dwords) 241 t3 opcode: CP_INDIRECT_BUFFER_PFD (37) (3 dwords) 263 t3 opcode: CP_REG_RMW (21) (4 dwords) [all …]
|
D | dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log | 5 cmdstream: 265 dwords 6 t7 opcode: CP_EVENT_WRITE (46) (2 dwords) 13 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords) 192 t7 opcode: CP_SET_DRAW_STATE (43) (4 dwords) 229 t7 opcode: CP_EVENT_WRITE (46) (5 dwords) 236 t7 opcode: CP_EVENT_WRITE (46) (2 dwords) 240 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords) 275 t7 opcode: CP_BLIT (2c) (2 dwords) 371 t7 opcode: CP_EVENT_WRITE (46) (2 dwords) 375 t7 opcode: CP_SKIP_IB2_ENABLE_GLOBAL (1d) (2 dwords) [all …]
|
/external/igt-gpu-tools/lib/ |
D | debug.h | 79 uint32_t *dwords = (uint32_t *)reg; in print_reg() local 81 dwords[7], dwords[6], dwords[5], dwords[4], in print_reg() 82 dwords[3], dwords[2], dwords[1], dwords[0]); in print_reg() 87 uint32_t *dwords = (uint32_t *)reg; in print_creg() local 88 printf("%08x %08x %08x", dwords[2], dwords[1], dwords[0]); in print_creg()
|
/external/u-boot/arch/arm/mach-mvebu/ |
D | efuse.c | 73 val.dwords.d[0] = readl(&efuse->bits_31_0); in do_prog_efuse() 74 val.dwords.d[1] = readl(&efuse->bits_63_32); in do_prog_efuse() 80 val.dwords.d[0] |= (new_val->dwords.d[0] & mask0); in do_prog_efuse() 81 val.dwords.d[1] |= (new_val->dwords.d[1] & mask1); in do_prog_efuse() 84 writel(val.dwords.d[0], &efuse->bits_31_0); in do_prog_efuse() 86 writel(val.dwords.d[1], &efuse->bits_63_32); in do_prog_efuse() 118 if (!new_val->dwords.d[0] && !new_val->dwords.d[1] && (mask0 | mask1)) in prog_efuse() 164 val->dwords.d[0] = readl(&efuse->bits_31_0); in mvebu_read_efuse() 165 val->dwords.d[1] = readl(&efuse->bits_63_32); in mvebu_read_efuse() 210 *val = fuse_line.dwords.d[word]; in fuse_read() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 10 %dwords = fptosi <2 x double> %doubles to <2 x i64> 11 ret <2 x i64> %dwords 19 %dwords = fptoui <2 x double> %doubles to <2 x i64> 20 ret <2 x i64> %dwords 24 define <2 x double> @f3(<2 x i64> %dwords) { 28 %doubles = sitofp <2 x i64> %dwords to <2 x double> 33 define <2 x double> @f4(<2 x i64> %dwords) { 37 %doubles = uitofp <2 x i64> %dwords to <2 x double> 72 %dwords = fptosi <2 x float> %floats to <2 x i64> 73 ret <2 x i64> %dwords [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 10 %dwords = fptosi <2 x double> %doubles to <2 x i64> 11 ret <2 x i64> %dwords 19 %dwords = fptoui <2 x double> %doubles to <2 x i64> 20 ret <2 x i64> %dwords 24 define <2 x double> @f3(<2 x i64> %dwords) { 28 %doubles = sitofp <2 x i64> %dwords to <2 x double> 33 define <2 x double> @f4(<2 x i64> %dwords) { 37 %doubles = uitofp <2 x i64> %dwords to <2 x double> 72 %dwords = fptosi <2 x float> %floats to <2 x i64> 73 ret <2 x i64> %dwords [all …]
|
/external/mesa3d/src/intel/genxml/ |
D | gen_pack_header.py | 308 def collect_dwords(self, dwords, start, dim): argument 312 field.collect_dwords(dwords, start + field.start, dim) 315 field.collect_dwords(dwords, 321 if not index in dwords: 322 dwords[index] = self.DWord() 328 dwords[index].fields.append(clone) 332 dwords[index].address = field 339 if index + 1 in dwords and not dwords[index] == dwords[index + 1]: 340 dwords[index].fields.extend(dwords[index + 1].fields) 341 dwords[index].size = 64 [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 389 int dwords; in radeon_print_state_atom() local 394 dwords = state->check(&radeon->glCtx, state); in radeon_print_state_atom() 396 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size); in radeon_print_state_atom() 399 if (dwords > state->cmd_size) in radeon_print_state_atom() 400 dwords = state->cmd_size; in radeon_print_state_atom() 401 for (i = 0; i < dwords;) { in radeon_print_state_atom() 408 for (j = 0; j < count && i < dwords; j++) { in radeon_print_state_atom() 424 GLuint dwords = 0; in radeonCountStateEmitSize() local 433 dwords += atom_size; in radeonCountStateEmitSize() 442 dwords += atom_size; in radeonCountStateEmitSize() [all …]
|
D | r200_state_init.c | 297 BEGIN_BATCH(dwords); \ 348 uint32_t dwords = atom->check(ctx, atom); in mtl_emit() local 350 BEGIN_BATCH(dwords); in mtl_emit() 360 uint32_t dwords = atom->check(ctx, atom); in lit_emit() local 362 BEGIN_BATCH(dwords); in lit_emit() 372 uint32_t dwords = atom->check(ctx, atom); in ptp_emit() local 374 BEGIN_BATCH(dwords); in ptp_emit() 384 uint32_t dwords = atom->check(ctx, atom); in veclinear_emit() local 393 uint32_t dwords = atom->check(ctx, atom); in scl_emit() local 395 BEGIN_BATCH(dwords); in scl_emit() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 389 int dwords; in radeon_print_state_atom() local 394 dwords = state->check(&radeon->glCtx, state); in radeon_print_state_atom() 396 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size); in radeon_print_state_atom() 399 if (dwords > state->cmd_size) in radeon_print_state_atom() 400 dwords = state->cmd_size; in radeon_print_state_atom() 401 for (i = 0; i < dwords;) { in radeon_print_state_atom() 408 for (j = 0; j < count && i < dwords; j++) { in radeon_print_state_atom() 424 GLuint dwords = 0; in radeonCountStateEmitSize() local 433 dwords += atom_size; in radeonCountStateEmitSize() 442 dwords += atom_size; in radeonCountStateEmitSize() [all …]
|
D | radeon_state_init.c | 264 uint32_t dwords = atom->check(ctx, atom); in scl_emit() local 266 BEGIN_BATCH(dwords); in scl_emit() 276 uint32_t dwords = atom->check(ctx, atom); in vec_emit() local 278 BEGIN_BATCH(dwords); in vec_emit() 288 uint32_t dwords = atom->check(ctx, atom); in lit_emit() local 290 BEGIN_BATCH(dwords); in lit_emit() 300 uint32_t dwords; in check_always_ctx() local 309 dwords = 10; in check_always_ctx() 311 dwords += 6; in check_always_ctx() 313 dwords += 8; in check_always_ctx() [all …]
|
/external/mesa3d/src/freedreno/common/ |
D | disasm.h | 53 int disasm_a2xx(uint32_t *dwords, int sizedwords, int level, gl_shader_stage type); 54 int disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id); 55 int disasm_a3xx_stat(uint32_t *dwords, int sizedwords, int level, FILE *out, 57 int try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, unsigned gpu_id);
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 240 uint32_t dwords; in __OUT_IB() local 242 dwords = fd_ringbuffer_emit_reloc_ring_full(ring, target, i) / 4; in __OUT_IB() 243 assert(dwords > 0); in __OUT_IB() 244 OUT_RING(ring, dwords); in __OUT_IB() 260 uint32_t dwords; in __OUT_IB5() local 262 dwords = fd_ringbuffer_emit_reloc_ring_full(ring, target, i) / 4; in __OUT_IB5() 263 assert(dwords > 0); in __OUT_IB5() 264 OUT_RING(ring, dwords); in __OUT_IB5()
|
/external/compiler-rt/lib/builtins/ |
D | muldi3.c | 23 dwords r; in __muldsi3() 48 dwords x; in ARM_EABI_FNALIAS() 50 dwords y; in ARM_EABI_FNALIAS() 52 dwords r; in ARM_EABI_FNALIAS()
|
D | cmpdi2.c | 25 dwords x; in __cmpdi2() 27 dwords y; in __cmpdi2()
|
D | ashldi3.c | 27 dwords input; in ARM_EABI_FNALIAS() 28 dwords result; in ARM_EABI_FNALIAS()
|
/external/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 214 static int disasm_alu(uint32_t *dwords, uint32_t alu_off, in disasm_alu() argument 217 instr_alu_t *alu = (instr_alu_t *)dwords; in disasm_alu() 222 dwords[0], dwords[1], dwords[2]); in disasm_alu() 456 static int disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch() argument 458 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() 463 dwords[0], dwords[1], dwords[2]); in disasm_fetch() 599 int disasm_a2xx(uint32_t *dwords, int sizedwords, int level, gl_shader_stage type) in disasm_a2xx() argument 601 instr_cf_t *cfs = (instr_cf_t *)dwords; in disasm_a2xx() 623 disasm_fetch(dwords + alu_off * 3, alu_off, level, sequence & 0x2); in disasm_a2xx() 625 disasm_alu(dwords + alu_off * 3, alu_off, level, sequence & 0x2, type); in disasm_a2xx()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_fence_thrash.c | 126 unsigned int dwords = OBJECT_SIZE >> 2; in _bo_write_verify() local 147 a[dwords - 1] = 0xc0ffee; in _bo_write_verify() 148 igt_assert_f(a[dwords - 1] == 0xc0ffee, in _bo_write_verify() 150 tile_str[t->tiling], a[dwords - 1]); in _bo_write_verify() 152 for (i = 0; i < dwords; i += CACHELINE/sizeof(uint32_t)) { in _bo_write_verify() 166 for (i = 0; i < dwords; i += PAGE_SIZE/sizeof(uint32_t)) { in _bo_write_verify()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 527 print_instr(uint32_t *dwords, int n, enum debug_t debug) in print_instr() argument 529 struct instr *instr = (struct instr *)dwords; in print_instr() 535 printf("%08x %08x %08x %08x ", dwords[0], dwords[1], dwords[2], in print_instr() 536 dwords[3]); in print_instr() 618 etna_disasm(uint32_t *dwords, int sizedwords, enum debug_t debug) in etna_disasm() argument 625 print_instr(&dwords[i], i / 4, debug); in etna_disasm()
|
/external/mesa3d/src/amd/compiler/tests/ |
D | glsl_scraper.py | 56 self.dwords = None 131 def dwords(f): function 140 self.dwords = list(dwords(io.BytesIO(spirv))) 163 while line_start < len(self.dwords): 165 for i in range(line_start, min(line_start + 6, len(self.dwords))): 166 f.write(' 0x{:08x},'.format(self.dwords[i]))
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 63 free(so->variant[i].info.dwords); in delete_shader() 83 OUT_RING(ring, info->dwords[i]); in emit() 189 instr_fetch_t *instr = (instr_fetch_t*) &info->dwords[fi->offset]; in patch_fetches() 309 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init() 324 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init() 333 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[1].offset]; in fd2_prog_init()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_batch.h | 35 #define BEGIN_BATCH(dwords) \ argument 36 (i915_winsys_batchbuffer_check(i915->batch, dwords))
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 106 const unsigned *dwords, unsigned nr) in svga_shader_emit_dwords() argument 111 memcpy(emit->ptr, dwords, nr * sizeof *dwords); in svga_shader_emit_dwords() 112 emit->ptr += nr * sizeof *dwords; in svga_shader_emit_dwords()
|