Home
last modified time | relevance | path

Searched refs:GetFormatType (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc137 bufs[0]->GetFormat()->GetFormatType()); in TEST_F()
152 bufs[1]->GetFormat()->GetFormatType()); in TEST_F()
235 bufs[0]->GetFormat()->GetFormatType()); in TEST_F()
238 bufs[1]->GetFormat()->GetFormatType()); in TEST_F()
342 EXPECT_EQ(FormatType::kR32G32_SFLOAT, bufs[1]->GetFormat()->GetFormatType()); in TEST_F()
347 bufs[2]->GetFormat()->GetFormatType()); in TEST_F()
371 EXPECT_EQ(FormatType::kR32G32_SFLOAT, bufs[1]->GetFormat()->GetFormatType()); in TEST_F()
380 EXPECT_EQ(FormatType::kR32G32B32_SINT, bufs[2]->GetFormat()->GetFormatType()); in TEST_F()
Ddatum_type_parser_test.cc165 ASSERT_EQ(test_data.format_type, fmt.GetFormatType()) << test_data.name; in TEST_P()
/external/deqp-deps/amber/src/amberscript/
Dparser_bind_test.cc1204 EXPECT_EQ(FormatType::kR8G8_UNORM, info1.format->GetFormatType()); in TEST_F()
1209 EXPECT_EQ(FormatType::kR8_SRGB, info2.format->GetFormatType()); in TEST_F()
1398 bufs[0].buffer->GetFormat()->GetFormatType()); in TEST_F()
2896 bufs[i].buffer->GetFormat()->GetFormatType()); in TEST_F()
3011 bufs[0].buffer->GetFormat()->GetFormatType()); in TEST_F()
3048 bufs[0].buffer->GetFormat()->GetFormatType()); in TEST_F()
3054 bufs[1].buffer->GetFormat()->GetFormatType()); in TEST_F()
3149 bufs[0].buffer->GetFormat()->GetFormatType()); in TEST_F()
3186 bufs[0].buffer->GetFormat()->GetFormatType()); in TEST_F()
3192 bufs[1].buffer->GetFormat()->GetFormatType()); in TEST_F()
Dparser_pipeline_test.cc200 EXPECT_EQ(FormatType::kB8G8R8A8_UNORM, buffer1->GetFormat()->GetFormatType()); in TEST_F()
212 buf2.buffer->GetFormat()->GetFormatType()); in TEST_F()
Dparser_buffer_test.cc660 EXPECT_EQ(FormatType::kR32G32B32A32_SINT, fmt->GetFormatType()); in TEST_F()
/external/deqp-deps/amber/src/
Damber.cc39 if (buffer->GetFormat()->GetFormatType() != kDefaultFramebufferFormat) in GetFrameBuffer()
Dformat.h91 FormatType GetFormatType() const { return format_type_; } in GetFormatType() function
Dtype_parser_test.cc1186 EXPECT_EQ(data.type, fmt.GetFormatType()) << data.name; in TEST_F()
1236 EXPECT_EQ(FormatType::kR32G32B32_SFLOAT, fmt.GetFormatType()); in TEST_F()
1275 EXPECT_EQ(str.type, fmt.GetFormatType()) << str.name; in TEST_F()
Dpipeline_test.cc393 EXPECT_EQ(FormatType::kR32_SINT, vtex_buffers[0].format->GetFormatType()); in TEST_F()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc516 switch (amber_format.GetFormatType()) { in GetDawnTextureFormat()
545 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnTextureFormat()
558 switch (amber_format.GetFormatType()) { in GetDawnVertexFormat()
583 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnVertexFormat()
595 switch (amber_format.GetFormatType()) { in GetDawnIndexFormat()
605 std::to_string(static_cast<uint32_t>(amber_format.GetFormatType())) + in GetDawnIndexFormat()
/external/deqp-deps/amber/src/vulkan/
Dtransfer_image.cc86 (format.GetFormatType() == FormatType::kD24_UNORM_S8_UINT ? 1 in TransferImage()
Ddevice.cc733 switch (format.GetFormatType()) { in GetVkFormat()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp551 static unsigned GetFormatType(VkFormat fmt) { in GetFormatType() function
979 unsigned attrib_type = GetFormatType(it_a->second->format); in ValidateViAgainstVsInputs()
1058 unsigned att_type = GetFormatType(it_b->second); in ValidateFsOutputsAgainstRenderPass()
2843 …} else if (!(GetFormatType(rpci->pAttachments[index].format) & GetFundamentalType(module, use.seco… in ValidatePipelineShaderStage()