Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c243 DXIL_OP_VBR = 2, enumerator
283 case DXIL_OP_VBR: in emit_record_abbrev()
302 case DXIL_OP_VBR: in emit_record_abbrev()
930 #define VBR(x) { DXIL_OP_VBR, { (x) } }
1151 } else if (a->operands[i].type == DXIL_OP_VBR) { in define_abbrev()