Home
last modified time | relevance | path

Searched refs:referenceSlotCount (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h215 uint32_t referenceSlotCount; member
330 uint32_t referenceSlotCount; member
410 uint32_t referenceSlotCount; member
H A Dvulkan_structs.hpp73660 uint32_t referenceSlotCount = {}; global() member
75803 uint32_t referenceSlotCount = {}; global() member
78755 uint32_t referenceSlotCount = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h227 uint32_t referenceSlotCount; member
354 uint32_t referenceSlotCount; member
440 uint32_t referenceSlotCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h215 uint32_t referenceSlotCount; member
330 uint32_t referenceSlotCount; member
410 uint32_t referenceSlotCount; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1365 pPerFrameDecodeParameters->decodeFrameInfo.referenceSlotCount = pPerFrameDecodeParameters->numGopReferenceSlots;
1370 pPerFrameDecodeParameters->decodeFrameInfo.referenceSlotCount = 0;
1470 pPerFrameDecodeParameters->decodeFrameInfo.referenceSlotCount = pPerFrameDecodeParameters->numGopReferenceSlots;
1475 pPerFrameDecodeParameters->decodeFrameInfo.referenceSlotCount = 0;
3003 const uint32_t referenceSlotCount = pPicParams->decodeFrameInfo.referenceSlotCount;
3012 referenceSlotCount, // uint32_t referenceSlotCount;
3051 s << "Slots: " << (int32_t)pPicParams->decodeFrameInfo.referenceSlotCount << ": ( ";
3052 for (uint32_t i = 0; i < pPicParams->decodeFrameInfo.referenceSlotCount;
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1146 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = pCurrFrameDecParams->numGopReferenceSlots;
1149 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = 0;
1244 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = pCurrFrameDecParams->numGopReferenceSlots;
1247 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = 0;
1464 decodeBeginInfo.referenceSlotCount = pPicParams->decodeFrameInfo.referenceSlotCount;
1473 for (deUint32 i = 0; i < decodeBeginInfo.referenceSlotCount; i++)
1480 decodeBeginInfo.referenceSlotCount++;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h8150 uint32_t referenceSlotCount; member
8286 uint32_t referenceSlotCount; member
10582 uint32_t referenceSlotCount; member
H A Dvulkan_hash.hpp15250 VULKAN_HPP_HASH_COMBINE( seed, videoBeginCodingInfoKHR.referenceSlotCount );
15496 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeInfoKHR.referenceSlotCount );
16078 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeInfoKHR.referenceSlotCount );

Completed in 177 milliseconds