Lines Matching refs:Op
36 /// This file defines the values defined in SPIR-V spec with op codes.
38 /// The name of the SPIR-V values follow the op code name in the spec.
59 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
65 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
72 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
79 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode)
86 SPIRVValue(Op TheOpCode):SPIRVEntry(TheOpCode), Type(NULL) {}
194 template<Op OC>
211 template<Op OC>
303 const static Op OC = OpConstantSampler;
345 const static Op OC = OpConstantPipeStorage;
387 const static Op OC = OpForward;