/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 74 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() 91 const VkExtent3D &extent = image->getImage()->getExtent(); in detachImage() 106 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
D | XlibSurfaceKHR.cpp | 70 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() 104 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
D | DirectFBSurfaceEXT.cpp | 56 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage()
|
D | XcbSurfaceKHR.cpp | 109 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
D | Win32SurfaceKHR.cpp | 101 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
D | MetalSurface.mm | 169 const VkExtent3D &extent = image->getImage()->getExtent();
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | StreamingMemoryObject.cpp | 25 uint64_t getExtent() const override { return LastChar - FirstChar; } in getExtent() function in __anond12d37ec0111::RawMemoryObject 78 uint64_t StreamingMemoryObject::getExtent() const { in getExtent() function in llvm::StreamingMemoryObject
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
D | MemoryObject.h | 36 virtual uint64_t getExtent() const = 0;
|
D | StreamingMemoryObject.h | 28 uint64_t getExtent() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MemoryObject.h | 36 virtual uint64_t getExtent() const = 0;
|
D | StreamingMemoryObject.h | 28 uint64_t getExtent() const override;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Swapchain.hpp | 42 vk::Extent2D getExtent() const in getExtent() function in Swapchain
|
D | DrawTester.cpp | 196 …pchain->getImageView(i), swapchain->colorFormat, renderPass, swapchain->getExtent(), multisample)); in createFramebuffers()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.hpp | 39 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Framebuffer
|
D | VkImage.hpp | 88 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Image
|
D | VkDeviceMemoryExternalAndroid.cpp | 247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer()
|
D | VkCommandBuffer.cpp | 510 executionState.renderPassFramebuffer->getExtent(), in draw()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 354 VkExtent3D getExtent (void) const { return m_extent; } in getExtent() function in vk::__anon0893aa7b0111::Image 448 hwbufferDesc.width = image->getExtent().width; in findOrCreateHwBuffer() 449 hwbufferDesc.height = image->getExtent().height; in findOrCreateHwBuffer() 1263 requirements->size = getCompressedImageDataSize(image->getFormat(), image->getExtent()); in getImageMemoryRequirements() 1265 requirements->size = getYCbCrImageDataSize(image->getFormat(), image->getExtent()); in getImageMemoryRequirements() 1267 …requirements->size = getPackedImageDataSize(image->getFormat(), image->getExtent(), image->getSamp… in getImageMemoryRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderApiTests.cpp | 387 VkExtent3D getExtent () in getExtent() function 400 const auto extent = getExtent(); in iterate() 657 const auto extent = getExtent(); in createMeshShaderApiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 73 VkExtent3D getExtent (void) in getExtent() function 115 const auto extent = getExtent(); in BindVertexBuffersData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 59 VkExtent3D getExtent () in getExtent() function 538 const auto extent = getExtent(); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 2111 if(region.extent != src->getExtent() || in fastResolve() 2112 region.extent != dst->getExtent() || in fastResolve() 2143 auto extent = src->getExtent(); in fastResolve() 2224 VkExtent3D extent = src->getExtent(); in copy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 3309 if (InputStreamFile.getBitcodeBytes().getExtent() % 4 != 0) { in translate()
|