Home
last modified time | relevance | path

Searched refs:frameBufferState (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp153 FrameBufferState frameBufferState (FRONTFACE_RENDERWIDTH, FRONTFACE_RENDERHEIGHT); in iterate() local
157 VulkanDrawContext dc (m_context, frameBufferState); in iterate()
161 ReferenceDrawContext refDrawContext(frameBufferState); in iterate()
770 FrameBufferState frameBufferState(m_renderSize.x(), m_renderSize.y()); in iterate() local
775 frameBufferState.depthFormat = m_format; in iterate()
776 frameBufferState.numSamples = m_samples; in iterate()
777 frameBufferState.depthImageView = *depthImageView; in iterate()
786 VulkanDrawContext vulkanDrawContext(m_context, frameBufferState); in iterate()
913 FrameBufferState frameBufferState(m_renderSize.x(), m_renderSize.y()); in iterate() local
918 frameBufferState.numSamples = m_samples; in iterate()
[all …]
DvktShaderRenderInvarianceTests.cpp279 FrameBufferState frameBufferState(m_renderSize, m_renderSize); in iterate() local
280 frameBufferState.depthFormat = depthFormat; in iterate()
283 VulkanDrawContext vulkanDrawContext(m_context, frameBufferState); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp153 FrameBufferState frameBufferState (FRONTFACE_RENDERWIDTH, FRONTFACE_RENDERHEIGHT); in iterate() local
157 VulkanDrawContext dc (m_context, frameBufferState); in iterate()
161 ReferenceDrawContext refDrawContext(frameBufferState); in iterate()
770 FrameBufferState frameBufferState(m_renderSize.x(), m_renderSize.y()); in iterate() local
775 frameBufferState.depthFormat = m_format; in iterate()
776 frameBufferState.numSamples = m_samples; in iterate()
777 frameBufferState.depthImageView = *depthImageView; in iterate()
786 VulkanDrawContext vulkanDrawContext(m_context, frameBufferState); in iterate()
913 FrameBufferState frameBufferState(m_renderSize.x(), m_renderSize.y()); in iterate() local
918 frameBufferState.numSamples = m_samples; in iterate()
[all …]
DvktShaderRenderInvarianceTests.cpp279 FrameBufferState frameBufferState(m_renderSize, m_renderSize); in iterate() local
280 frameBufferState.depthFormat = depthFormat; in iterate()
283 VulkanDrawContext vulkanDrawContext(m_context, frameBufferState); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp700 FrameBufferState frameBufferState(renderSize.x(), renderSize.y()); in testImageQueryLod() local
701 frameBufferState.colorFormat = VK_FORMAT_R32G32_SFLOAT; in testImageQueryLod()
719 VulkanDrawContext renderer(context, frameBufferState); in testImageQueryLod()
DvktYCbCrFilteringTests.cpp362 FrameBufferState frameBufferState (renderSize.x(), renderSize.y()); in iterate() local
363 VulkanDrawContext renderer (m_context, frameBufferState); in iterate()
417 tcu::TextureFormat refFormat (vk::mapVkFormat(frameBufferState.colorFormat)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp362 FrameBufferState frameBufferState (renderSize.x(), renderSize.y()); in iterate() local
363 VulkanDrawContext renderer (m_context, frameBufferState); in iterate()
417 tcu::TextureFormat refFormat (vk::mapVkFormat(frameBufferState.colorFormat)); in iterate()
DvktYCbCrImageQueryTests.cpp700 FrameBufferState frameBufferState(renderSize.x(), renderSize.y()); in testImageQueryLod() local
701 frameBufferState.colorFormat = VK_FORMAT_R32G32_SFLOAT; in testImageQueryLod()
719 VulkanDrawContext renderer(context, frameBufferState); in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktDrawUtil.hpp166 const FrameBufferState& frameBufferState);
DvktDrawUtil.cpp193 const FrameBufferState& frameBufferState) in VulkanDrawContext() argument
194 : DrawContext (frameBufferState) in VulkanDrawContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp166 const FrameBufferState& frameBufferState);
DvktDrawUtil.cpp193 const FrameBufferState& frameBufferState) in VulkanDrawContext() argument
194 : DrawContext (frameBufferState) in VulkanDrawContext()