Searched refs:kDepthStencilFormats (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 79 const vk::VkFormat kDepthStencilFormats[] = { vk::VK_FORMAT_D32_SFLOAT_S8_UINT, vk::VK_FORMAT_D24_UNORM_S8_UINT }; member 318 for (int i = 0; i < DE_LENGTH_OF_ARRAY(kDepthStencilFormats); ++i) in iterate() 320 const auto dsFormatProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kDepthStencilFormats[i]); in iterate() 323 depthStencilFormat = kDepthStencilFormats[i]; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 79 const vk::VkFormat kDepthStencilFormats[] = { vk::VK_FORMAT_D32_SFLOAT_S8_UINT, vk::VK_FORMAT_D24_UNORM_S8_UINT }; member 318 for (int i = 0; i < DE_LENGTH_OF_ARRAY(kDepthStencilFormats); ++i) in iterate() 320 const auto dsFormatProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kDepthStencilFormats[i]); in iterate() 323 depthStencilFormat = kDepthStencilFormats[i]; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 77 const vk::VkFormat kDepthStencilFormats[] = member 405 for (int formatIdx = 0; formatIdx < DE_LENGTH_OF_ARRAY(kDepthStencilFormats); ++formatIdx) in iterate() 407 const auto dsProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kDepthStencilFormats[formatIdx]); in iterate() 410 dsFormat = kDepthStencilFormats[formatIdx]; in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 147 const DepthStencilFormat kDepthStencilFormats[] = member 4575 for (const auto& kDepthStencilFormat : kDepthStencilFormats) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 75 const vk::VkFormat kDepthStencilFormats[] = member 403 for (int formatIdx = 0; formatIdx < DE_LENGTH_OF_ARRAY(kDepthStencilFormats); ++formatIdx) in iterate() 405 const auto dsProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kDepthStencilFormats[formatIdx]); in iterate() 408 dsFormat = kDepthStencilFormats[formatIdx]; in iterate()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 143 const DepthStencilFormat kDepthStencilFormats[] = member 3778 for (const auto& kDepthStencilFormat : kDepthStencilFormats) in iterate()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 762 constexpr wgpu::TextureFormat kDepthStencilFormats[] = { in TEST_P() local 769 for (wgpu::TextureFormat depthStencilFormat : kDepthStencilFormats) { in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1273 const VkFormat kDepthStencilFormats[] = in createImageDepthStencilDescriptorTests() local 1323 for (const auto& format : kDepthStencilFormats) in createImageDepthStencilDescriptorTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1273 const VkFormat kDepthStencilFormats[] = in createImageDepthStencilDescriptorTests() local 1322 for (const auto& format : kDepthStencilFormats) in createImageDepthStencilDescriptorTests()
|
Completed in 40 milliseconds