Searched refs:burst_count (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 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()
|
H A D | sb_bc_builder.cpp | 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()
|
H A D | sb_bc_parser.cpp | 795 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()
|
H A D | sb_bc_decoder.cpp | 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()
|
H A D | sb_bc.h | 469 unsigned burst_count:4; member 627 unsigned burst_count:4; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.h | 133 int burst_count, int comp_mask, int element_size); 153 int burst_count() const {return m_burst_count;} in burst_count() function in r600::RatInstr
|
H A D | sfn_assembler.cpp | 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()
|
H A D | sfn_instr_export.h | 134 int burst_count() const { return m_burst_count;} in burst_count() function in r600::StreamOutInstr
|
H A D | sfn_instr_mem.cpp | 325 int burst_count, int comp_mask, int element_size): in RatInstr() 332 m_burst_count(burst_count), in RatInstr() 322 RatInstr(ECFOpCode cf_opcode, ERatOp rat_op, const RegisterVec4& data, const RegisterVec4& index, int rat_id, PRegister rat_id_offset, int burst_count, int comp_mask, int element_size) RatInstr() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | eg_asm.c | 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);
|
H A D | r600_asm.c | 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() [all...] |
H A D | r600_asm.h | 132 unsigned burst_count; member 171 unsigned burst_count; member
|
H A D | r700_asm.c | 142 S_SQ_MEM_RD_WORD0_BURST_COUNT(mem->burst_count) | in r700_bytecode_fetch_mem_build()
|
H A D | r600_shader.c | 1647 cf.burst_count = 1; in tgsi_src() 2492 output.burst_count = 1; in emit_streamout() 2493 /* array_size is an upper limit for the burst_count 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 in r600_shader_from_tgsi() [all...] |
Completed in 21 milliseconds