Home
last modified time | relevance | path

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 DvktVideoTestUtils.cpp430 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 Dvulkan_beta.h169 uint32_t memoryBindIndex; member
176 uint32_t memoryBindIndex; member
H A Dvulkan_structs.hpp73772 uint32_t memoryBindIndex = {}; global() member
79165 uint32_t memoryBindIndex = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h180 uint32_t memoryBindIndex; member
187 uint32_t memoryBindIndex; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h169 uint32_t memoryBindIndex; member
176 uint32_t memoryBindIndex; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2481 decodeSessionBindMemory[memIdx].memoryBindIndex = decodeSessionMemoryRequirements[memIdx].memoryBindIndex;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8103 uint32_t memoryBindIndex; member
8110 uint32_t memoryBindIndex; member
H A Dvulkan_hash.hpp1637 VULKAN_HPP_HASH_COMBINE( seed, bindVideoSessionMemoryInfoKHR.memoryBindIndex );
16278 VULKAN_HPP_HASH_COMBINE( seed, videoSessionMemoryRequirementsKHR.memoryBindIndex );
H A Dvulkan_structs.hpp10094 , 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