/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 2005 D3D12_RECT rect = { (int)dstx, (int)dsty, 2009 clear_color, 1, &rect); 2046 D3D12_RECT rect = { (int)dstx, (int)dsty, 2050 depth, stencil, 1, &rect);
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-v4l2.c | 18 #include <media/v4l2-rect.h> 499 /* Make sure compose rect fits inside output format */ in rvin_s_selection()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state_validate.c | 302 struct pipe_scissor_state *s = &nv50->window_rect.rect[i]; in nv50_validate_window_rects()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 1003 const EGLint rect[4] = { x, y, width, height }; in dri2_x11_post_sub_buffer() local 1008 return dri2_x11_swap_buffers_region(disp, draw, 1, rect); in dri2_x11_post_sub_buffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 845 const vk::VkClearRect rect = in commandClearAttachment() local 847 { offset, extent }, // VkRect2D rect; in commandClearAttachment() 852 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in commandClearAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 768 const VkClearRect rect = { makeRect2D(m_renderSize), 0u, 1u }; in drawCommands() local 793 vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect); in drawCommands()
|
H A D | vktRenderPassTests.cpp | 2590 const VkClearRect rect = in pushRenderCommands() local 2595 }, // rect in pushRenderCommands() 2600 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in pushRenderCommands() 2617 const VkClearRect rect = in pushRenderCommands() local 2622 }, // rect in pushRenderCommands() 2630 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in pushRenderCommands() 3245 const VkBufferImageCopy rect = in pushReadImagesToBuffers() local 3260 vk.cmdCopyImageToBuffer(commandBuffer, attachmentResources[attachmentNdx]->getImage(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, attachmentResources[attachmentNdx]->getBuffer(), 1, &rect); in pushReadImagesToBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.h | 162 VkClearRect rect; member 1040 paramStruct->rect = rects[0]; in clearAttachments()
|
/third_party/skia/src/gpu/ops/ |
H A D | TextureOp.cpp | 131 // so a sufficiently large rect is returned even if the quad ends up batched with an op that uses 151 // Inset with pin to the rect center. in normalize_and_inset_subset() 160 // Flip top and bottom to keep the rect sorted when loaded back to SkRect. in normalize_and_inset_subset() 198 // can push all the way up to the edges of the the subset rect and the sampler shouldn't in safe_to_ignore_subset_rect() 211 // If the local quad is inset by at least 0.5 pixels into the subset rect's bounds, the in safe_to_ignore_subset_rect() 217 // The subset rect cannot be ignored safely. in safe_to_ignore_subset_rect() 331 // entry does not, this rect will equal kLargeRect, so it automatically has no effect. 434 // If subsetRect is not null it will be used to apply a strict src rect-style constraint. 450 // optimizations based on the rect and matrix when appropriate in TextureOpImpl() 600 // Check (briefly) if the subset rect i in TextureOpImpl() 1408 SkRect rect = GrTest::TestRect(random); GR_DRAW_OP_TEST_DEFINE() local [all...] |
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 1251 void onDrawRect(const SkRect& rect, const SkPaint& paint) override { 1253 path.addRect(rect);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 845 const vk::VkClearRect rect = in commandClearAttachment() local 847 { offset, extent }, // VkRect2D rect; in commandClearAttachment() 852 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in commandClearAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 770 const VkClearRect rect = { makeRect2D(m_renderSize), 0u, 1u }; in drawCommands() local 795 vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect); in drawCommands()
|
H A D | vktRenderPassTests.cpp | 2576 const VkClearRect rect = in pushRenderCommands() local 2581 }, // rect in pushRenderCommands() 2586 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in pushRenderCommands() 2603 const VkClearRect rect = in pushRenderCommands() local 2608 }, // rect in pushRenderCommands() 2616 vk.cmdClearAttachments(commandBuffer, 1u, &attachment, 1u, &rect); in pushRenderCommands() 3231 const VkBufferImageCopy rect = in pushReadImagesToBuffers() local 3246 vk.cmdCopyImageToBuffer(commandBuffer, attachmentResources[attachmentNdx]->getImage(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, attachmentResources[attachmentNdx]->getBuffer(), 1, &rect); in pushReadImagesToBuffers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 2808 if (memcmp(&old_pipe->plane_res.scl_data.viewport, &new_pipe->plane_res.scl_data.viewport, sizeof(struct rect)) in dcn10_disconnect_pipes() 2810 &new_pipe->plane_res.scl_data.viewport_c, sizeof(struct rect))) in dcn10_disconnect_pipes() 3357 const struct rect *r1 = &pipe_ctx->plane_res.scl_data.recout, *r2; in dcn10_can_pipe_disable_cursor()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 3400 D3D12_RECT rect; in dzn_CmdClearAttachments() local 3402 dzn_translate_rect(&rect, &pRects[j].rect); in dzn_CmdClearAttachments() 3408 1, &rect); in dzn_CmdClearAttachments()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 1311 if (memcmp(&old_pipe->plane_res.scl_data.viewport, &new_pipe->plane_res.scl_data.viewport, sizeof(struct rect)) in dcn20_detect_pipe_changes() 1313 &new_pipe->plane_res.scl_data.viewport_c, sizeof(struct rect))) in dcn20_detect_pipe_changes()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1568 const struct fb_fillrect rect = { in omapfb_clear_fb() local 1577 cfb_fillrect(fbi, &rect); in omapfb_clear_fb()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 1568 const struct fb_fillrect rect = { in omapfb_clear_fb() local 1577 cfb_fillrect(fbi, &rect); in omapfb_clear_fb()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 1057 vk_outarray_append_typed(VkRect2D, &out, rect) { in wsi_display_surface_get_present_rectangles() 1058 *rect = (VkRect2D) { in wsi_display_surface_get_present_rectangles()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 1887 const VkClearRect rect = in iterate() local 1892 }, // VkRect2D rect; in iterate() 1897 clearRects.push_back(rect); in iterate() 1915 }, // VkRect2D rect; in iterate() 1923 }, // VkRect2D rect; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 1755 const VkClearRect rect = in iterate() local 1760 }, // VkRect2D rect; in iterate() 1765 clearRects.push_back(rect); in iterate() 1783 }, // VkRect2D rect; in iterate() 1791 }, // VkRect2D rect; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 168 const VkClearRect rect = in commandClearStencilAttachment() local 170 { offset, extent }, // VkRect2D rect; in commandClearStencilAttachment() 175 vk.cmdClearAttachments(commandBuffer, 1u, &stencilAttachment, 1u, &rect); in commandClearStencilAttachment()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_transform.c | 264 const struct rect *view_port) in program_viewport()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 27 #include <media/v4l2-rect.h>
|