Searched refs:GetFormatType (Results 1 – 13 of 13) sorted by relevance
/external/deqp-deps/amber/src/vkscript/ |
D | parser_test.cc | 137 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()
|
D | datum_type_parser_test.cc | 165 ASSERT_EQ(test_data.format_type, fmt.GetFormatType()) << test_data.name; in TEST_P()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_bind_test.cc | 1204 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()
|
D | parser_pipeline_test.cc | 200 EXPECT_EQ(FormatType::kB8G8R8A8_UNORM, buffer1->GetFormat()->GetFormatType()); in TEST_F() 212 buf2.buffer->GetFormat()->GetFormatType()); in TEST_F()
|
D | parser_buffer_test.cc | 660 EXPECT_EQ(FormatType::kR32G32B32A32_SINT, fmt->GetFormatType()); in TEST_F()
|
/external/deqp-deps/amber/src/ |
D | amber.cc | 39 if (buffer->GetFormat()->GetFormatType() != kDefaultFramebufferFormat) in GetFrameBuffer()
|
D | format.h | 91 FormatType GetFormatType() const { return format_type_; } in GetFormatType() function
|
D | type_parser_test.cc | 1186 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()
|
D | pipeline_test.cc | 393 EXPECT_EQ(FormatType::kR32_SINT, vtex_buffers[0].format->GetFormatType()); in TEST_F()
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 516 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/ |
D | transfer_image.cc | 86 (format.GetFormatType() == FormatType::kD24_UNORM_S8_UINT ? 1 in TransferImage()
|
D | device.cc | 733 switch (format.GetFormatType()) { in GetVkFormat()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 551 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()
|