Searched refs:burst_count (Results 1 – 16 of 16) sorted by relevance
90 int burst_count, int comp_mask, int element_size, bool ack): in RatInstruction() argument98 m_burst_count(burst_count), in RatInstruction()
153 int burst_count, int comp_mask, int element_size,168 int burst_count() const {return m_burst_count;} in burst_count() function
385 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()
120 int burst_count() const { return m_burst_count;} in burst_count() function
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
205 (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 …]
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()
1633 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 …]
489 bits<4> burst_count;498 let Word1{19-16} = burst_count;
242 let burst_count = 0;