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.c241 DXIL_OP_VBR = 2, enumerator
281 case DXIL_OP_VBR: in emit_record_abbrev()
300 case DXIL_OP_VBR: in emit_record_abbrev()
939 #define VBR(x) { DXIL_OP_VBR, { (x) } }
1160 } else if (a->operands[i].type == DXIL_OP_VBR) { in define_abbrev()