/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboDepthbufferTests.cpp | 318 static const deUint32 depthFormats[] = in init() local 332 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 333 basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127)); in init() 341 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 342 depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127)); in init() 350 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 351 depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNd in init() [all...] |
H A D | es3fPolygonOffsetTests.cpp | 1218 } depthFormats[]= in init() local 1226 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx) in init() 1228 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1196 const VkFormat depthFormats[] = in createDepthTests() local 1330 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthFormats); formatNdx++) in createDepthTests() 1332 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() 1333 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() 1341 (getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createDepthTests() 1342 (std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? " with separate depth/stencil layouts" : "")).c_str())); in createDepthTests() 1352 depthFormats[formatNdx], in createDepthTests() 1363 depthFormats[formatNdx], in createDepthTests() 1382 depthFormats[formatNdx], in createDepthTests() 1402 depthFormats[formatNd in createDepthTests() [all...] |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1425 const VkFormat depthFormats[] = in createDepthRangeUnrestrictedTests() local 1461 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1463 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1464 testParams.depthBufferClearValue = defaultClearValue(depthFormats[format]); in createDepthRangeUnrestrictedTests() 1486 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1488 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1522 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1524 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1568 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1570 testParams.depthFormat = depthFormats[forma in createDepthRangeUnrestrictedTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1170 const VkFormat depthFormats[] = in createDepthTests() local 1306 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthFormats); formatNdx++) in createDepthTests() 1308 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() 1309 const bool hasStencil = tcu::hasStencilComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() 1317 (getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : "")).c_str(), in createDepthTests() 1318 (std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? " with separate depth/stencil layouts" : "")).c_str())); in createDepthTests() 1329 depthFormats[formatNdx], in createDepthTests() 1341 depthFormats[formatNdx], in createDepthTests() 1361 depthFormats[formatNdx], in createDepthTests() 1382 depthFormats[formatNd in createDepthTests() [all...] |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1419 const VkFormat depthFormats[] = in createDepthRangeUnrestrictedTests() local 1455 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1457 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1458 testParams.depthBufferClearValue = defaultClearValue(depthFormats[format]); in createDepthRangeUnrestrictedTests() 1480 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1482 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1516 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1518 testParams.depthFormat = depthFormats[format]; in createDepthRangeUnrestrictedTests() 1562 for (int format = 0; format < DE_LENGTH_OF_ARRAY(depthFormats); ++format) in createDepthRangeUnrestrictedTests() 1564 testParams.depthFormat = depthFormats[forma in createDepthRangeUnrestrictedTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 585 const VkFormat depthFormats[4] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_D32_SFLOAT}; in createDepthStencilWriteConditionsTests() local 590 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 263 const std::vector<VkFormat> depthFormats { VK_FORMAT_D32_SFLOAT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_D24_UNORM_S8_UINT }; in iterate() 267 for (const auto& df : depthFormats) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 587 const VkFormat depthFormats[4] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_D32_SFLOAT}; in createDepthStencilWriteConditionsTests() local 592 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 263 const std::vector<VkFormat> depthFormats { VK_FORMAT_D32_SFLOAT, VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_D24_UNORM_S8_UINT }; in iterate() 267 for (const auto& df : depthFormats) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 358 VkFormat depthFormats[4] = { in makeDepthImageInfo() local 365 context.getPhysicalDevice(), depthFormats[i], &properties); in makeDepthImageInfo() 368 info.format = depthFormats[i]; in makeDepthImageInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 355 VkFormat depthFormats[4] = { in makeDepthImageInfo() local 362 context.getPhysicalDevice(), depthFormats[i], &properties); in makeDepthImageInfo() 365 info.format = depthFormats[i]; in makeDepthImageInfo()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 1216 } depthFormats[]= in init() local 1222 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx) in init() 1224 const DepthBufferFormat& format = depthFormats[ndx]; in init()
|