Searched refs:DXIL_OP_LITERAL (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c241 DXIL_OP_LITERAL = 0, enumerator in enum:dxil_abbrev::__anonddbc3bf20108::__anonddbc3bf20203
269 case DXIL_OP_LITERAL:
928 #define LITERAL(x) { DXIL_OP_LITERAL, { (x) } }
1138 unsigned is_literal = a->operands[i].type == DXIL_OP_LITERAL;
1141 if (a->operands[i].type == DXIL_OP_LITERAL) {

Completed in 6 milliseconds