Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp105 const std::vector<IVec4> scissors) in makeGraphicsPipeline()
169 std::vector<IVec4> scissors; in generateScissors() local
223 const std::vector<IVec4>& scissors, in generateReferenceImage()
327 const std::vector<IVec4>& scissors, in ScissorRenderer()
432 const std::vector<IVec4> scissors = generateScissors(numViewports, renderSize); in test() local
DvktFragmentOperationsEarlyFragmentTests.cpp126 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() local
DvktFragmentOperationsScissorTests.cpp166 const std::vector<VkRect2D> scissors (1, scissor); in makeGraphicsPipeline() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c68 const struct pipe_scissor_state *scissors) in softpipe_set_scissor_states()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c68 const struct pipe_scissor_state *scissors) in llvmpipe_set_scissor_states()
Dlp_context.h79 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
Dlp_setup_context.h115 struct u_rect scissors[PIPE_MAX_VIEWPORTS]; member
/external/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c52 const VkRect2D *scissors = cmd_buffer->state.gfx.dynamic.scissor.scissors; in gen7_cmd_buffer_emit_scissor() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c41 const struct pipe_scissor_state *scissors) in svga_set_scissor_states()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolve.cpp236 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp403 const std::vector<VkRect2D> scissors (1, makeRect2D(imageMSInfo.extent)); in iterate() local
DvktPipelineDepthTests.cpp433 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize));; in DepthTestInstance() local
DvktPipelinePushDescriptorTests.cpp461 const vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in init() local
1523 const vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in init() local
2888 const vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in init() local
3922 const vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in init() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp452 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in renderTriangleTest() local
762 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in renderTriangleUnusedResolveAttachmentTest() local
DvktApiGetMemoryCommitment.cpp238 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
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp43 const std::vector<VkRect2D>& scissors, in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp381 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in GraphicsEnvironment() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp294 const vk::VkRect2D scissors[4] = in iterate() local
/external/deqp/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
DvktRenderPassUnusedAttachmentTests.cpp767 const std::vector<VkRect2D> scissors (1, makeRect2D(m_renderSize)); in UnusedAttachmentTestInstance() local
DvktRenderPassSparseRenderTargetTests.cpp340 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height))); in createRenderPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp473 const std::vector<VkRect2D> scissors (1, makeRect2D(m_drawState.renderSize)); in VulkanDrawContext() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp97 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp628 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipeline() local
1039 const std::vector<VkRect2D> scissors(1, makeRect2D(tcu::UVec2(WIDTH, HEIGHT))); in createPipelines() local

123