Searched refs:memoryBindIndex (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 430 0u, // deUint32 memoryBindIndex; in getAndBindVideoSessionMemory() 447 const deUint32 memoryBindIndex = videoSessionMemoryRequirements[ndx].memoryBindIndex; in getAndBindVideoSessionMemory() local 454 memoryBindIndex, // deUint32 memoryBindIndex; in getAndBindVideoSessionMemory()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_beta.h | 169 uint32_t memoryBindIndex; member 176 uint32_t memoryBindIndex; member
|
H A D | vulkan_structs.hpp | 73772 uint32_t memoryBindIndex = {}; global() member 79165 uint32_t memoryBindIndex = {}; global() member [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_beta.h | 180 uint32_t memoryBindIndex; member 187 uint32_t memoryBindIndex; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_beta.h | 169 uint32_t memoryBindIndex; member 176 uint32_t memoryBindIndex; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 2481 decodeSessionBindMemory[memIdx].memoryBindIndex = decodeSessionMemoryRequirements[memIdx].memoryBindIndex;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 8103 uint32_t memoryBindIndex; member 8110 uint32_t memoryBindIndex; member
|
H A D | vulkan_hash.hpp | 1637 VULKAN_HPP_HASH_COMBINE( seed, bindVideoSessionMemoryInfoKHR.memoryBindIndex ); 16278 VULKAN_HPP_HASH_COMBINE( seed, videoSessionMemoryRequirementsKHR.memoryBindIndex );
|
H A D | vulkan_structs.hpp | 10094 , memoryBindIndex( memoryBindIndex_ ) 10126 memoryBindIndex = memoryBindIndex_; 10172 return std::tie( sType, pNext, memoryBindIndex, memory, memoryOffset, memorySize ); 10184 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( memoryBindIndex == rhs.memoryBindIndex ) && ( memory == rhs.memory ) && 10198 uint32_t memoryBindIndex = {}; member [all...] |
Completed in 176 milliseconds