/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A 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()
|
H A D | XlibSurfaceKHR.cpp | 70 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage() 104 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
H A D | DirectFBSurfaceEXT.cpp | 56 const VkExtent3D &extent = image->getImage()->getExtent(); in attachImage()
|
H A D | Win32SurfaceKHR.cpp | 101 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
H A D | XcbSurfaceKHR.cpp | 109 const VkExtent3D &extent = image->getImage()->getExtent(); in present()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | StreamingMemoryObject.cpp | 25 uint64_t getExtent() const override { return LastChar - FirstChar; } 78 uint64_t StreamingMemoryObject::getExtent() const { in getExtent() function in llvm::StreamingMemoryObject
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MemoryObject.h | 22 /// to return the right result, getExtent must also wait for all the data to 33 /// the highest valid address of the region is getExtent() - 1). 36 virtual uint64_t getExtent() const = 0;
|
H A D | StreamingMemoryObject.h | 28 uint64_t getExtent() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
H A D | MemoryObject.h | 22 /// to return the right result, getExtent must also wait for all the data to 33 /// the highest valid address of the region is getExtent() - 1). 36 virtual uint64_t getExtent() const = 0;
|
H A D | StreamingMemoryObject.h | 28 uint64_t getExtent() const override;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.hpp | 39 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Framebuffer
|
H A D | VkImage.hpp | 88 const VkExtent3D &getExtent() const { return extent; } in getExtent() function in vk::Image
|
H A D | VkDeviceMemoryExternalAndroid.cpp | 247 VkExtent3D extent = image->getExtent(); in allocateAndroidHardwareBuffer()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Swapchain.hpp | 42 vk::Extent2D getExtent() const in getExtent() function in Swapchain
|
H A D | DrawTester.cpp | 196 framebuffers[i].reset(new Framebuffer(device, physicalDevice, swapchain->getImageView(i), swapchain->colorFormat, renderPass, swapchain->getExtent(), multisample)); in createFramebuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 378 VkExtent3D getExtent () in getExtent() function 391 const auto extent = getExtent(); in iterate() 648 const auto extent = getExtent(); in createMeshShaderApiTests()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 381 VkExtent3D getExtent () in getExtent() function 410 const auto extent = getExtent(); in iterate() 707 const auto extent = getExtent(); in createMeshShaderApiTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTests.cpp | 378 VkExtent3D getExtent () in getExtent() function 391 const auto extent = getExtent(); in iterate() 648 const auto extent = getExtent(); in createMeshShaderApiTests()
|
H A D | vktMeshShaderApiTestsEXT.cpp | 381 VkExtent3D getExtent () in getExtent() function 410 const auto extent = getExtent(); in iterate() 707 const auto extent = getExtent(); in createMeshShaderApiTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 368 VkExtent3D getExtent (void) const { return m_extent; } in getExtent() function in vk::__anon27739::Image 464 hwbufferDesc.width = image->getExtent().width; in findOrCreateHwBuffer() 465 hwbufferDesc.height = image->getExtent().height; in findOrCreateHwBuffer() 1244 requirements->size = getCompressedImageDataSize(image->getFormat(), image->getExtent()); in getImageMemoryRequirements() 1246 requirements->size = getYCbCrImageDataSize(image->getFormat(), image->getExtent()); in getImageMemoryRequirements() 1248 requirements->size = getPackedImageDataSize(image->getFormat(), image->getExtent(), image->getSamples()); in getImageMemoryRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.cpp | 71 inline tcu::IVec3 getExtent (void) { return tcu::IVec3(1, 1, 1); } in getExtent() function 306 const auto imageExtent = makeExtent3D(getExtent()); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 435 const VkExtent2D imageExtent = frame.pDecodedImage->getExtent(); in iterateSingleFrame() 520 const VkExtent2D imageExtent = frame.pDecodedImage->getExtent(); in iterateDoubleFrame() 611 const VkExtent2D imageExtent = frame.pDecodedImage->getExtent(); in iterateMultipleFrame() 993 const VkExtent2D imageExtent = frame.pDecodedImage->getExtent();
|
H A D | vktVideoBaseDecodeUtils.hpp | 82 VkExtent2D getExtent (void) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 78 VkExtent3D getExtent (void) in getExtent() function 119 const auto extent = getExtent(); in BindVertexBuffersData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 76 VkExtent3D getExtent (void) in getExtent() function 117 const auto extent = getExtent(); in BindVertexBuffersData()
|