Home
last modified time | relevance | path

Searched refs:memoryBindIndex (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.cpp447 const deUint32 memoryBindIndex = videoSessionMemoryRequirements[ndx].memoryBindIndex; in getAndBindVideoSessionMemory() local
454 memoryBindIndex, // deUint32 memoryBindIndex; in getAndBindVideoSessionMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.cpp447 const deUint32 memoryBindIndex = videoSessionMemoryRequirements[ndx].memoryBindIndex; in getAndBindVideoSessionMemory() local
454 memoryBindIndex, // deUint32 memoryBindIndex; in getAndBindVideoSessionMemory()
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h169 uint32_t memoryBindIndex; member
176 uint32_t memoryBindIndex; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h169 uint32_t memoryBindIndex; member
176 uint32_t memoryBindIndex; member
Dvulkan_structs.hpp73691 : memoryBindIndex( memoryBindIndex_ )
73721 memoryBindIndex = memoryBindIndex_; in setMemoryBindIndex()
73759 …rn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( memoryBindIndex == rhs.memoryBindIndex ) … in operator ==()
73772 uint32_t memoryBindIndex = {}; member
79096 : memoryBindIndex( memoryBindIndex_ )
79125 memoryBindIndex = memoryBindIndex_; in setMemoryBindIndex()
79152 …rn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( memoryBindIndex == rhs.memoryBindIndex ) … in operator ==()
79165 uint32_t memoryBindIndex = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h180 uint32_t memoryBindIndex; member
187 uint32_t memoryBindIndex; member
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_queue.adoc210 uint32_t memoryBindIndex;
215 `memoryBindIndex` is a unique identifier of the corresponding memory binding and can have any value…
235 uint32_t memoryBindIndex;
760 .memoryBindIndex = memReqs[i].memoryBindIndex,
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideocoding.adoc1559 * pname:memoryBindIndex is the index of the memory binding.
1562 specified by pname:memoryBindIndex are returned.
1587 * If the pname:memoryBindIndex member of the element of
1589 pname:memoryBindIndex member of one of the elements returned in
1604 pname:memoryBindIndex member of any element of
1607 * [[VUID-vkBindVideoSessionMemoryKHR-memoryBindIndex-07196]]
1608 The pname:memoryBindIndex member of each element of
1646 * pname:memoryBindIndex is the memory binding index to bind memory to.
1648 session's memory binding with index pname:memoryBindIndex.
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6418 uint32_t memoryBindIndex; member
6426 uint32_t memoryBindIndex; member
DvkVulkan_c.inl9055 deUint32 memoryBindIndex; member
9062 deUint32 memoryBindIndex; member
DvkStrUtilImpl.inl13674 s << "\tmemoryBindIndex = " << value.memoryBindIndex << '\n';
13685 s << "\tmemoryBindIndex = " << value.memoryBindIndex << '\n';
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp9500 , memoryBindIndex( memoryBindIndex_ )
9532 memoryBindIndex = memoryBindIndex_; in setMemoryBindIndex()
9578 return std::tie( sType, pNext, memoryBindIndex, memory, memoryOffset, memorySize ); in reflect()
9590 …rn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( memoryBindIndex == rhs.memoryBindIndex ) … in operator ==()
9604 uint32_t memoryBindIndex = {}; member
108314 , memoryBindIndex( memoryBindIndex_ )
108353 return std::tie( sType, pNext, memoryBindIndex, memoryRequirements ); in reflect()
108365 …rn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( memoryBindIndex == rhs.memoryBindIndex ) … in operator ==()
108378 uint32_t memoryBindIndex = {}; member
Dvulkan_core.h8030 uint32_t memoryBindIndex; member
8037 uint32_t memoryBindIndex; member
Dvulkan_hash.hpp1539 VULKAN_HPP_HASH_COMBINE( seed, bindVideoSessionMemoryInfoKHR.memoryBindIndex ); in operator ()()
14528 VULKAN_HPP_HASH_COMBINE( seed, videoSessionMemoryRequirementsKHR.memoryBindIndex ); in operator ()()