/third_party/skia/experimental/graphite/src/ |
D | DrawTypes.h | 52 kUInt, enumerator 143 kUInt, enumerator
|
D | UniformManager.cpp | 308 case SLType::kUInt: in sltype_to_alignment_mask() 374 case SLType::kUInt: in sltype_to_mtl_size() 467 case SLType::kUShort: return SLType::kUInt; in getUniformTypeForLayout()
|
D | GraphicsPipelineDesc.h | 244 case VertexAttribType::kUInt: in VertexAttribTypeSize()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector_test.cc | 333 ComponentType::kUInt), 356 EXPECT_EQ(ComponentType::kUInt, result[0].input_variables[0].component_type); in TEST_F() 360 EXPECT_EQ(ComponentType::kUInt, result[0].input_variables[1].component_type); in TEST_F() 364 EXPECT_EQ(ComponentType::kUInt, result[0].input_variables[2].component_type); in TEST_F() 370 EXPECT_EQ(ComponentType::kUInt, result[0].output_variables[0].component_type); in TEST_F() 393 EXPECT_EQ(ComponentType::kUInt, result[0].input_variables[0].component_type); in TEST_F() 399 EXPECT_EQ(ComponentType::kUInt, result[0].output_variables[0].component_type); in TEST_F() 405 EXPECT_EQ(ComponentType::kUInt, result[1].input_variables[0].component_type); in TEST_F() 411 EXPECT_EQ(ComponentType::kUInt, result[1].output_variables[0].component_type); in TEST_F() 452 EXPECT_EQ(ComponentType::kUInt, result[0].input_variables[0].component_type); in TEST_F() [all …]
|
D | resource_binding.h | 48 enum class SampledKind { kUnknown = -1, kFloat, kUInt, kSInt }; enumerator
|
D | entry_point.h | 32 kUInt, enumerator
|
D | inspector.cc | 78 return {ComponentType::kUInt, CompositionType::kScalar}; in CalculateComponentAndComposition() 82 return {ComponentType::kUInt, CompositionType::kVec2}; in CalculateComponentAndComposition() 84 return {ComponentType::kUInt, CompositionType::kVec3}; in CalculateComponentAndComposition() 86 return {ComponentType::kUInt, CompositionType::kVec4}; in CalculateComponentAndComposition()
|
D | resource_binding.cc | 66 return ResourceBinding::SampledKind::kUInt; in BaseTypeToSampledKind()
|
D | test_inspector_builder.cc | 297 case ResourceBinding::SampledKind::kUInt: in GetBaseType() 364 case ComponentType::kUInt: in GetTypeFunction()
|
/third_party/mindspore/mindspore/core/ops/ |
D | sigmoid_cross_entropy_with_logits.cc | 43 …et<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUInt, kUInt8, in SigmoidCrossEntropyWithLogitsInfer()
|
D | op_utils.h | 285 kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUInt, kUInt8,
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | sigmoid_cross_entropy_with_logits_grad.cc | 46 …et<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUInt, kUInt8, in SigmoidCrossEntropyWithLogitsGradInfer()
|
D | smooth_l1_loss_grad.cc | 53 …et<TypePtr> valid_types = {kBool, kInt, kInt8, kInt16, kInt32, kInt64, kUInt, kUInt8, in SmoothL1LossGradInfer()
|
/third_party/mindspore/mindspore/core/ir/dtype/ |
D | number.h | 181 inline const TypePtr kUInt = std::make_shared<UInt>(); variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 263 case tint::inspector::ResourceBinding::SampledKind::kUInt: in TintSampledKindToSampleTypeBit() 280 case tint::inspector::ComponentType::kUInt: in TintComponentTypeToTextureComponentType() 296 case tint::inspector::ComponentType::kUInt: in TintComponentTypeToVertexFormatBaseType() 339 case tint::inspector::ComponentType::kUInt: in TintComponentTypeToInterStageComponentType()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 63 kUInt, enumerator
|
D | SkSLSPIRVCodeGenerator.cpp | 2480 type = ConstantType::kUInt; in writeIntLiteral()
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlGraphicsPipeline.mm | 202 case VertexAttribType::kUInt:
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_maths.cc | 35 (void)CheckTensorsDTypeSame({input_x, input_y, dout}, {kInt, kUInt, kFloat}, in InferImplMinOrMaxGrad()
|
D | prim_nn.cc | 116 (void)CheckTensorsDTypeSame({out_y, d_out, input_x}, {kInt, kUInt, kFloat}, in InferImplPoolingGrad()
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 245 case tint::inspector::ResourceBinding::SampledKind::kUInt: in SampledKindToString()
|