Searched refs:burst_count (Results 1 – 16 of 16) sorted by relevance
127 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()
795 unsigned burst_count = c->bc.burst_count; in prepare_ir() local799 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() local843 c->bc.burst_count = 0; in prepare_ir()891 if (!burst_count--) in prepare_ir()
294 .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()
192 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()
469 unsigned burst_count:4; member627 unsigned burst_count:4; member
216 (output->burst_count + bc->cf_last->output.burst_count) <= 16) { in r600_bytecode_add_output()218 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr && in r600_bytecode_add_output()219 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) { in r600_bytecode_add_output()224 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()227 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) && in r600_bytecode_add_output()228 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) { in r600_bytecode_add_output()231 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()1795 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()1809 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()2247 if (cf->output.burst_count > 1) { in r600_bytecode_disasm()[all …]
89 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);
132 unsigned burst_count; member171 unsigned burst_count; member
142 S_SQ_MEM_RD_WORD0_BURST_COUNT(mem->burst_count) | in r700_bytecode_fetch_mem_build()
1647 cf.burst_count = 1; in tgsi_src()2492 output.burst_count = 1; in emit_streamout()2735 output.burst_count = 1; in generate_gs_copy_shader()2830 output.burst_count = 1; in generate_gs_copy_shader()2847 output.burst_count = 1; in generate_gs_copy_shader()2942 output.burst_count = 1; in emit_gs_ring_writes()4098 output[j].burst_count = 1; in r600_shader_from_tgsi()4226 output[j].burst_count = 1; in r600_shader_from_tgsi()4284 output[j].burst_count = 1; in r600_shader_from_tgsi()4300 output[j].burst_count = 1; in r600_shader_from_tgsi()[all …]
133 int burst_count, int comp_mask, int element_size);153 int burst_count() const {return m_burst_count;} in burst_count() function
500 output.burst_count = 1; in visit()555 cf.burst_count = 1; in visit()586 output.burst_count = instr.burst_count(); in visit()607 output.burst_count = 1; in visit()780 cf->output.burst_count = instr.burst_count(); in visit()
134 int burst_count() const { return m_burst_count;} in burst_count() function
325 int burst_count, int comp_mask, int element_size): in RatInstr() argument332 m_burst_count(burst_count), in RatInstr()
489 bits<4> burst_count;498 let Word1{19-16} = burst_count;
242 let burst_count = 0;