/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | WebGLFramebufferTest.cpp | 490 GLenum *depthFormat, in tryDepth() 508 bool checkValidColorDepthCombination(GLenum *depthFormat, GLenum *depthAttachment) in checkValidColorDepthCombination() 567 void WebGLFramebufferTest::testUsingIncompleteFramebuffer(GLenum depthFormat, in testUsingIncompleteFramebuffer() 614 void testFramebufferIncompleteAttachment(GLenum depthFormat) in testFramebufferIncompleteAttachment() 659 void testFramebufferIncompleteDimensions(GLenum depthFormat, GLenum depthAttachment) in testFramebufferIncompleteDimensions() 794 GLenum depthFormat = GL_NONE; in TEST_P() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 79 VkFormat depthFormat; member 144 VkFormat depthFormat; member
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLutils.cpp | 52 GLenum depthFormat, in glFormatToChannelBits()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cClipControlTests.cpp | 708 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in ValidateFramebuffer() local 899 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in ValidateFramebuffer() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 233 … const PipelineConstructionType pipelineConstructionType, const VkFormat depthFormat, in DepthTest() 330 const VkFormat depthFormat, in DepthTestInstance()
|
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 72 VkFormat depthFormat; member
|
H A D | vktPipelineTimestampTests.cpp | 1605 void BasicGraphicsTestInstance::buildRenderPass(VkFormat colorFormat, VkFormat depthFormat) in buildRenderPass() 1613 …csTestInstance::buildFrameBuffer(tcu::UVec2 renderSize, VkFormat colorFormat, VkFormat depthFormat) in buildFrameBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectRenderingTests.cpp | 73 vk::VkFormat depthFormat; member 1186 const auto depthFormat = depthStencilFormats[j]; in createShaderObjectRenderingTests() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fClipControlTests.cpp | 1260 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in ValidateFramebuffer() local 1450 tcu::TextureFormat depthFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in ValidateFramebuffer() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalIgnoreTests.cpp | 138 const auto depthFormat = VK_FORMAT_D16_UNORM; in iterate() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 481 BlitDepthStencilCase(Context &context, const char *name, const char *desc, uint32_t depthFormat, in BlitDepthStencilCase() 1092 uint32_t depthFormat = depthStencilFormats[dFmtNdx]; in init() local
|
H A D | es3fFboCompletenessTests.cpp | 229 …ImageFormat depthFormat = attPoint == GL_DEPTH_ATTACHMENT ? image->internalFormat : m_depthStencil… in check() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 50 vk::VkFormat depthFormat = vk::VK_FORMAT_UNDEFINED; member
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 102 vk::Format depthFormat; member
|
H A D | Context.cpp | 304 VkFormat Attachments::depthFormat() const in depthFormat() function in vk::Attachments
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 255 VkFormat depthFormat = VK_FORMAT_UNDEFINED; in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2142 const VkFormat depthFormat = VK_FORMAT_D16_UNORM; in iterate() local 2719 const VkFormat depthFormat = VK_FORMAT_D16_UNORM; in checkSupport() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolConcurrentTests.cpp | 98 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM; in StateObjects() local
|
H A D | vktQueryPoolOcclusionTests.cpp | 89 vk::VkFormat depthFormat = vk::VK_FORMAT_D16_UNORM; in StateObjects() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 528 const auto depthFormat = VK_FORMAT_D16_UNORM; in testNoFrag() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateGeneralTests.cpp | 530 const auto depthFormat = vk::getDepthCopyFormat(dsFormat); in staticStencilMaskZeroProgramsTest() local
|
H A D | vktDynamicStateRSTests.cpp | 982 const auto depthFormat = vk::VK_FORMAT_D16_UNORM; in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.cpp | 384 const auto depthFormat = m_params.attachmentFormat; in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1532 … const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources() local 1966 void findDepthStencilAttachments(const vector<Attachment> &allAttachments, VkFormat &depthFormat, in findDepthStencilAttachments() 2060 VkFormat depthFormat = VK_FORMAT_UNDEFINED; in prepareAttachmentRemapping() local 3071 VkFormat depthFormat = VK_FORMAT_UNDEFINED; in createSubpassPipeline() local 4644 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages() local
|
H A D | vktDynamicRenderingDepthStencilResolveTests.cpp | 578 VkFormat depthFormat = attachmentType == VB_DEPTH ? m_config.format : VK_FORMAT_UNDEFINED; in beginSecondaryCommandBuffer() local
|