Home
last modified time | relevance | path

Searched refs:burst_count (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_gds.cpp90 int burst_count, int comp_mask, int element_size, bool ack): in RatInstruction() argument
98 m_burst_count(burst_count), in RatInstruction()
Dsfn_instruction_gds.h153 int burst_count, int comp_mask, int element_size,
168 int burst_count() const {return m_burst_count;} in burst_count() function
Dsfn_ir_to_assembly.cpp385 output.burst_count = 1; in emit_vs_pos_export()
413 output.burst_count = 1; in emit_vs_param_export()
448 output.burst_count = 1; in emit_fs_pixel_export()
593 output.burst_count = so_instr.burst_count(); in visit()
618 output.burst_count = 1; in visit()
823 cf.burst_count = 1; in visit()
1058 cf->output.burst_count = instr.burst_count(); in visit()
Dsfn_instruction_export.h120 int burst_count() const { return m_burst_count;} in burst_count() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp127 if (n.bc.burst_count) { in dump()
129 s2 << n.bc.array_base << "-" << n.bc.array_base + n.bc.burst_count; in dump()
132 n.bc.rw_gpr + n.bc.burst_count << "."; in dump()
560 if (n.bc.burst_count) in dump()
561 s << ", BURST_COUNT:" << n.bc.burst_count; in dump()
Dsb_bc_parser.cpp795 unsigned burst_count = c->bc.burst_count; in prepare_ir() local
799 c->bc.burst_count = 0; in prepare_ir()
823 if (!burst_count--) in prepare_ir()
839 unsigned burst_count = c->bc.burst_count; in prepare_ir() local
843 c->bc.burst_count = 0; in prepare_ir()
891 if (!burst_count--) in prepare_ir()
Dsb_bc_builder.cpp294 .BURST_COUNT(bc.burst_count) in build_cf_exp()
307 .BURST_COUNT(bc.burst_count) in build_cf_exp()
320 .BURST_COUNT(bc.burst_count) in build_cf_exp()
343 .BURST_COUNT(bc.burst_count) in build_cf_mem()
354 .BURST_COUNT(bc.burst_count) in build_cf_mem()
365 .BURST_COUNT(bc.burst_count) in build_cf_mem()
721 .BURST_COUNT(bc.burst_count) in build_fetch_mem()
Dsb_bc_decoder.cpp192 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_exp()
204 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_exp()
215 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_exp()
259 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_mem()
269 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_mem()
278 bc.burst_count = w1.get_BURST_COUNT(); in decode_cf_mem()
555 bc.burst_count = w0.get_BURST_COUNT(); in decode_fetch_mem()
Dsb_bc.h469 unsigned burst_count:4; member
627 unsigned burst_count:4; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c205 (output->burst_count + bc->cf_last->output.burst_count) <= 16) { in r600_bytecode_add_output()
207 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr && in r600_bytecode_add_output()
208 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) { in r600_bytecode_add_output()
213 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()
216 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) && in r600_bytecode_add_output()
217 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) { in r600_bytecode_add_output()
220 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()
1713 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()
1727 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()
2165 if (cf->output.burst_count > 1) { in r600_bytecode_disasm()
[all …]
Deg_asm.c89 S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in eg_bytecode_cf_build()
109 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in eg_bytecode_cf_build()
128 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in eg_bytecode_cf_build()
167 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1);
Dr600_asm.h132 unsigned burst_count; member
171 unsigned burst_count; member
Dr700_asm.c142 S_SQ_MEM_RD_WORD0_BURST_COUNT(mem->burst_count) | in r700_bytecode_fetch_mem_build()
Dr600_shader.c1633 cf.burst_count = 1; in tgsi_src()
2481 output.burst_count = 1; in emit_streamout()
2724 output.burst_count = 1; in generate_gs_copy_shader()
2819 output.burst_count = 1; in generate_gs_copy_shader()
2836 output.burst_count = 1; in generate_gs_copy_shader()
2931 output.burst_count = 1; in emit_gs_ring_writes()
4088 output[j].burst_count = 1; in r600_shader_from_tgsi()
4216 output[j].burst_count = 1; in r600_shader_from_tgsi()
4274 output[j].burst_count = 1; in r600_shader_from_tgsi()
4290 output[j].burst_count = 1; in r600_shader_from_tgsi()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td489 bits<4> burst_count;
498 let Word1{19-16} = burst_count;
DR600Instructions.td242 let burst_count = 0;