Home
last modified time | relevance | path

Searched defs:scissors (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp98 virtual vector<VkRect2D> updateScissors (vector<VkRect2D> scissors) { return scissors; } in updateScissors()
205 …micScissorTestCommand::DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> scissors) in DynamicScissorTestCommand()
216 vector<VkRect2D> DynamicScissorTestCommand::updateScissors (vector<VkRect2D> scissors) in updateScissors()
566 vector<VkRect2D> scissors = m_params.staticScissors; in iterate() local
741 vector<VkRect2D> scissors; in createTests() local
770 vector<VkRect2D> scissors; in createTests() local
846 vector<VkRect2D> scissors; in createTests() local
874 vector<VkRect2D> scissors; in createTests() local
922 vector<VkRect2D> scissors; in createTests() local
964 vector<VkRect2D> scissors; in createTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp105 const std::vector<IVec4> scissors) in makeGraphicsPipeline()
148 std::vector<IVec4> scissors; in generateScissors() local
202 const std::vector<IVec4>& scissors, in generateReferenceImage()
306 const std::vector<IVec4>& scissors, in ScissorRenderer()
409 const std::vector<IVec4> scissors = generateScissors(numViewports, renderSize); in test() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c68 const struct pipe_scissor_state *scissors) in softpipe_set_scissor_states()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c68 const struct pipe_scissor_state *scissors) in llvmpipe_set_scissor_states()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c41 const struct pipe_scissor_state *scissors) in svga_set_scissor_states()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp452 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in renderTriangleTest() local
789 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in renderTriangleDummyExtStructTest() local
1357 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in renderTriangleUnusedResolveAttachmentTest() local
DvktApiGetMemoryCommitment.cpp254 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in iterate() local
DvktApiBufferViewAccessTests.cpp357 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in BufferViewTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp262 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
DvktPipelineBlendTests.cpp727 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in BlendTestInstance() local
1323 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in DualSourceBlendTestInstance() local
1848 const std::vector<vk::VkRect2D> scissors (1, makeRect2D(renderSize)); in iterate() local
DvktPipelineLogicOpTests.cpp332 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in LogicOpTestInstance() local
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp422 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp79 const std::vector<VkRect2D>& scissors, in makeGraphicsPipeline()
425 const std::vector<VkRect2D>& scissors, in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationImageLayoutTransitionTests.cpp183 const vector<VkRect2D> scissors (1u, renderArea); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp283 const vk::VkRect2D scissors[4] = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp421 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in GraphicsEnvironment() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp506 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height))); in createRenderPipeline() local
620 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height))); in createSubpassPipeline() local
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp606 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in MultipleSubpassesMultipleCommandBuffersTestInstance() local
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp509 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in InputAttachmentSparseFillingTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp420 const std::vector<VkRect2D> scissors(1, makeRect2D(m_framebufferState.renderSize)); in registerDrawObject() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp97 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp258 const vector<VkRect2D> scissors (1u, renderArea); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp614 const std::vector<vk::VkRect2D> scissors(1u, vk::makeRect2D(kFramebufferExtent)); in iterate() local
1017 const std::vector<vk::VkRect2D> scissors (1u, vk::makeRect2D(kFramebufferExtent)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp627 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipeline() local
1074 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipelines() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp498 std::vector<VkRect2D> scissors (1u, makeRect2D(colorBufferExtent)); in iterate() local

123456