Home
last modified time | relevance | path

Searched refs:end_of_program (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c79 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in eg_bytecode_cf_build()
99 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in eg_bytecode_cf_build()
117 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in eg_bytecode_cf_build()
134 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in eg_bytecode_cf_build()
145 bc->bytecode[id] |= S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in eg_bytecode_cf_build()
166 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1);
Dr700_asm.c34 S_SQ_CF_WORD1_END_OF_PROGRAM(cf->end_of_program); in r700_bytecode_cf_vtx_build()
Dr600_asm.c1631 S_SQ_CF_WORD1_END_OF_PROGRAM(cf->end_of_program); in r600_bytecode_cf_vtx_build()
1676 S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program); in r600_bytecode_cf_build()
1686 S_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(cf->end_of_program) | in r600_bytecode_cf_build()
1695 S_SQ_CF_WORD1_END_OF_PROGRAM(cf->end_of_program); in r600_bytecode_cf_build()
2103 if (cf->end_of_program) in r600_bytecode_disasm()
2137 if (cf->end_of_program) in r600_bytecode_disasm()
2188 if (cf->end_of_program) in r600_bytecode_disasm()
2201 if (cf->end_of_program) in r600_bytecode_disasm()
2772 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1);
Dr600_asm.h188 unsigned end_of_program; member
Dr600_shader.c2537 ctx.bc->cf_last->end_of_program = 1; in generate_gs_copy_shader()
3927 ctx.bc->cf_last->end_of_program = 1; in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp239 eop = cf->bc.end_of_program || cf->bc.op == CF_OP_CF_END || in decode_cf()
779 unsigned eop = c->bc.end_of_program; in prepare_ir()
781 c->bc.end_of_program = 0; in prepare_ir()
819 c->bc.end_of_program = eop; in prepare_ir()
823 unsigned eop = c->bc.end_of_program; in prepare_ir()
825 c->bc.end_of_program = 0; in prepare_ir()
873 c->bc.end_of_program = eop; in prepare_ir()
883 prev->bc.end_of_program = c->bc.end_of_program; in prepare_ir()
Dsb_bc_builder.cpp165 .END_OF_PROGRAM(bc.end_of_program) in build_cf()
194 .END_OF_PROGRAM(bc.end_of_program) in build_cf()
294 .END_OF_PROGRAM(bc.end_of_program) in build_cf_exp()
307 .END_OF_PROGRAM(bc.end_of_program) in build_cf_exp()
344 .END_OF_PROGRAM(bc.end_of_program) in build_cf_mem()
355 .END_OF_PROGRAM(bc.end_of_program) in build_cf_mem()
Dsb_bc_decoder.cpp65 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf()
96 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf()
193 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf_exp()
216 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf_exp()
260 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf_mem()
279 bc.end_of_program = w1.get_END_OF_PROGRAM(); in decode_cf_mem()
Dsb_bc_finalize.cpp110 last_cf->bc.end_of_program = 1; in run()
713 c->bc.end_of_program = 0; in finalize_cf()
Dsb_bc_dump.cpp200 if (n.bc.end_of_program) in dump()
Dsb_bc.h460 unsigned end_of_program:1; member