Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_nodes.h220 SENodeType GetType() const final { return Constant; } in GetType() function
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType() function
282 SENodeType GetType() const final { return Add; } in GetType() function
294 SENodeType GetType() const final { return Multiply; } in GetType() function
306 SENodeType GetType() const final { return Negative; } in GetType() function
322 SENodeType GetType() const final { return ValueUnknown; } in GetType() function
339 SENodeType GetType() const final { return CanNotCompute; } in GetType() function
Dloop_dependence.h205 ConstraintType GetType() const final { return Line; } in GetType() function
225 ConstraintType GetType() const final { return Distance; } in GetType() function
241 ConstraintType GetType() const final { return Point; } in GetType() function
257 ConstraintType GetType() const final { return None; } in GetType() function
266 ConstraintType GetType() const final { return Empty; } in GetType() function
/third_party/spirv-tools/source/opt/
Dscalar_analysis_nodes.h220 SENodeType GetType() const final { return Constant; } in GetType() function
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType() function
282 SENodeType GetType() const final { return Add; } in GetType() function
294 SENodeType GetType() const final { return Multiply; } in GetType() function
306 SENodeType GetType() const final { return Negative; } in GetType() function
322 SENodeType GetType() const final { return ValueUnknown; } in GetType() function
339 SENodeType GetType() const final { return CanNotCompute; } in GetType() function
Dloop_dependence.h205 ConstraintType GetType() const final { return Line; } in GetType() function
225 ConstraintType GetType() const final { return Distance; } in GetType() function
241 ConstraintType GetType() const final { return Point; } in GetType() function
257 ConstraintType GetType() const final { return None; } in GetType() function
266 ConstraintType GetType() const final { return Empty; } in GetType() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h220 SENodeType GetType() const final { return Constant; } in GetType() function
246 SENodeType GetType() const final { return RecurrentAddExpr; } in GetType() function
282 SENodeType GetType() const final { return Add; } in GetType() function
294 SENodeType GetType() const final { return Multiply; } in GetType() function
306 SENodeType GetType() const final { return Negative; } in GetType() function
322 SENodeType GetType() const final { return ValueUnknown; } in GetType() function
339 SENodeType GetType() const final { return CanNotCompute; } in GetType() function
Dloop_dependence.h205 ConstraintType GetType() const final { return Line; } in GetType() function
225 ConstraintType GetType() const final { return Distance; } in GetType() function
241 ConstraintType GetType() const final { return Point; } in GetType() function
257 ConstraintType GetType() const final { return None; } in GetType() function
266 ConstraintType GetType() const final { return Empty; } in GetType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/expander/core/
Dnode.cc33 TypePtr Node::GetType() { MS_EXCEPTION(NotImplementedError) << "Base node not implement GetType() m… in GetType() function in mindspore::expander::Node
133 TypePtr IrNode::GetType() { in GetType() function in mindspore::expander::IrNode
170 TypePtr FuncNode::GetType() { in GetType() function in mindspore::expander::FuncNode
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBackendConnection.cpp23 wgpu::BackendType BackendConnection::GetType() const { in GetType() function in dawn_native::BackendConnection
DRenderBundle.cpp59 ObjectType RenderBundleBase::GetType() const { in GetType() function in dawn_native::RenderBundleBase
DComputePipeline.cpp87 ObjectType ComputePipelineBase::GetType() const { in GetType() function in dawn_native::ComputePipelineBase
DExternalTexture.cpp134 ObjectType ExternalTextureBase::GetType() const { in GetType() function in dawn_native::ExternalTextureBase
DSampler.cpp115 ObjectType SamplerBase::GetType() const { in GetType() function in dawn_native::SamplerBase
DErrorData.cpp54 InternalErrorType ErrorData::GetType() const { in GetType() function in dawn_native::ErrorData
DQuerySet.cpp138 ObjectType QuerySetBase::GetType() const { in GetType() function in dawn_native::QuerySetBase
DRenderBundleEncoder.cpp122 ObjectType RenderBundleEncoder::GetType() const { in GetType() function in dawn_native::RenderBundleEncoder
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/src/
Dtype.cc35 TypePtr Type::GetType(TypeId id) { in GetType() function in mindspore::api::Type
/third_party/gn/src/gn/
Dsource_file_unittest.cc22 TEST(SourceFile, GetType) { in TEST() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.h53 virtual GIType GetType() { return type_; } in GetType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddevice_tensor_ascend910b.h65 DataType GetType() { return data_type_; } in GetType() function
/third_party/vk-gl-cts/external/amber/src/src/
Dshader.h31 ShaderType GetType() const { return shader_type_; } in GetType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_node.h62 const NodeType &GetType() const { return type_; } in GetType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_msg.h68 MessageType GetType() const { return static_cast<MessageType>(small_msg_.body.msg.type); } in GetType() function
/third_party/skia/src/gpu/
DGrPersistentCacheUtils.cpp69 SkFourByteTag GetType(SkReadBuffer* reader) { in GetType() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dcompile_result.h44 kernel::PrimitiveType GetType() const { return type_; } in GetType() function
/third_party/gptfdisk/
Dgptpart.h58 PartType & GetType(void) {return partitionType;} in GetType() function

1234