Searched refs:imageLayerSize (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTexture.cpp | 84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() argument 85 : m_layerSize (imageLayerSize) in Texture()
|
D | vktImageTexture.hpp | 38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTexture.cpp | 84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() argument 85 : m_layerSize (imageLayerSize) in Texture()
|
D | vktImageTexture.hpp | 38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in…
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 622 VkDeviceSize imageLayerSize = getLayerSize(aspect); in copy() local 623 VkDeviceSize srcLayerSize = bufferIsSource ? bufferSlicePitchBytes : imageLayerSize; in copy() 624 VkDeviceSize dstLayerSize = bufferIsSource ? imageLayerSize : bufferSlicePitchBytes; in copy()
|