Home
last modified time | relevance | path

Searched defs:extent (Results 1 – 25 of 221) sorted by relevance

123456789

/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/LaunchImage.launchimage/
DContents.json6 "extent" : "full-screen", string
14 "extent" : "full-screen", string
21 "extent" : "full-screen", string
28 "extent" : "full-screen", string
35 "extent" : "full-screen", string
42 "extent" : "full-screen", string
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXlibSurfaceKHR.cpp57 VkExtent2D extent = { static_cast<uint32_t>(attr.width), static_cast<uint32_t>(attr.height) }; in getSurfaceCapabilities() local
70 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() local
104 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
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
DDirectFBSurfaceEXT.cpp43 VkExtent2D extent = { static_cast<uint32_t>(width), static_cast<uint32_t>(height) }; in getSurfaceCapabilities() local
56 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() local
DWin32SurfaceKHR.cpp66 VkExtent2D extent; in getSurfaceCapabilities() local
101 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
DXcbSurfaceKHR.cpp64 VkExtent2D extent; in getSurfaceCapabilities() local
109 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
DHeadlessSurfaceKHR.cpp38 VkExtent2D extent{ 1280, 720 }; in getSurfaceCapabilities() local
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/Images.xcassets/LaunchImage.launchimage/
DContents.json6 "extent" : "full-screen", string
14 "extent" : "full-screen", string
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp146 inline VkRect2D makeRect2D(const VkExtent3D& extent) in makeRect2D()
151 inline VkRect2D makeRect2D(const VkExtent2D& extent) in makeRect2D()
176 inline VkViewport makeViewport(const VkExtent3D& extent) in makeViewport()
181 inline VkViewport makeViewport(const VkExtent2D& extent) in makeViewport()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp72 VkExtent3D extent = {1, 1, 1}; in TEST_P() local
138 VkExtent3D extent = {1, 1, 1}; in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeTestsUtil.cpp35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp35 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.hpp44 const VkExtent3D extent = {}; member in vk::Framebuffer
DVkDescriptorSetLayout.cpp364 const auto &extent = imageView->getMipLevelExtent(0); in WriteDescriptorSet() local
392 VkExtent2D extent = imageView->getMipLevelExtent(0); in WriteDescriptorSet() local
431 VkExtent2D extent = imageView->getMipLevelExtent(level); in WriteDescriptorSet() local
456 const auto &extent = imageView->getMipLevelExtent(0); in WriteDescriptorSet() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_image.h40 VkExtent3D extent; member
105 const VkExtent3D extent = { in vk_image_mip_level_extent() local
279 VkExtent3D extent; member
/third_party/libwebsockets/lib/roles/http/server/
Dranges.c182 unsigned long long extent) in lws_ranges_init()
/third_party/typescript/tests/cases/compiler/
DtypeInferenceLiteralUnion.ts29 export function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primiti… function
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DFramebuffer.cpp17 …iew attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multi… in Framebuffer()
DSwapchain.hpp53 vk::Extent2D extent; member in Swapchain
/third_party/typescript/tests/baselines/reference/
DtypeInferenceLiteralUnion.js56 function extent(array) { function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
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 = extents[extentIdx]; in createTransferQueueImageTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
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 = extents[extentIdx]; in createTransferQueueImageTests() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandBuffer.cpp43 Extent3D extent = texture->GetMipLevelPhysicalSize(mipLevel); in IsCompleteSubresourceCopiedTo() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp152 deUint32 computeMipMapCount (const VkExtent3D& extent) in computeMipMapCount()
157 deUint32 computeImageSize (const VkExtent3D& extent, in computeImageSize()
201 const VkExtent3D& extent, in createImageAndBind()
523 const VkExtent3D& extent, in createFrameBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp152 deUint32 computeMipMapCount (const VkExtent3D& extent) in computeMipMapCount()
157 deUint32 computeImageSize (const VkExtent3D& extent, in computeImageSize()
201 const VkExtent3D& extent, in createImageAndBind()
523 const VkExtent3D& extent, in createFrameBuffer()

123456789