Home
last modified time | relevance | path

Searched refs:getExtent (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp74 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()
DXlibSurfaceKHR.cpp70 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage()
104 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
DDirectFBSurfaceEXT.cpp56 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage()
DXcbSurfaceKHR.cpp109 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
DWin32SurfaceKHR.cpp101 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
DMetalSurface.mm169 const VkExtent3D &extent = image->getImage()->getExtent();
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp25 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/
DMemoryObject.h36 virtual uint64_t getExtent() const = 0;
DStreamingMemoryObject.h28 uint64_t getExtent() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemoryObject.h36 virtual uint64_t getExtent() const = 0;
DStreamingMemoryObject.h28 uint64_t getExtent() const override;
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DSwapchain.hpp42 vk::Extent2D getExtent() const in getExtent() function in Swapchain
DDrawTester.cpp196 …pchain->getImageView(i), swapchain->colorFormat, renderPass, swapchain->getExtent(), multisample)); in createFramebuffers()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.hpp39 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Framebuffer
DVkImage.hpp88 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Image
DVkDeviceMemoryExternalAndroid.cpp247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer()
DVkCommandBuffer.cpp510 executionState.renderPassFramebuffer->getExtent(), in draw()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp354 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/
DvktMeshShaderApiTests.cpp387 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/
DvktDynamicStateComputeTests.cpp73 VkExtent3D getExtent (void) in getExtent() function
115 const auto extent = getExtent(); in BindVertexBuffersData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp59 VkExtent3D getExtent () in getExtent() function
538 const auto extent = getExtent(); in iterate()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2111 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/
DPNaClTranslator.cpp3309 if (InputStreamFile.getBitcodeBytes().getExtent() % 4 != 0) { in translate()