| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.c | 502 {"ALU", { 0x08, 0x08, 0x08, 0x08 }, CF_CLAUSE | CF_ALU }, 503 {"ALU_PUSH_BEFORE", { 0x09, 0x09, 0x09, 0x09 }, CF_CLAUSE | CF_ALU }, 504 {"ALU_POP_AFTER", { 0x0A, 0x0A, 0x0A, 0x0A }, CF_CLAUSE | CF_ALU }, 505 {"ALU_POP2_AFTER", { 0x0B, 0x0B, 0x0B, 0x0B }, CF_CLAUSE | CF_ALU }, 506 {"ALU_EXT", { -1, -1, 0x0C, 0x0C }, CF_CLAUSE | CF_ALU | CF_ALU_EXT }, 507 {"ALU_CONTINUE", { 0x0D, 0x0D, 0x0D, -1 }, CF_CLAUSE | CF_ALU }, 508 {"ALU_BREAK", { 0x0E, 0x0E, 0x0E, -1 }, CF_CLAUSE | CF_ALU }, 509 {"ALU_VALID_PIXEL_MODE", { -1, -1, -1, 0x0E }, CF_CLAUSE | CF_ALU }, 510 {"ALU_ELSE_AFTER", { 0x0F, 0x0F, 0x0F, 0x0F }, CF_CLAUSE | CF_ALU }, 587 if (op->flags & CF_ALU) [all...] |
| H A D | eg_asm.c | 41 if (cfop->flags & CF_ALU) { /* ALU clauses */ 72 /* CF_TEX/VTX (CF_ALU already handled above) */
|
| H A D | r600_isa.h | 140 CF_ALU = (1<<2), /* alu clause execution */ enumerator in enum:cf_op_flags
|
| H A D | r600_asm.c | 1682 } else if (cfop->flags & CF_ALU) { 1783 if (cfop->flags & CF_ALU) { 2121 if (cfop->flags & CF_ALU) {
|
| H A D | r600_shader.c | 4253 if (!last || last->flags & CF_ALU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op == CF_OP_POP)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.c | 502 {"ALU", { 0x08, 0x08, 0x08, 0x08 }, CF_CLAUSE | CF_ALU }, 503 {"ALU_PUSH_BEFORE", { 0x09, 0x09, 0x09, 0x09 }, CF_CLAUSE | CF_ALU }, 504 {"ALU_POP_AFTER", { 0x0A, 0x0A, 0x0A, 0x0A }, CF_CLAUSE | CF_ALU }, 505 {"ALU_POP2_AFTER", { 0x0B, 0x0B, 0x0B, 0x0B }, CF_CLAUSE | CF_ALU }, 506 {"ALU_EXT", { -1, -1, 0x0C, 0x0C }, CF_CLAUSE | CF_ALU | CF_ALU_EXT }, 507 {"ALU_CONTINUE", { 0x0D, 0x0D, 0x0D, -1 }, CF_CLAUSE | CF_ALU }, 508 {"ALU_BREAK", { 0x0E, 0x0E, 0x0E, -1 }, CF_CLAUSE | CF_ALU }, 509 {"ALU_VALID_PIXEL_MODE", { -1, -1, -1, 0x0E }, CF_CLAUSE | CF_ALU }, 510 {"ALU_ELSE_AFTER", { 0x0F, 0x0F, 0x0F, 0x0F }, CF_CLAUSE | CF_ALU }, 587 if (op->flags & CF_ALU) [all...] |
| H A D | eg_asm.c | 41 if (cfop->flags & CF_ALU) { /* ALU clauses */ 72 /* CF_TEX/VTX (CF_ALU already handled above) */
|
| H A D | r600_isa.h | 146 CF_ALU = (1<<2), /* alu clause execution */ enumerator in enum:cf_op_flags
|
| H A D | r600_asm.c | 1689 } else if (cfop->flags & CF_ALU) { 1790 if (cfop->flags & CF_ALU) { 2128 if (cfop->flags & CF_ALU) {
|
| H A D | r600_shader.c | 4342 if (!last || last->flags & CF_ALU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op == CF_OP_POP)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 50 if ((n.bc.op_ptr->flags & CF_ALU) && n.bc.is_alu_extended()) { 171 if (n.bc.op_ptr->flags & CF_ALU) {
|
| H A D | sb_bc_builder.cpp | 53 if (flags & CF_ALU) { 70 if (flags & CF_ALU) { 149 if (cfop->flags & CF_ALU)
|
| H A D | sb_bc_parser.cpp | 220 if (flags & CF_ALU) { 748 if (flags & CF_ALU) {
|
| H A D | sb_bc.h | 483 assert(op_ptr->flags & CF_ALU);
|
| H A D | sb_bc_finalize.cpp | 98 if (!ctx.is_cayman() && last_cf->bc.op_ptr->flags & CF_ALU) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_dump.cpp | 50 if ((n.bc.op_ptr->flags & CF_ALU) && n.bc.is_alu_extended()) { 173 if (n.bc.op_ptr->flags & CF_ALU) {
|
| H A D | sb_bc_builder.cpp | 53 if (flags & CF_ALU) { 70 if (flags & CF_ALU) { 149 if (cfop->flags & CF_ALU)
|
| H A D | sb_bc.h | 483 assert(op_ptr->flags & CF_ALU);
|
| H A D | sb_bc_parser.cpp | 225 if (flags & CF_ALU) { 760 if (flags & CF_ALU) {
|
| H A D | sb_bc_finalize.cpp | 98 if (!ctx.is_cayman() && last_cf->bc.op_ptr->flags & CF_ALU) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_ir_to_assembly.cpp | 141 if (!last || last->flags & CF_ALU || impl->m_bc->cf_last->op == CF_OP_LOOP_END
|