Searched refs:IR2_ALU (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_cp.c | 31 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && 73 (src->abs || instr->type != IR2_ALU)) 126 if (instr->type != IR2_ALU) 143 if (instr->type != IR2_ALU) {
|
| H A D | ir2_private.h | 84 IR2_ALU, enumerator in enum:ir2_instr::__anon0ec1ae090103 287 return instr->type == IR2_ALU && instr->alu.export >= 0; 353 assert(instr->type == IR2_ALU);
|
| H A D | ir2.c | 130 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) 186 ins->type = IR2_ALU; 274 if (instr->type == IR2_ALU)
|
| H A D | ir2_nir.c | 329 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_ALU); 608 instr = ir2_instr_create(ctx, IR2_ALU); 920 instr = ir2_instr_create(ctx, IR2_ALU); 950 instr = ir2_instr_create(ctx, IR2_ALU); 965 instr = ir2_instr_create(ctx, IR2_ALU);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_cp.c | 32 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && 79 (src->abs || instr->type != IR2_ALU)) 133 if (instr->type != IR2_ALU) 150 if (instr->type != IR2_ALU) {
|
| H A D | ir2_private.h | 84 IR2_ALU, enumerator in enum:ir2_instr::__anon5c5cc0dc0103 296 return instr->type == IR2_ALU && instr->alu.export >= 0; 368 assert(instr->type == IR2_ALU);
|
| H A D | ir2.c | 134 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) 196 ins->type = IR2_ALU; 301 if (instr->type == IR2_ALU)
|
| H A D | ir2_nir.c | 336 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_ALU); 617 instr = ir2_instr_create(ctx, IR2_ALU); 933 instr = ir2_instr_create(ctx, IR2_ALU); 963 instr = ir2_instr_create(ctx, IR2_ALU); 978 instr = ir2_instr_create(ctx, IR2_ALU);
|
Completed in 8 milliseconds