Home
last modified time | relevance | path

Searched refs:imageLayerSize (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTexture.cpp84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() argument
85 : m_layerSize (imageLayerSize) in Texture()
DvktImageTexture.hpp38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp84 …Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() argument
85 : m_layerSize (imageLayerSize) in Texture()
DvktImageTexture.hpp38 …Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, const in…
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp622 VkDeviceSize imageLayerSize = getLayerSize(aspect); in copy() local
623 VkDeviceSize srcLayerSize = bufferIsSource ? bufferSlicePitchBytes : imageLayerSize; in copy()
624 VkDeviceSize dstLayerSize = bufferIsSource ? imageLayerSize : bufferSlicePitchBytes; in copy()