Searched defs:useDepth (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 225 const bool useDepth, const bool useStencil) in preparePipelineWrapper() 1013 …const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != … in testWithSizeReduction() local 1292 …const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != … in drawToMipLevel() local
|
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 168 VkFormat findSupportedDepthStencilFormat(Context &context, const bool useDepth, const bool useStenc… in findSupportedDepthStencilFormat() 569 … const VkSampleLocationsInfoEXT &sampleLocationsInfo, const bool useDepth, in preparePipelineWrapper() 2308 bool useDepth(void) const in useDepth() function in vkt::pipeline::__anonf162cbe40111::Draw::DrawTest
|
H A D | vktPipelineMultisampleTests.cpp | 1205 VkFormat findSupportedDepthStencilFormat(Context &context, const bool useDepth, const bool useStenc… in findSupportedDepthStencilFormat() 1941 const bool useDepth = (m_modeFlags & TEST_MODE_DEPTH_BIT) != 0; in RasterizationSamplesInstance() local 3253 … const tcu::IVec2 &renderSize, const bool useDepth, const bool useStencil, in MultisampleRenderer() 3282 …const VkFormat depthStencilFormat, const tcu::IVec2 &renderSize, const bool useDepth, const bool u… in MultisampleRenderer()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboStencilbufferTests.cpp | 53 bool useDepth) in BasicFboStencilCase()
|
H A D | es3fMultisampleTests.cpp | 192 bool useDepth; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 634 bool useDepth = false; in createCommandBuffer() local 1263 const auto useDepth = att.usage & ATTACHMENT_USAGE_DEPTH; in iterate() local
|
H A D | vktDynamicRenderingTests.cpp | 355 const bool useDepth = (depthAttachmentFormat != VK_FORMAT_UNDEFINED); in makeGraphicsPipeline() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 893 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL); in render() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 710 const bool useDepth = resultAspect & VK_IMAGE_ASPECT_DEPTH_BIT; in buildPipeline() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 173 const bool useDepth = (depthStencilAspects & ASPECT_DEPTH) != 0; in makeGraphicsPipeline() local
|