HomeSort by relevance Sort by last modified time
    Searched full:scalar_opc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 88 instr_scalar_opc_t scalar_opc; member in struct:ir2_instruction::__anon29496::__anon29498
154 instr->alu.scalar_opc = sop;
disasm-a2xx.c 268 if (scalar_instructions[alu->scalar_opc].name) {
269 printf("\t \t%s\t", scalar_instructions[alu->scalar_opc].name);
271 printf("\t \tOP(%u)\t", alu->scalar_opc);
ir-a2xx.c 434 if (instr->alu.scalar_opc != (instr_scalar_opc_t)~0) {
450 alu->scalar_opc = instr->alu.scalar_opc;
455 alu->scalar_opc = MAXs;
instr-a2xx.h 137 instr_scalar_opc_t scalar_opc : 6; member in struct:PACKED

Completed in 78 milliseconds