/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/LaunchImage.launchimage/ |
D | Contents.json | 6 "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/ |
D | XlibSurfaceKHR.cpp | 57 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
|
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
|
D | DirectFBSurfaceEXT.cpp | 43 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
|
D | Win32SurfaceKHR.cpp | 66 VkExtent2D extent; in getSurfaceCapabilities() local 101 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
|
D | XcbSurfaceKHR.cpp | 64 VkExtent2D extent; in getSurfaceCapabilities() local 109 const VkExtent3D &extent = image->getImage()->getExtent(); in present() local
|
D | HeadlessSurfaceKHR.cpp | 38 VkExtent2D extent{ 1280, 720 }; in getSurfaceCapabilities() local
|
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/Images.xcassets/LaunchImage.launchimage/ |
D | Contents.json | 6 "extent" : "full-screen", string 14 "extent" : "full-screen", string
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.hpp | 138 inline VkRect2D makeRect2D(const VkExtent3D& extent) in makeRect2D() 143 inline VkRect2D makeRect2D(const VkExtent2D& extent) in makeRect2D() 168 inline VkViewport makeViewport(const VkExtent3D& extent) in makeViewport() 173 inline VkViewport makeViewport(const VkExtent2D& extent) in makeViewport()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.hpp | 44 const VkExtent3D extent = {}; member in vk::Framebuffer
|
D | VkDescriptorSetLayout.cpp | 364 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/ |
D | vk_image.h | 40 VkExtent3D extent; member 105 const VkExtent3D extent = { in vk_image_mip_level_extent() local 279 VkExtent3D extent; member
|
D | vk_image.c | 255 vk_image_extent_to_elements(const struct vk_image *image, VkExtent3D extent) in vk_image_extent_to_elements() 291 VkExtent3D extent = vk_image_sanitize_extent(image, region->imageExtent); in vk_image_buffer_copy_layout() local
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | ranges.c | 182 unsigned long long extent) in lws_ranges_init()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Framebuffer.cpp | 17 …iew attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multi… in Framebuffer()
|
D | Swapchain.hpp | 53 vk::Extent2D extent; member in Swapchain
|
/third_party/typescript/tests/cases/compiler/ |
D | typeInferenceLiteralUnion.ts | 29 export function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primiti… function
|
/third_party/typescript/tests/baselines/reference/ |
D | typeInferenceLiteralUnion.js | 56 function extent(array) { function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 152 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/node/deps/v8/tools/turbolizer/src/ |
D | graph.ts | 99 const extent: [[number, number], [number, number]] = [ constant
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 228 VkExtent3D extent = {1, 1, 1}; in RunShouldImportMemoryTest() local 338 VkExtent3D extent = {1, 1, 1}; in RunShouldClearTest() local 500 VkExtent3D extent = {113, 211, 1}; in RunTextureFormatCompatChromiumTest() local 669 VkExtent3D extent = {1, 1, 1}; in RunShouldClearWithSemaphoresTest() local 907 VkExtent3D extent = {1, 1, 1}; in runShouldDrawTest() local 1058 VkExtent3D extent = {1, 1, 1}; in runWaitSemaphoresRetainsContentTest() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 109 VkExtent3D extent = dest->getMipLevelExtent(aspect, subres.mipLevel); in clear() local 256 VkExtent3D extent = dest->getMipLevelExtent(aspect, subres.mipLevel); in fastClear() local 1976 VkExtent2D extent = src->getMipLevelExtent(0, VK_IMAGE_ASPECT_DEPTH_BIT); in resolveDepth() local 2007 VkExtent2D extent = src->getMipLevelExtent(0, VK_IMAGE_ASPECT_STENCIL_BIT); in resolveStencil() local 2143 auto extent = src->getExtent(); in fastResolve() local 2224 VkExtent3D extent = src->getExtent(); in copy() local 2354 VkExtent3D extent = image->getMipLevelExtent(aspect, subresource.mipLevel); in updateBorders() local 2390 VkExtent3D extent = image->getMipLevelExtent(aspect, srcSubresource.mipLevel); in copyCubeEdge() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.cpp | 57 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 98 const uint64_t extent = 96 * 1024; in disassemble() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | SwapChainVk.h | 61 VkExtent2D extent; member
|