Searched refs:end_of_program (Results 1 – 11 of 11) sorted by relevance
79 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);
34 S_SQ_CF_WORD1_END_OF_PROGRAM(cf->end_of_program); in r700_bytecode_cf_vtx_build()
1631 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);
188 unsigned end_of_program; member
2537 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()
239 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()
165 .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()
65 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()
110 last_cf->bc.end_of_program = 1; in run()713 c->bc.end_of_program = 0; in finalize_cf()
200 if (n.bc.end_of_program) in dump()
460 unsigned end_of_program:1; member