/third_party/vk-gl-cts/modules/gles3/functional/ |
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 …>addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init() 341 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 342 …ddChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init() 350 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++) in init() 351 …addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[f… in init()
|
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_no_buildgn/vulkan/pipeline/ |
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_layou… in createDepthTests() 1318 …(std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilL… in createDepthTests() 1329 depthFormats[formatNdx], in createDepthTests() 1341 depthFormats[formatNdx], in createDepthTests() 1361 depthFormats[formatNdx], in createDepthTests() 1382 depthFormats[formatNdx], in createDepthTests() [all …]
|
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[format]; in createDepthRangeUnrestrictedTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
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_layou… in createDepthTests() 1318 …(std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilL… in createDepthTests() 1329 depthFormats[formatNdx], in createDepthTests() 1341 depthFormats[formatNdx], in createDepthTests() 1361 depthFormats[formatNdx], in createDepthTests() 1382 depthFormats[formatNdx], in createDepthTests() [all …]
|
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[format]; in createDepthRangeUnrestrictedTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderInvarianceTests.cpp | 263 …const std::vector<VkFormat> depthFormats { VK_FORMAT_D32_SFLOAT, VK_FORMAT_D24_UNORM_S8_UINT, VK_F… in iterate() local 267 for (const auto& df : depthFormats) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 587 …const VkFormat depthFormats[4] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_F… in createDepthStencilWriteConditionsTests() local 592 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 587 …const VkFormat depthFormats[4] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT, VK_F… in createDepthStencilWriteConditionsTests() local 592 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderInvarianceTests.cpp | 263 …const std::vector<VkFormat> depthFormats { VK_FORMAT_D32_SFLOAT, VK_FORMAT_D24_UNORM_S8_UINT, VK_F… in iterate() local 267 for (const auto& df : depthFormats) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
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/external/vulkancts/modules/vulkan/dynamic_state/ |
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/ |
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()
|