Home
last modified time | relevance | path

Searched refs:renderArea (Results 1 – 25 of 72) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp79 …Vec4 renderArea; //!< (ox, oy, w, h), where origin (0,0) is the top-left corner of the viewport… member
375 std::vector<VertexData> genVertices (const TestPrimitive primitive, const Vec4& renderArea, const V… in genVertices() argument
380 const float x0 = 2.0f * renderArea.x() - 1.0f; in genVertices()
381 const float y0 = 2.0f * renderArea.y() - 1.0f; in genVertices()
382 const float rx = 2.0f * renderArea.z(); in genVertices()
383 const float ry = 2.0f * renderArea.w(); in genVertices()
539 , m_vertices (genVertices(caseDef.primitive, caseDef.renderArea, m_primitiveColor)) in ScissorRenderer()
584 const VkRect2D renderArea = in draw() local
595 renderArea, // VkRect2D renderArea; in draw()
DvktFragmentOperationsEarlyFragmentTests.cpp85 const VkRect2D& renderArea, in beginRenderPass() argument
101 renderArea, // VkRect2D renderArea; in beginRenderPass()
696 const VkRect2D renderArea = { in iterate() local
722 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor, 0.5f, 0u); in iterate()
DvktFragmentOperationsScissorMultiViewportTests.cpp603 const VkRect2D renderArea = in draw() local
614 renderArea, // VkRect2D renderArea; in draw()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp312 const VkRect2D& renderArea, in beginRenderPass() argument
322 renderArea, // VkRect2D renderArea; in beginRenderPass()
335 const VkRect2D renderArea = {{ 0, 0 }, { 0, 0 }}; in beginRenderPassWithRasterizationDisabled() local
342 renderArea, // VkRect2D renderArea; in beginRenderPassWithRasterizationDisabled()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp334 const VkRect2D& renderArea, in beginRenderPass() argument
344 renderArea, // VkRect2D renderArea; in beginRenderPass()
DvktPipelineSpecConstantUtil.hpp74 …s renderPass, const vk::VkFramebuffer framebuffer, const vk::VkRect2D& renderArea, const tcu::Vec4…
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp396 VkRect2D renderArea; in beginRenderPass() local
397 renderArea.offset = { bounds.fLeft , bounds.fTop }; in beginRenderPass()
398 renderArea.extent = { (uint32_t)bounds.width(), (uint32_t)bounds.height() }; in beginRenderPass()
405 beginInfo.renderArea = renderArea; in beginRenderPass()
/external/deqp/modules/glshared/
DglsScissorTests.hpp81 const Vec4& renderArea,
DglsScissorTests.cpp293 const Vec4& renderArea,
312 const Vec4& renderArea, in ScissorPrimitiveCase() argument
316 , m_renderArea (renderArea) in ScissorPrimitiveCase()
847 const Vec4& renderArea, in createPrimitiveTest() argument
851 …return new ScissorPrimitiveCase(testCtx, renderCtx, name, desc, scissorArea, renderArea, type, pri… in createPrimitiveTest()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp210 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } }; in beginRenderPass() local
211 const RenderPassBeginInfo renderPassBegin(*m_renderPass, *m_framebuffer, renderArea); in beginRenderPass()
DvktDrawNegativeViewportHeightTests.cpp282 const VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } }; in draw() local
283 const RenderPassBeginInfo renderPassBegin (*m_renderPass, *m_framebuffer, renderArea); in draw()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp147 const VkRect2D renderArea = { in iterate() local
152 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in iterate()
DvktGeometryTestsUtil.cpp617 const VkRect2D& renderArea, in beginRenderPass() argument
627 renderArea, // VkRect2D renderArea; in beginRenderPass()
DvktGeometryInstancedRenderingTests.cpp387 const VkRect2D renderArea = in draw() local
398 renderArea, // VkRect2D renderArea; in draw()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp216 const vk::VkRect2D renderArea = { { 0, 0 }, { WIDTH, HEIGHT } }; in beginRenderPassWithClearColor() local
217 const RenderPassBeginInfo renderPassBegin(*m_renderPass, *m_framebuffer, renderArea); in beginRenderPassWithClearColor()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp291 const VkRect2D& renderArea, in beginRenderPass() argument
301 renderArea, // VkRect2D renderArea; in beginRenderPass()
314 const VkRect2D renderArea = {{ 0, 0 }, { 0, 0 }}; in beginRenderPassWithRasterizationDisabled() local
321 renderArea, // VkRect2D renderArea; in beginRenderPassWithRasterizationDisabled()
DvktTessellationGeometryPointSizeTests.cpp372 const VkRect2D renderArea = { in test() local
378 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in test()
DvktTessellationGeometryGridRenderTests.cpp585 const VkRect2D renderArea = { in iterate() local
591 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in iterate()
DvktTessellationWindingTests.cpp432 const VkRect2D renderArea = { in iterate() local
438 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in iterate()
DvktTessellationCommonEdgeTests.cpp402 const VkRect2D renderArea = { in test() local
408 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in test()
DvktTessellationMiscDrawTests.cpp254 const VkRect2D renderArea = { in runTest() local
260 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in runTest()
DvktTessellationPrimitiveDiscardTests.cpp506 const VkRect2D renderArea = { in test() local
512 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor); in test()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp883 const vk::VkRect2D renderArea = in recordCommands() local
944 renderArea, // VkRect2D renderArea; in recordCommands()
968 deviceInterface.cmdSetScissor(commandBuffer, 0u, 1u, &renderArea); in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp321 const VkRect2D renderArea = in beginRenderPass() local
333 renderArea, // VkRect2D renderArea; in beginRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp381 const vk::VkRect2D renderArea = in iterate() local
387 …ssBegin(*m_stateObjects->m_renderPass, *m_stateObjects->m_framebuffer, renderArea, renderPassClear… in iterate()
800 const vk::VkRect2D renderArea = in recordRender() local
806 …ssBegin(*m_stateObjects->m_renderPass, *m_stateObjects->m_framebuffer, renderArea, renderPassClear… in recordRender()

123