Home
last modified time | relevance | path

Searched refs:memoryRowLength (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp313 0, // uint32_t memoryRowLength; in copyMemoryToImage()
793 0u, // uint32_t memoryRowLength; in iterate()
819 0, // uint32_t memoryRowLength; in iterate()
921 const deUint32 memoryRowLength = (mipImageSize.width + m_parameters.padding); in iterate() local
942 memoryRowLength, // uint32_t memoryRowLength; in iterate()
1416 0u, // uint32_t memoryRowLength; in iterate()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h14880 uint32_t memoryRowLength; member
14891 uint32_t memoryRowLength; member
H A Dvulkan_hash.hpp2645 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.memoryRowLength );
2709 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.memoryRowLength );
H A Dvulkan_structs.hpp18423 , memoryRowLength( memoryRowLength_ )
18462 memoryRowLength = memoryRowLength_;
18517 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent );
18529 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer == rhs.pHostPointer ) && ( memoryRowLength == rhs.memoryRowLength ) &&
18545 uint32_t memoryRowLength = {}; member
19071 , memoryRowLength( memoryRowLength_ )
19110 memoryRowLength = memoryRowLength_;
19165 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent );
19177 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer == rhs.pHostPointer ) && ( memoryRowLength
19193 uint32_t memoryRowLength = {}; global() member
[all...]

Completed in 111 milliseconds