HomeSort by relevance Sort by last modified time
    Searched defs:_SPIRV_OP (Results 1 - 8 of 8) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVError.h 63 #define _SPIRV_OP(x,y) SPIRVEC_##x,
65 #undef _SPIRV_OP
71 #define _SPIRV_OP(x,y) add(SPIRVEC_##x, std::string(#x)+": "+y);
73 #undef _SPIRV_OP
SPIRVOpCode.h 52 #define _SPIRV_OP(x, ...) add(Op##x, #x);
54 #undef _SPIRV_OP
SPIRVEntry.cpp 77 #define _SPIRV_OP(x,...) {Op##x, &SPIRV::create<SPIRV##x>},
79 #undef _SPIRV_OP
SPIRVType.h 362 #define _SPIRV_OP(x,...) {SPIRVTypeImageDescriptor S(__VA_ARGS__); \
364 _SPIRV_OP(image1d_t, Dim1D, 0, 0, 0, 0, 0)
365 _SPIRV_OP(image1d_buffer_t, DimBuffer, 0, 0, 0, 0, 0)
366 _SPIRV_OP(image1d_array_t, Dim1D, 0, 1, 0, 0, 0)
367 _SPIRV_OP(image2d_t, Dim2D, 0, 0, 0, 0, 0)
368 _SPIRV_OP(image2d_array_t, Dim2D, 0, 1, 0, 0, 0)
369 _SPIRV_OP(image2d_depth_t, Dim2D, 1, 0, 0, 0, 0)
370 _SPIRV_OP(image2d_array_depth_t, Dim2D, 1, 1, 0, 0, 0)
371 _SPIRV_OP(image2d_msaa_t, Dim2D, 0, 0, 1, 0, 0)
372 _SPIRV_OP(image2d_array_msaa_t, Dim2D, 0, 1, 1, 0, 0
    [all...]
SPIRVEntry.h 687 #define _SPIRV_OP(x, ...) typedef SPIRVEntryOpCodeOnly<Op##x> SPIRV##x;
688 _SPIRV_OP(Nop)
689 _SPIRV_OP(SourceContinued, 2)
690 _SPIRV_OP(TypeMatrix)
691 _SPIRV_OP(TypeRuntimeArray)
692 _SPIRV_OP(SpecConstantTrue)
693 _SPIRV_OP(SpecConstantFalse)
694 _SPIRV_OP(SpecConstant)
695 _SPIRV_OP(SpecConstantComposite)
696 _SPIRV_OP(Image
    [all...]
SPIRVInstruction.h 660 #define _SPIRV_OP(x) typedef SPIRVBinaryInst<Op##x> SPIRV##x;
661 _SPIRV_OP(IAdd)
662 _SPIRV_OP(FAdd)
663 _SPIRV_OP(ISub)
664 _SPIRV_OP(FSub)
665 _SPIRV_OP(IMul)
666 _SPIRV_OP(FMul)
667 _SPIRV_OP(UDiv)
668 _SPIRV_OP(SDiv)
669 _SPIRV_OP(FDiv
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 228 #define _SPIRV_OP(x) x,
229 _SPIRV_OP(cl_images)
230 _SPIRV_OP(cl_doubles)
231 _SPIRV_OP(cl_khr_int64_base_atomics)
232 _SPIRV_OP(cl_khr_int64_extended_atomics)
233 _SPIRV_OP(cl_khr_fp16)
234 _SPIRV_OP(cl_khr_gl_sharing)
235 _SPIRV_OP(cl_khr_gl_event)
236 _SPIRV_OP(cl_khr_d3d10_sharing)
237 _SPIRV_OP(cl_khr_media_sharing
    [all...]
SPIRVInternal.h 89 #define _SPIRV_OP(x,y) add(Instruction::x, Op##y);
91 _SPIRV_OP(ZExt, UConvert)
92 _SPIRV_OP(SExt, SConvert)
93 _SPIRV_OP(Trunc, UConvert)
94 _SPIRV_OP(FPToUI, ConvertFToU)
95 _SPIRV_OP(FPToSI, ConvertFToS)
96 _SPIRV_OP(UIToFP, ConvertUToF)
97 _SPIRV_OP(SIToFP, ConvertSToF)
98 _SPIRV_OP(FPTrunc, FConvert)
99 _SPIRV_OP(FPExt, FConvert
    [all...]

Completed in 301 milliseconds