Searched defs:_SPIRV_OP (Results 1 – 7 of 7) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVError.h | 63 #define _SPIRV_OP(x,y) SPIRVEC_##x, macro 71 #define _SPIRV_OP(x,y) add(SPIRVEC_##x, std::string(#x)+": "+y); in init() macro
|
D | SPIRVOpCode.h | 52 #define _SPIRV_OP(x, ...) add(Op##x, #x); in init() macro
|
D | SPIRVType.h | 362 #define _SPIRV_OP(x,...) {SPIRVTypeImageDescriptor S(__VA_ARGS__); \ in init() macro 655 #define _SPIRV_OP(x) typedef SPIRVOpaqueGenericType<OpType##x> SPIRVType##x; macro 657 _SPIRV_OP(ReserveId) in _SPIRV_OP() function
|
D | SPIRVEntry.cpp | 77 #define _SPIRV_OP(x,...) {Op##x, &SPIRV::create<SPIRV##x>}, in create() macro
|
D | SPIRVEntry.h | 687 #define _SPIRV_OP(x, ...) typedef SPIRVEntryOpCodeOnly<Op##x> SPIRV##x; macro
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 228 #define _SPIRV_OP(x) x, macro 229 _SPIRV_OP(cl_images) enumerator 423 #define _SPIRV_OP(x) add(OclExt::x, #x); in init() macro 494 #define _SPIRV_OP(x,y) add("atom_"#x, OpAtomic##y); in init() macro 509 #define _SPIRV_OP(x,y) add("atomic_"#x, Op##y); in init() macro 530 #define _SPIRV_OP(x,y) add(#x, Op##y); in init() macro
|
D | SPIRVInternal.h | 89 #define _SPIRV_OP(x,y) add(Instruction::x, Op##y); in init() macro 130 #define _SPIRV_OP(x,y) add(CmpInst::x, Op##y); in init() macro
|