/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawScissorTests.cpp | 98 virtual vector<VkRect2D> updateScissors (vector<VkRect2D> scissors) { return scissors; } in updateScissors() 204 …micScissorTestCommand::DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> scissors) in DynamicScissorTestCommand() 215 vector<VkRect2D> DynamicScissorTestCommand::updateScissors (vector<VkRect2D> scissors) in updateScissors() 535 vector<VkRect2D> scissors = m_params.staticScissors; in iterate() local 699 vector<VkRect2D> scissors; in createTests() local 726 vector<VkRect2D> scissors; in createTests() local 796 vector<VkRect2D> scissors; in createTests() local 822 vector<VkRect2D> scissors; in createTests() local 867 vector<VkRect2D> scissors; in createTests() local 907 vector<VkRect2D> scissors; in createTests() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 105 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
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 104 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 68 const struct pipe_scissor_state *scissors) in llvmpipe_set_scissor_states()
|
D | lp_context.h | 85 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_clip.c | 68 const struct pipe_scissor_state *scissors) in softpipe_set_scissor_states()
|
/external/mesa3d/src/intel/vulkan/ |
D | gen7_cmd_buffer.c | 53 const VkRect2D *scissors = cmd_buffer->state.gfx.dynamic.scissor.scissors; in gen7_cmd_buffer_emit_scissor() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 41 const struct pipe_scissor_state *scissors) in svga_set_scissor_states()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 452 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
|
D | vktApiGetMemoryCommitment.cpp | 254 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in iterate() local
|
D | vktApiBufferViewAccessTests.cpp | 357 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in BufferViewTestInstance() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolve.cpp | 262 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
|
D | vktPipelineBlendTests.cpp | 725 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in BlendTestInstance() local 1315 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in DualSourceBlendTestInstance() local 1801 const std::vector<vk::VkRect2D> scissors (1, makeRect2D(renderSize)); in iterate() local
|
D | vktPipelineLogicOpTests.cpp | 332 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in LogicOpTestInstance() local
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 422 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateVPTests.cpp | 283 const vk::VkRect2D scissors[4] = in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 421 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in GraphicsEnvironment() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 506 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
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 606 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in MultipleSubpassesMultipleCommandBuffersTestInstance() local
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 116 VkRect2D scissors[PIPE_MAX_VIEWPORTS]; member
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 420 const std::vector<VkRect2D> scissors(1, makeRect2D(m_framebufferState.renderSize)); in registerDrawObject() local
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_command.cpp | 4255 const VkRect2D scissors[] = {scissor, scissor}; in TEST_F() local 4337 const std::vector<VkRect2D> scissors(max_scissors + 1, scissor); in TEST_F() local 4667 VkRect2D scissors[100] = {scissor, scissor}; in TEST_F() local 4674 VkRect2D *scissors; in TEST_F() member 4732 const VkRect2D scissors[] = {scissor, scissor}; in TEST_F() local
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 97 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() local
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 626 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipeline() local 1073 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipelines() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 613 const std::vector<vk::VkRect2D> scissors(1u, vk::makeRect2D(kFramebufferExtent)); in iterate() local 1016 const std::vector<vk::VkRect2D> scissors (1u, vk::makeRect2D(kFramebufferExtent)); in iterate() local
|