Home
last modified time | relevance | path

Searched refs:slotIndex (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp565 const VkVideoDecodeH264DpbSlotInfoKHR* Init(int8_t slotIndex)
567 DE_ASSERT((slotIndex >= 0) && (slotIndex < (int8_t)VkParserPerFrameDecodeParameters::MAX_DPB_REF_AND_SETUP_SLOTS));
568 DE_UNREF(slotIndex);
601 const VkVideoDecodeH265DpbSlotInfoKHR* Init(int8_t slotIndex)
603 DE_ASSERT((slotIndex >= 0) && (slotIndex < (int8_t)VkParserPerFrameDecodeParameters::MAX_DPB_REF_SLOTS));
604 DE_UNREF(slotIndex);
H A DvktVideoBaseDecodeUtils.cpp405 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex; in setH264PictureData()
434 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex;
1052 setupReferenceSlot.slotIndex = -1;
1120 h264StandardPictureInfo->flags, &setupReferenceSlot.slotIndex);
1122 DE_ASSERT(!pd->ref_pic_flag || (setupReferenceSlot.slotIndex >= 0));
1131 if (setupReferenceSlot.slotIndex >= 0) {
1219 &setupReferenceSlot.slotIndex);
1221 DE_ASSERT(!pd->ref_pic_flag || (setupReferenceSlot.slotIndex >= 0));
1229 if (setupReferenceSlot.slotIndex >= 0) {
1477 setupActivationSlot.slotIndex
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp295 const VkVideoDecodeH264DpbSlotInfoKHR* NvidiaVideoDecodeH264DpbSlotInfo::Init (int32_t slotIndex) in Init() argument
297 DE_UNREF(slotIndex); in Init()
327 const VkVideoDecodeH265DpbSlotInfoKHR* NvidiaVideoDecodeH265DpbSlotInfo::Init (int32_t slotIndex) in Init() argument
329 DE_UNREF(slotIndex); in Init()
654 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex;
676 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex;
1228 -1, // deInt8 slotIndex;
1322 &pSetupReferenceSlot->slotIndex);
1324 DEBUGLOG(cout<<"pSetupReferenceSlot->slotIndex=" << dec << pSetupReferenceSlot->slotIndex <<end
[all...]
H A DvktVideoBaseDecodeUtils.hpp282 const VkVideoDecodeH264DpbSlotInfoKHR* Init (int32_t slotIndex);
294 const VkVideoDecodeH265DpbSlotInfoKHR* Init (int32_t slotIndex);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h162 int8_t slotIndex; member
523 int8_t slotIndex; member
661 int8_t slotIndex; member
H A Dvulkan_structs.hpp73495 int8_t slotIndex = {}; global() member
76095 int8_t slotIndex = {}; global() member
77431 int8_t slotIndex = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h173 int8_t slotIndex; member
579 int8_t slotIndex; member
788 int8_t slotIndex; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h162 int8_t slotIndex; member
541 int8_t slotIndex; member
706 int8_t slotIndex; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8096 int32_t slotIndex; member
H A Dvulkan_hash.hpp15233 VULKAN_HPP_HASH_COMBINE( seed, videoReferenceSlotInfoKHR.slotIndex );
H A Dvulkan_structs.hpp[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 207 milliseconds