Home
last modified time | relevance | path

Searched defs:extent (Results 26 - 50 of 220) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp207 VkExtent2D extent = { width, height }; in getSurfaceCapabilities() local
H A DWaylandSurfaceKHR.cpp74 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() local
91 const VkExtent3D &extent = image->getImage()->getExtent(); in detachImage() local
106 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp224 VkExtent3D extent; in iterate() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp176 void ClampSwapchainExtent(const VkSurfaceCapabilitiesKHR& surfaceCapabilities, VkExtent2D& extent) in ClampSwapchainExtent() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h75 struct extent : integral_constant<size_t, 0> {}; struct
78 struct extent<T[], 0> : integral_constant<size_t, 0> {}; struct
81 struct extent<T[], N> : extent<T, N - 1> {}; struct
84 struct extent<T[I], 0> : integral_constant<size_t, I> {}; struct
87 struct extent<T[I], N> : extent<T, N - 1> {}; struct
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c212 radv_copy_vrs_htile(struct radv_cmd_buffer *cmd_buffer, struct radv_image *vrs_image, VkExtent2D *extent, struct radv_image *dst_image, struct radv_buffer *htile_buffer, bool read_htile_value) radv_copy_vrs_htile() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c255 vk_image_extent_to_elements(const struct vk_image *image, VkExtent3D extent) in vk_image_extent_to_elements() argument
291 VkExtent3D extent = vk_image_sanitize_extent(image, region->imageExtent); vk_image_buffer_copy_layout() local
[all...]
H A Dvk_image.h40 VkExtent3D extent; member
105 const VkExtent3D extent = { in vk_image_mip_level_extent() local
279 VkExtent3D extent; global() member
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h106 } extent; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.hpp146 inline VkRect2D makeRect2D(const VkExtent3D& extent) in makeRect2D() argument
151 inline VkRect2D makeRect2D(const VkExtent2D& extent) in makeRect2D() argument
176 inline VkViewport makeViewport(const VkExtent3D& extent) in makeViewport() argument
181 makeViewport(const VkExtent2D& extent) makeViewport() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp307 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
367 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp167 vk::VkExtent3D extent = { m_params.dimensions.width, m_params.dimensions.height, depth }; in iterate() local
309 VkExtent3D extent; in createTransferQueueImageTests() member
459 const auto &extent in createTransferQueueImageTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp356 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) in getImageMaxMipLevels() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp306 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
366 const vk::VkExtent3D extent = { WIDTH, HEIGHT, 1 }; in command() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp162 vk::VkExtent3D extent = { m_params.dimensions.width, m_params.dimensions.height, depth }; in iterate() local
300 VkExtent3D extent; in createTransferQueueImageTests() member
444 const auto &extent in createTransferQueueImageTests() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp364 const auto &extent = imageView->getMipLevelExtent(0); local
392 VkExtent2D extent = imageView->getMipLevelExtent(0); local
431 VkExtent2D extent = imageView->getMipLevelExtent(level); local
456 const auto &extent variable
[all...]
H A DVkDeviceMemoryExternalAndroid.cpp247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer() local
H A DVkImage.hpp148 VkExtent3D extent = { 0, 0, 0 }; member in vk::Image
H A DVkImageView.cpp357 VkExtent3D extent = image->getMipLevelExtent(static_cast<VkImageAspectFlagBits>(subresourceRange.aspectMask), in getDepthOrLayerCount() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandBuffer.cpp77 Extent3D extent = texture->GetMipLevelPhysicalSize(mipLevel); in IsCompleteSubresourceCopiedTo() local
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp189 VkExtent2D extent = caps.currentExtent; in createSwapchain() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp356 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) in getImageMaxMipLevels() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp66 double extent = itemExtent_.Value(); in MakeInnerLayoutParam() local

Completed in 17 milliseconds

123456789