HomeSort by relevance Sort by last modified time
    Searched refs:FCtrlMask (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 88 FuncType(FunctionType), FCtrlMask(FunctionControlMaskNone) {
95 FCtrlMask(FunctionControlMaskNone){}
99 SPIRVWord getFuncCtlMask() const { return FCtrlMask;}
117 FCtrlMask = Mask;
157 SPIRVWord FCtrlMask; // Function control mask
SPIRVFunction.cpp 77 getEncoder(O) << Type << Id << FCtrlMask << FuncType;
100 Decoder >> Type >> Id >> FCtrlMask >> FuncType;

Completed in 89 milliseconds