Home
last modified time | relevance | path

Searched refs:cf_addr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h159 unsigned cf_addr; /* control flow addr */ member
Deg_asm.c131 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->cf_addr >> 1); in eg_bytecode_cf_build()
Dr600_shader.c4930 ctx->bc->cf_last->cf_addr = ctx->bc->cf_last->id + 2; in pops()
5091 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else()
5104 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()
5107 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[0]->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endif()
5144 ctx->bc->cf_last->cf_addr = ctx->bc->fc_stack[ctx->bc->fc_sp].start->id + 2; in tgsi_endloop()
5146 ctx->bc->fc_stack[ctx->bc->fc_sp].start->cf_addr = ctx->bc->cf_last->id + 2; in tgsi_endloop()
5149 ctx->bc->fc_stack[ctx->bc->fc_sp].mid[i]->cf_addr = ctx->bc->cf_last->id; in tgsi_endloop()
Dr600_asm.c1887 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->cf_addr >> 1); in r600_bytecode_cf_build()
2375 fprintf(stderr, "ADDR:%d\n", cf->cf_addr); in r600_bytecode_dump()
2469 fprintf(stderr, "ADDR:%d\n", cf->cf_addr); in r600_bytecode_dump()