Home
last modified time | relevance | path

Searched refs:rect (Results 1376 - 1400 of 1461) sorted by relevance

1...<<515253545556575859

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2005 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 Drcar-v4l2.c18 #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 Dnv50_state_validate.c302 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 Dgraphics_pipeline.cc861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c1003 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 DvktQueryPoolOcclusionTests.cpp845 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 DvktRenderPassLoadStoreOpNoneTests.cpp768 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 DvktRenderPassTests.cpp2590 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 DSecondaryCommandBuffer.h162 VkClearRect rect; member
1040 paramStruct->rect = rects[0]; in clearAttachments()
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp131 // 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 DTestSVGTypeface.cpp1251 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 DvktQueryPoolOcclusionTests.cpp845 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 DvktRenderPassLoadStoreOpNoneTests.cpp770 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 DvktRenderPassTests.cpp2576 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 Ddcn10_hw_sequencer.c2808 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 Ddzn_cmd_buffer.c3400 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 Ddcn20_hwseq.c1311 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 Domapfb-main.c1568 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 Domapfb-main.c1568 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 Dwsi_common_display.c1057 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 DvktApiImageClearingTests.cpp1887 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 DvktApiImageClearingTests.cpp1755 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 DvktFragmentOperationsEarlyFragmentTests.cpp168 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 Ddce_transform.c264 const struct rect *view_port) in program_viewport()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c27 #include <media/v4l2-rect.h>

Completed in 85 milliseconds

1...<<515253545556575859