/third_party/vk-gl-cts/external/amber/src/src/ |
D | type_parser_test.cc | 81 {FormatComponentType::kA, FormatMode::kUInt, 2}, in TEST_F() 82 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F() 83 {FormatComponentType::kG, FormatMode::kUInt, 10}, in TEST_F() 84 {FormatComponentType::kR, FormatMode::kUInt, 10}, in TEST_F() 141 {FormatComponentType::kA, FormatMode::kUInt, 2}, in TEST_F() 142 {FormatComponentType::kR, FormatMode::kUInt, 10}, in TEST_F() 143 {FormatComponentType::kG, FormatMode::kUInt, 10}, in TEST_F() 144 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F() 211 {FormatComponentType::kA, FormatMode::kUInt, 8}, in TEST_F() 212 {FormatComponentType::kB, FormatMode::kUInt, 8}, in TEST_F() [all …]
|
D | type_test.cc | 224 EXPECT_TRUE(Type::IsInt(FormatMode::kUInt)); in TEST_F() 236 EXPECT_FALSE(Type::IsSignedInt(FormatMode::kUInt)); in TEST_F() 248 EXPECT_TRUE(Type::IsUnsignedInt(FormatMode::kUInt)); in TEST_F() 260 EXPECT_FALSE(Type::IsFloat(FormatMode::kUInt)); in TEST_F() 272 EXPECT_FALSE(Type::IsInt8(FormatMode::kUInt, 8)); in TEST_F() 284 EXPECT_FALSE(Type::IsInt16(FormatMode::kUInt, 16)); in TEST_F() 296 EXPECT_FALSE(Type::IsInt32(FormatMode::kUInt, 32)); in TEST_F() 308 EXPECT_FALSE(Type::IsInt64(FormatMode::kUInt, 64)); in TEST_F() 320 EXPECT_TRUE(Type::IsUint8(FormatMode::kUInt, 8)); in TEST_F() 332 EXPECT_TRUE(Type::IsUint16(FormatMode::kUInt, 16)); in TEST_F() [all …]
|
D | format_test.cc | 271 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 285 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 287 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 301 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 303 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 305 EXPECT_EQ(FormatMode::kUInt, segs[2].GetFormatMode()); in TEST_F() 321 EXPECT_EQ(FormatMode::kUInt, segs[0].GetFormatMode()); in TEST_F() 323 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() 325 EXPECT_EQ(FormatMode::kUInt, segs[2].GetFormatMode()); in TEST_F() 460 EXPECT_EQ(FormatMode::kUInt, segs[1].GetFormatMode()); in TEST_F() [all …]
|
D | type_parser.cc | 104 mode_ = FormatMode::kUInt; in ProcessChunk() 466 mode = type.is_signed ? FormatMode::kSInt : FormatMode::kUInt; in ParseGlslFormat() 509 else if (mode == FormatMode::kUInt) in ParseGlslFormat()
|
D | type.cc | 60 return MakeUnique<Number>(FormatMode::kUInt, bits); in Uint()
|
D | format_data.h | 30 kUInt, enumerator
|
D | format.cc | 30 case FormatMode::kUInt: in FormatModeToName() 240 if (AddSegment(Segment(FormatComponentType::kR, FormatMode::kUInt, in AddSegmentsForType()
|
D | type.h | 44 return mode == FormatMode::kUInt || mode == FormatMode::kUNorm || in IsUnsignedInt()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | datum_type_parser_test.cc | 80 DatumTypeData{"uint", FormatMode::kUInt, 32, 1, 1}, 82 DatumTypeData{"uint8_t", FormatMode::kUInt, 8, 1, 1}, 84 DatumTypeData{"uint16_t", FormatMode::kUInt, 16, 1, 1}, 86 DatumTypeData{"uint64_t", FormatMode::kUInt, 64, 1, 1}, 98 DatumTypeData{"uvec2", FormatMode::kUInt, 32, 1, 2}, 99 DatumTypeData{"uvec3", FormatMode::kUInt, 32, 1, 3}, 100 DatumTypeData{"uvec4", FormatMode::kUInt, 32, 1, 4}, 104 DatumTypeData{"u8vec2", FormatMode::kUInt, 8, 1, 2}, 105 DatumTypeData{"u8vec3", FormatMode::kUInt, 8, 1, 3}, 106 DatumTypeData{"u8vec4", FormatMode::kUInt, 8, 1, 4}, [all …]
|
D | datum_type_parser.cc | 59 mode = FormatMode::kUInt; in Parse()
|
/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 | test_inspector_builder.cc | 297 case ResourceBinding::SampledKind::kUInt: in GetBaseType() 364 case ComponentType::kUInt: in GetTypeFunction()
|
D | resource_binding.cc | 66 return ResourceBinding::SampledKind::kUInt; in BaseTypeToSampledKind()
|
/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/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_buffer_test.cc | 826 BufferData{"uint8", FormatMode::kUInt, 8, 1, 1, false}, 827 BufferData{"uint16", FormatMode::kUInt, 16, 1, 1, false}, 828 BufferData{"uint32", FormatMode::kUInt, 32, 1, 1, false}, 829 BufferData{"uint64", FormatMode::kUInt, 64, 1, 1, false}, 834 BufferData{"vec4<uint32>", FormatMode::kUInt, 32, 4, 1, false}, 837 BufferData{"mat4x2<uint16>", FormatMode::kUInt, 16, 2, 4, false}, 849 BufferData{"uint8[]", FormatMode::kUInt, 8, 1, 1, true}, 850 BufferData{"uint16[]", FormatMode::kUInt, 16, 1, 1, true}, 851 BufferData{"uint32[]", FormatMode::kUInt, 32, 1, 1, true}, 852 BufferData{"uint64[]", FormatMode::kUInt, 64, 1, 1, true}, [all …]
|
/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/skia/third_party/externals/tint/samples/ |
D | main.cc | 245 case tint::inspector::ResourceBinding::SampledKind::kUInt: in SampledKindToString()
|