Home
last modified time | relevance | path

Searched refs:framebufferState (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp93 DrawContext (const FrameBufferState& framebufferState) in DrawContext() argument
94 : m_framebufferState (framebufferState) in DrawContext()
112 ReferenceDrawContext (const FrameBufferState& framebufferState );
DvktDrawUtil.cpp123 ReferenceDrawContext::ReferenceDrawContext(const FrameBufferState& framebufferState) in ReferenceDrawContext() argument
124 : DrawContext(framebufferState) in ReferenceDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp474 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesInside() local
479 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesInside()
530 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesOutside() local
535 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesOutside()
620 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClamp() local
626 VulkanDrawContext drawContext (context, framebufferState); in testPrimitivesDepthClamp()
714 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local
722 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip()
749 FrameBufferState framebufferState (RENDER_SIZE, RENDER_SIZE); in testPrimitivesDepthClip() local
757 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip()
[all …]
/external/angle/src/libANGLE/capture/
Dserialize.cpp333 const gl::FramebufferState &framebufferState) in SerializeFramebufferState() argument
335 GroupScope group(json, "Framebuffer", framebufferState.id().value); in SerializeFramebufferState()
337 json->addString("Label", framebufferState.getLabel()); in SerializeFramebufferState()
338 json->addVector("DrawStates", framebufferState.getDrawBufferStates()); in SerializeFramebufferState()
339 json->addScalar("ReadBufferState", framebufferState.getReadBufferState()); in SerializeFramebufferState()
340 json->addScalar("DefaultWidth", framebufferState.getDefaultWidth()); in SerializeFramebufferState()
341 json->addScalar("DefaultHeight", framebufferState.getDefaultHeight()); in SerializeFramebufferState()
342 json->addScalar("DefaultSamples", framebufferState.getDefaultSamples()); in SerializeFramebufferState()
344 framebufferState.getDefaultFixedSampleLocations()); in SerializeFramebufferState()
345 json->addScalar("DefaultLayers", framebufferState.getDefaultLayers()); in SerializeFramebufferState()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp258 const gl::FramebufferState &framebufferState, in GetColorAccess() argument
269 if (!framebufferState.getEnabledDrawBuffers().test(colorIndexGL)) in GetColorAccess()
2380 const gl::FramebufferState &framebufferState = drawFramebufferVk->getState(); in handleDirtyGraphicsColorAccess() local
2387 for (size_t colorIndexGL : framebufferState.getColorAttachmentsMask()) in handleDirtyGraphicsColorAccess()
2389 if (framebufferState.getEnabledDrawBuffers().test(colorIndexGL)) in handleDirtyGraphicsColorAccess()
2392 mState, framebufferState, drawFramebufferVk->getEmulatedAlphaAttachmentMask(), in handleDirtyGraphicsColorAccess()