Home
last modified time | relevance | path

Searched defs:OpaqueType (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dopaque.rs11 pub struct OpaqueType { struct
22 impl OpaqueType { argument
/external/pytorch/aten/src/ATen/cuda/
Dcub.h27 template <int N> struct alignas(N) OpaqueType { char data[N]; }; struct
/external/pytorch/aten/src/ATen/native/cuda/
DRandperm.cu55 template <int N> struct alignas(N) OpaqueType { char data[N]; }; argument
DShape.cu449 template <unsigned N> struct alignas(N) OpaqueType { char data[N]; }; argument
DIndexKernel.cu106 template <int N> struct alignas(N) OpaqueType { char data[N]; }; struct
DScatterGatherKernel.cu83 template <int N> struct alignas(N) OpaqueType { char data[N]; }; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVBuiltins.cpp1501 Type *OpaqueType = StructType::getTypeByName(Context, "spirv.DeviceEvent"); in getOrCreateSPIRVDeviceEventPointer() local
2037 static SPIRVType *getNonParametrizedType(const StructType *OpaqueType, in getNonParametrizedType()
2052 static SPIRVType *getPipeType(const StructType *OpaqueType, in getPipeType()
2064 getImageType(const StructType *OpaqueType, in getImageType()
2083 static SPIRVType *getSampledImageType(const StructType *OpaqueType, in getSampledImageType()
2097 SPIRVType *lowerBuiltinType(const StructType *OpaqueType, in lowerBuiltinType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h30 class OpaqueType; variable
/external/llvm/lib/AsmParser/
DLLParser.h30 class OpaqueType; variable
/external/emboss/compiler/util/
Dir_data.py408 class OpaqueType(Message): class
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dtype_context.rs472 opaques: &[ItemAndInfo<'ast, ast::OpaqueType>], in new() argument
Dlowering.rs182 ast_defs: impl ExactSizeIterator<Item = ItemAndInfo<'ast, ast::OpaqueType>>, in lower_all_opaques()