Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c241 DXIL_OP_LITERAL = 0, enumerator
269 case DXIL_OP_LITERAL: in emit_record_abbrev()
928 #define LITERAL(x) { DXIL_OP_LITERAL, { (x) } }
1138 unsigned is_literal = a->operands[i].type == DXIL_OP_LITERAL; in define_abbrev()
1141 if (a->operands[i].type == DXIL_OP_LITERAL) { in define_abbrev()