Home
last modified time | relevance | path

Searched refs:extent (Results 376 - 400 of 437) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp992 m_scissor.extent.width = colorImageExtent.width; in addPipelineInfo()
993 m_scissor.extent.height = colorImageExtent.height; in addPipelineInfo()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferZeroInitTests.cpp1209 wgpu::Extent3D extent = {vertexBufferSize, 1, 1}; in TEST_P() local
1210 encoder.CopyTextureToBuffer(&zeroTextureSrc, &dst, &extent); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp434 kFramebufferExtent, // VkExtent3D extent; in iterate()
455 kFramebufferExtent, // VkExtent3D extent; in iterate()
1429 const VkExtent3D extent { m_params.width, m_params.height, 1u }; in createFramebuffer()
1449 extent, // VkExtent3D extent; in createFramebuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp835 const vk::VkExtent2D extent = vk::makeExtent2D(StateObjects::WIDTH, StateObjects::HEIGHT); in commandClearAttachment() local
847 { offset, extent }, // VkRect2D rect; in commandClearAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp273 const VkExtent3D extent = makeExtent3D(m_params.size.x(), m_params.size.y(), 1u); in iterate() local
284 extent, // extent in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp163 VkExtent3D extent, in createImage()
192 extent, in createImage()
158 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout, TestSeparateUsage separateStencilUsage) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp992 m_scissor.extent.width = colorImageExtent.width; in addPipelineInfo()
993 m_scissor.extent.height = colorImageExtent.height; in addPipelineInfo()
/third_party/glfw/deps/glad/
H A Dvulkan.h2032 VkExtent2D extent; member
2890 VkExtent3D extent; member
2938 VkExtent3D extent; member
2982 VkExtent3D extent; member
3006 VkExtent3D extent; member
4552 VkExtent3D extent; member
4582 VkExtent3D extent; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1592 VkExtent2D extent; member
2086 VkExtent3D extent; member
2598 VkExtent3D extent; member
2606 VkExtent3D extent; member
5610 VkExtent2D extent; member
6343 VkExtent3D extent; member
6416 VkExtent3D extent; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2017 uint32_t max_x = min_x + scissor->extent.width - 1; in tu6_emit_scissor()
2018 uint32_t max_y = min_y + scissor->extent.height - 1; in tu6_emit_scissor()
2020 if (!scissor->extent.width || !scissor->extent.height) { in tu6_emit_scissor()
H A Dtu_cmd_buffer.c416 if (render_area->extent.width == 0 || in tu6_emit_blit_scissor()
417 render_area->extent.height == 0) in tu6_emit_blit_scissor()
422 uint32_t x2 = x1 + render_area->extent.width - 1; in tu6_emit_blit_scissor()
423 uint32_t y2 = y1 + render_area->extent.height - 1; in tu6_emit_blit_scissor()
589 if (cmd->state.render_area.extent.width == 0 || in use_sysmem_rendering()
590 cmd->state.render_area.extent.height == 0) in use_sysmem_rendering()
H A Dtu_device.c2694 pRenderingInfo->renderArea.extent.width; in tu_setup_dynamic_framebuffer()
2696 pRenderingInfo->renderArea.extent.height; in tu_setup_dynamic_framebuffer()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2327 VkExtent2D extent; member
2782 VkExtent3D extent; member
2877 VkExtent3D extent; member
3397 VkExtent3D extent; member
3405 VkExtent3D extent; member
6763 VkExtent2D extent; member
8140 VkExtent3D extent; member
8213 VkExtent3D extent; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp6000 , extent( extent_ ) in extent() function
6025 extent = extent_;
6045 return ( offset == rhs.offset ) && ( extent == rhs.extent );
6056 VULKAN_HPP_NAMESPACE::Extent2D extent = {}; member
7250 , extent( extent_ )
7287 extent = extent_;
7325 return ( subresource == rhs.subresource ) && ( offset == rhs.offset ) && ( extent == rhs.extent ) &&
7338 VULKAN_HPP_NAMESPACE::Extent3D extent member
13688 , extent( extent_ ) extent() function
13779 VULKAN_HPP_NAMESPACE::Extent3D extent = {}; global() member
20901 VULKAN_HPP_NAMESPACE::Extent3D extent = {}; global() member
30484 , extent( extent_ ) extent() function
30565 VULKAN_HPP_NAMESPACE::Extent3D extent = {}; global() member
31615 , extent( extent_ ) extent() function
31697 VULKAN_HPP_NAMESPACE::Extent3D extent = {}; global() member
31723 , extent( extent_ ) extent() function
31814 VULKAN_HPP_NAMESPACE::Extent3D extent = {}; global() member
62848 VULKAN_HPP_NAMESPACE::Extent2D extent = {}; global() member
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3065 .extent = {width, height, 1}, in radv_device_init_vrs_state()
4831 VkExtent3D bind_extent = bind->pBinds[i].extent; in radv_sparse_image_bind_memory()
6150 return iview->vk.view_type == VK_IMAGE_VIEW_TYPE_3D ? iview->extent.depth in radv_surface_max_layer_count()
6450 ? (iview->extent.depth - 1) in radv_initialise_color_surface()
6453 vk_format_get_plane_width(iview->image->vk.format, iview->plane_id, iview->extent.width); in radv_initialise_color_surface()
6455 vk_format_get_plane_height(iview->image->vk.format, iview->plane_id, iview->extent.height); in radv_initialise_color_surface()
H A Dradv_cmd_buffer.c1696 radeon_emit(cmd_buffer->cs, S_028214_BR_X(rect.offset.x + rect.extent.width) | in radv_emit_discard_rectangle()
1697 S_028214_BR_Y(rect.offset.y + rect.extent.height)); in radv_emit_discard_rectangle()
6414 VkExtent2D extent = { in radv_cmd_buffer_begin_subpass() local
6428 radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, &htile_buffer, true); in radv_cmd_buffer_begin_subpass()
6442 VkExtent2D extent = { in radv_cmd_buffer_begin_subpass() local
6448 radv_copy_vrs_htile(cmd_buffer, vrs_iview->image, &extent, ds_image, htile_buffer, false); in radv_cmd_buffer_begin_subpass()
9152 unsigned w = pRenderingInfo->renderArea.offset.x + pRenderingInfo->renderArea.extent.width; in radv_CmdBeginRendering()
9153 unsigned h = pRenderingInfo->renderArea.offset.y + pRenderingInfo->renderArea.extent.height; in radv_CmdBeginRendering()
9160 w = MIN2(w, iview->extent.width); in radv_CmdBeginRendering()
9161 h = MIN2(h, iview->extent in radv_CmdBeginRendering()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h3677 return MAX2(image->vk.array_layers, image->vk.extent.depth >> miplevel); in anv_image_aux_layers()
3740 offset += anv_minify(image->vk.extent.depth, l) * 4; in anv_image_get_compression_state_addr()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h365 size += vn_sizeof_VkExtent3D(&val->extent); in vn_sizeof_VkImageCreateInfo_self()
453 vn_encode_VkExtent3D(enc, &val->extent); in vn_encode_VkImageCreateInfo_self()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp72 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo()
158 const VkExtent2D& extent, in commandClearStencilAttachment()
170 { offset, extent }, // VkRect2D rect; in commandClearStencilAttachment()
1404 makeExtent3D(renderSize.x(), renderSize.y(), 1), // VkExtent3D extent;
1433 makeExtent3D(renderSize.x(), renderSize.y(), 1), // VkExtent3D extent;
2086 makeExtent3D(renderSize.x(), renderSize.y(), 1), // VkExtent3D extent;
2116 makeExtent3D(renderSize.x(), renderSize.y(), 1), // VkExtent3D extent;
155 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs383 pub fn extent(&self) -> CXSourceRange { in extent() functions
892 let range = cursor.extent();
933 /// A raw clang token, that exposes only kind, spelling, and extent. This is a
935 /// string and extent.
939 /// The extent of the token. This is the same as the relevant member from
941 pub extent: CXSourceRange,
1001 let extent = clang_getTokenExtent(self.tu, *raw); in next()
1004 extent, in next()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp234 extent = _extent; in ImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp281 rect.extent, in getUpdatedRects()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp234 extent = _extent; in ImageCreateInfo()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsOpaqueFD.cpp66 createInfo.extent = {width, height, 1}; in CreateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp281 rect.extent, in getUpdatedRects()

Completed in 204 milliseconds

1...<<1112131415161718