Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in eg_bytecode_cf_build()
111 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in eg_bytecode_cf_build()
Dr600_asm.c311 (output->burst_count + bc->cf_last->output.burst_count) <= 16) { in r600_bytecode_add_output()
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr && in r600_bytecode_add_output()
314 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) { in r600_bytecode_add_output()
320 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) && in r600_bytecode_add_output()
324 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) { in r600_bytecode_add_output()
328 bc->cf_last->output.burst_count += output->burst_count; in r600_bytecode_add_output()
1853 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()
1870 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) | in r600_bytecode_cf_build()
2322 fprintf(stderr, "BURST_COUNT:%d ", cf->output.burst_count); in r600_bytecode_dump()
[all …]
Dr600_asm.h130 unsigned burst_count; member
Dr600_shader.c1488 output.burst_count = 1; in r600_shader_from_tgsi()
1540 output[j].burst_count = 1; in r600_shader_from_tgsi()
1601 output[j].burst_count = 1; in r600_shader_from_tgsi()
1648 output[j].burst_count = 1; in r600_shader_from_tgsi()
1665 output[j].burst_count = 1; in r600_shader_from_tgsi()
/external/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td480 bits<4> burst_count;
489 let Word1{19-16} = burst_count;
DR600Instructions.td274 let burst_count = 0;