| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_clip.c | 65 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 D | lp_context.h | 86 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
|
| H A D | lp_setup_context.h | 124 struct u_rect scissors[PIPE_MAX_VIEWPORTS]; member
|
| H A D | lp_setup.c | 806 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 D | sp_state_clip.c | 65 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 D | sp_context.h | 76 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_misc.c | 38 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 D | vktDynamicStateVPTests.cpp | 336 const vk::VkRect2D scissors[kNumViewports] = in iterate() local
|
| H A D | vktDynamicStateInheritanceTests.cpp | 113 std::vector<VkRect2D> scissors; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| H A D | vktDynamicStateVPTests.cpp | 334 const vk::VkRect2D scissors[kNumViewports] = in iterate() local
|
| H A D | vktDynamicStateInheritanceTests.cpp | 111 std::vector<VkRect2D> scissors; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
| H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 147 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 D | vktFragmentOperationsScissorMultiViewportTests.cpp | 147 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 D | nv50_context.h | 201 struct pipe_scissor_state scissors[NV50_MAX_VIEWPORTS]; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_draw.cpp | 608 VkRect2D scissors[PIPE_MAX_VIEWPORTS]; in zink_draw() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 785 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 D | vktDrawScissorTests.cpp | 98 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 D | vktImageTestsUtil.cpp | 234 std::vector<VkRect2D> scissors; in makeGraphicsPipeline() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawScissorTests.cpp | 98 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 D | vktImageTestsUtil.cpp | 234 std::vector<VkRect2D> scissors; in makeGraphicsPipeline() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkObjUtil.cpp | 95 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 D | si_cmd_buffer.c | 717 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 D | tegra_context.c | 529 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 D | nvc0_context.h | 245 struct pipe_scissor_state scissors[NVC0_MAX_VIEWPORTS]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_pipe.h | 255 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS]; member
|