Home
last modified time | relevance | path

Searched defs:scissors (Results 1 - 25 of 59) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c65 llvmpipe_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) llvmpipe_set_scissor_states() argument
H A Dlp_context.h86 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
H A Dlp_setup_context.h124 struct u_rect scissors[PIPE_MAX_VIEWPORTS]; member
H A Dlp_setup.c806 lp_setup_set_scissors(struct lp_setup_context *setup, const struct pipe_scissor_state *scissors) lp_setup_set_scissors() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_clip.c65 softpipe_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) softpipe_set_scissor_states() argument
H A Dsp_context.h76 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c38 svga_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) svga_set_scissor_states() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateVPTests.cpp336 const vk::VkRect2D scissors[kNumViewports] = in iterate() local
H A DvktDynamicStateInheritanceTests.cpp113 std::vector<VkRect2D> scissors; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateVPTests.cpp334 const vk::VkRect2D scissors[kNumViewports] = in iterate() local
H A DvktDynamicStateInheritanceTests.cpp111 std::vector<VkRect2D> scissors; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp147 std::vector<IVec4> scissors; in generateScissors() local
95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule geometryModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const int numViewports, const std::vector<IVec4> scissors) makeGraphicsPipeline() argument
198 generateReferenceImage(const tcu::TextureFormat format, const IVec2& renderSize, const Vec4& clearColor, const std::vector<IVec4>& scissors, const std::vector<Vec4>& scissorColors) generateReferenceImage() argument
302 ScissorRenderer(Context& context, const IVec2& renderSize, const int numViewports, const std::vector<IVec4>& scissors, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<Vec4>& vertices) ScissorRenderer() argument
408 const std::vector<IVec4> scissors = generateScissors(numViewports, renderSize); test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp147 std::vector<IVec4> scissors; in generateScissors() local
95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule geometryModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const int numViewports, const std::vector<IVec4> scissors) makeGraphicsPipeline() argument
198 generateReferenceImage(const tcu::TextureFormat format, const IVec2& renderSize, const Vec4& clearColor, const std::vector<IVec4>& scissors, const std::vector<Vec4>& scissorColors) generateReferenceImage() argument
302 ScissorRenderer(Context& context, const IVec2& renderSize, const int numViewports, const std::vector<IVec4>& scissors, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<Vec4>& vertices) ScissorRenderer() argument
408 const std::vector<IVec4> scissors = generateScissors(numViewports, renderSize); test() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h201 struct pipe_scissor_state scissors[NV50_MAX_VIEWPORTS]; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp608 VkRect2D scissors[PIPE_MAX_VIEWPORTS]; in zink_draw() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c785 panfrost_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) panfrost_set_scissor_states() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp98 virtual vector<VkRect2D> updateScissors (vector<VkRect2D> scissors) { return scissors; } in updateScissors() argument
205 DynamicScissorTestCommand::DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> scissors) in DynamicScissorTestCommand() argument
216 vector<VkRect2D> DynamicScissorTestCommand::updateScissors (vector<VkRect2D> scissors) in updateScissors() argument
616 vector<VkRect2D> scissors = m_params.staticScissors; iterate() local
837 vector<VkRect2D> scissors; createTests() local
865 vector<VkRect2D> scissors; createTests() local
936 vector<VkRect2D> scissors; createTests() local
962 vector<VkRect2D> scissors; createTests() local
1008 vector<VkRect2D> scissors; createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp234 std::vector<VkRect2D> scissors; in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawScissorTests.cpp98 virtual vector<VkRect2D> updateScissors (vector<VkRect2D> scissors) { return scissors; } in updateScissors() argument
205 DynamicScissorTestCommand::DynamicScissorTestCommand (deUint32 firstScissor, vector<VkRect2D> scissors) in DynamicScissorTestCommand() argument
216 vector<VkRect2D> DynamicScissorTestCommand::updateScissors (vector<VkRect2D> scissors) in updateScissors() argument
616 vector<VkRect2D> scissors = m_params.staticScissors; iterate() local
837 vector<VkRect2D> scissors; createTests() local
865 vector<VkRect2D> scissors; createTests() local
936 vector<VkRect2D> scissors; createTests() local
962 vector<VkRect2D> scissors; createTests() local
1008 vector<VkRect2D> scissors; createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp234 std::vector<VkRect2D> scissors; in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, const VkShaderModule tessellationEvalShaderModule, const VkShaderModule geometryShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const VkPrimitiveTopology topology, const deUint32 subpass, const deUint32 patchControlPoints, const VkPipelineVertexInputStateCreateInfo* vertexInputStateCreateInfo, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext, const VkPipelineCreateFlags pipelineCreateFlags) makeGraphicsPipeline() argument
406 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule taskShaderModule, const VkShaderModule meshShaderModule, const VkShaderModule fragmentShaderModule, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const VkPipelineCreateFlags pipelineCreateFlags, const void* pNext) makeGraphicsPipeline() argument
489 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipelineHandle, const VkPipelineLayout pipelineLayout, const VkPipelineCreateFlags pipelineCreateFlags, const std::vector<VkPipelineShaderStageCreateInfo>& pipelineShaderStageParams, const VkRenderPass renderPass, const std::vector<VkViewport>& viewports, const std::vector<VkRect2D>& scissors, const deUint32 subpass, const VkPipelineRasterizationStateCreateInfo* rasterizationStateCreateInfo, const VkPipelineMultisampleStateCreateInfo* multisampleStateCreateInfo, const VkPipelineDepthStencilStateCreateInfo* depthStencilStateCreateInfo, const VkPipelineColorBlendStateCreateInfo* colorBlendStateCreateInfo, const VkPipelineDynamicStateCreateInfo* dynamicStateCreateInfo, const void* pNext) makeGraphicsPipeline() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c717 si_write_scissors(struct radeon_cmdbuf *cs, int first, int count, const VkRect2D *scissors, in si_write_scissors() argument
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c529 tegra_set_scissor_states(struct pipe_context *pcontext, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) tegra_set_scissor_states() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h245 struct pipe_scissor_state scissors[NVC0_MAX_VIEWPORTS]; member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h255 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member

Completed in 26 milliseconds

123