Home
last modified time | relevance | path

Searched refs:kUInt (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser_test.cc81 {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 …]
Dtype_test.cc224 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 …]
Dformat_test.cc271 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 …]
Dtype_parser.cc104 mode_ = FormatMode::kUInt; in ProcessChunk()
466 mode = type.is_signed ? FormatMode::kSInt : FormatMode::kUInt; in ParseGlslFormat()
509 else if (mode == FormatMode::kUInt) in ParseGlslFormat()
Dtype.cc60 return MakeUnique<Number>(FormatMode::kUInt, bits); in Uint()
Dformat_data.h30 kUInt, enumerator
Dformat.cc30 case FormatMode::kUInt: in FormatModeToName()
240 if (AddSegment(Segment(FormatComponentType::kR, FormatMode::kUInt, in AddSegmentsForType()
Dtype.h44 return mode == FormatMode::kUInt || mode == FormatMode::kUNorm || in IsUnsignedInt()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Ddatum_type_parser_test.cc80 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 …]
Ddatum_type_parser.cc59 mode = FormatMode::kUInt; in Parse()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc333 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 …]
Dresource_binding.h48 enum class SampledKind { kUnknown = -1, kFloat, kUInt, kSInt }; enumerator
Dentry_point.h32 kUInt, enumerator
Dinspector.cc78 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()
Dtest_inspector_builder.cc297 case ResourceBinding::SampledKind::kUInt: in GetBaseType()
364 case ComponentType::kUInt: in GetTypeFunction()
Dresource_binding.cc66 return ResourceBinding::SampledKind::kUInt; in BaseTypeToSampledKind()
/third_party/skia/experimental/graphite/src/
DDrawTypes.h52 kUInt, enumerator
143 kUInt, enumerator
DUniformManager.cpp308 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()
DGraphicsPipelineDesc.h244 case VertexAttribType::kUInt: in VertexAttribTypeSize()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_buffer_test.cc826 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/
DShaderModule.cpp263 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/
DSkSLSPIRVCodeGenerator.h63 kUInt, enumerator
DSkSLSPIRVCodeGenerator.cpp2480 type = ConstantType::kUInt; in writeIntLiteral()
/third_party/skia/experimental/graphite/src/mtl/
DMtlGraphicsPipeline.mm202 case VertexAttribType::kUInt:
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc245 case tint::inspector::ResourceBinding::SampledKind::kUInt: in SampledKindToString()