| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | DisplaySurfaceKHR.cpp | 207 VkExtent2D extent = { width, height }; in getSurfaceCapabilities() local
|
| H A D | WaylandSurfaceKHR.cpp | 74 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 D | vktSparseResourcesImageAlignedMipSize.cpp | 224 VkExtent3D extent; in iterate() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | swapchain_vk.cpp | 176 void ClampSwapchainExtent(const VkSurfaceCapabilitiesKHR& surfaceCapabilities, VkExtent2D& extent) in ClampSwapchainExtent() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | type_traits.h | 75 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 D | radv_meta_copy_vrs_htile.c | 212 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 D | vk_image.c | 255 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 D | vk_image.h | 40 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 D | pan_cs.h | 106 } extent; member
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkTypeUtil.hpp | 146 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 D | vktDynamicStateClearTests.cpp | 307 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 D | vktImageTransfer.cpp | 167 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 D | vktMultiViewRenderUtil.cpp | 112 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 D | vktPipelineMultisampleTestsUtil.cpp | 356 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 D | vktDynamicStateClearTests.cpp | 306 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 D | vktImageTransfer.cpp | 162 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 D | VkDescriptorSetLayout.cpp | 364 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 D | VkDeviceMemoryExternalAndroid.cpp | 247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer() local
|
| H A D | VkImage.hpp | 148 VkExtent3D extent = { 0, 0, 0 }; member in vk::Image
|
| H A D | VkImageView.cpp | 357 VkExtent3D extent = image->getMipLevelExtent(static_cast<VkImageAspectFlagBits>(subresourceRange.aspectMask), in getDepthOrLayerCount() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandBuffer.cpp | 77 Extent3D extent = texture->GetMipLevelPhysicalSize(mipLevel); in IsCompleteSubresourceCopiedTo() local
|
| /third_party/skia/tools/sk_app/ |
| H A D | VulkanWindowContext.cpp | 189 VkExtent2D extent = caps.currentExtent; in createSwapchain() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
| H A D | vktMultiViewRenderUtil.cpp | 112 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 D | vktPipelineMultisampleTestsUtil.cpp | 356 deUint32 getImageMaxMipLevels (const VkImageFormatProperties& imageFormatProperties, const VkExtent3D& extent) in getImageMaxMipLevels() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | grid_layout_manager.cpp | 66 double extent = itemExtent_.Value(); in MakeInnerLayoutParam() local
|