Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_win32.h155 uint32_t signalSemaphoreValuesCount; member
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/
Dvulkan_win32.h142 uint32_t signalSemaphoreValuesCount; member
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_win32.h142 uint32_t signalSemaphoreValuesCount; member
Dvulkan_structs.hpp14977 , signalSemaphoreValuesCount( signalSemaphoreValuesCount_ )
14993 , signalSemaphoreValuesCount( static_cast<uint32_t>( signalSemaphoreValues_.size() ) )
15038 signalSemaphoreValuesCount = signalSemaphoreValuesCount_; in setSignalSemaphoreValuesCount()
15052 signalSemaphoreValuesCount = static_cast<uint32_t>( signalSemaphoreValues_.size() ); in setSignalSemaphoreValues()
15077 ( signalSemaphoreValuesCount == rhs.signalSemaphoreValuesCount ) && in operator ==()
15092 uint32_t signalSemaphoreValuesCount = {}; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dcmdbuffers.txt2022 * pname:signalSemaphoreValuesCount is the number of semaphore signal
2025 pname:signalSemaphoreValuesCount values for the corresponding semaphores
2061 * [[VUID-VkD3D12FenceSubmitInfoKHR-signalSemaphoreValuesCount-00080]]
2062 pname:signalSemaphoreValuesCount must: be the same value as
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp5457 …if (!((a->signalSemaphoreValuesCount) == (b->signalSemaphoreValuesCount))) { onFail("a->signalSema… in checkEqual_VkD3D12FenceSubmitInfoKHR()
5461 …if (!((a->signalSemaphoreValuesCount) == (b->signalSemaphoreValuesCount))) { onFail("a->pSignalSem… in checkEqual_VkD3D12FenceSubmitInfoKHR()
5462 …emcmp(a->pSignalSemaphoreValues, b->pSignalSemaphoreValues, a->signalSemaphoreValuesCount * sizeof… in checkEqual_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_reserved_marshaling.cpp10481 memcpy((uint32_t*)&forUnmarshaling->signalSemaphoreValuesCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10489 …d**)&forUnmarshaling->pSignalSemaphoreValues, forUnmarshaling->signalSemaphoreValuesCount * sizeof… in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10490 …orUnmarshaling->pSignalSemaphoreValues, *ptr, forUnmarshaling->signalSemaphoreValuesCount * sizeof… in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
10491 *ptr += forUnmarshaling->signalSemaphoreValuesCount * sizeof(const uint64_t); in reservedunmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_marshaling.cpp14113 vkStream->write((uint32_t*)&forMarshaling->signalSemaphoreValuesCount, sizeof(uint32_t)); in marshal_VkD3D12FenceSubmitInfoKHR()
14119 …int64_t*)forMarshaling->pSignalSemaphoreValues, forMarshaling->signalSemaphoreValuesCount * sizeof… in marshal_VkD3D12FenceSubmitInfoKHR()
14154 vkStream->read((uint32_t*)&forUnmarshaling->signalSemaphoreValuesCount, sizeof(uint32_t)); in unmarshal_VkD3D12FenceSubmitInfoKHR()
14159 …d**)&forUnmarshaling->pSignalSemaphoreValues, forUnmarshaling->signalSemaphoreValuesCount * sizeof… in unmarshal_VkD3D12FenceSubmitInfoKHR()
14160 …4_t*)forUnmarshaling->pSignalSemaphoreValues, forUnmarshaling->signalSemaphoreValuesCount * sizeof… in unmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_deepcopy.cpp8118 …(uint64_t*)alloc->dupArray(from->pSignalSemaphoreValues, from->signalSemaphoreValuesCount * sizeof… in deepcopy_VkD3D12FenceSubmitInfoKHR()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp8071 memcpy(*ptr, (uint32_t*)&forMarshaling->signalSemaphoreValuesCount, sizeof(uint32_t)); in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
8080 …int64_t*)forMarshaling->pSignalSemaphoreValues, forMarshaling->signalSemaphoreValuesCount * sizeof… in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
8081 *ptr += forMarshaling->signalSemaphoreValuesCount * sizeof(const uint64_t); in reservedmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_marshaling_guest.cpp11838 vkStream->write((uint32_t*)&forMarshaling->signalSemaphoreValuesCount, sizeof(uint32_t)); in marshal_VkD3D12FenceSubmitInfoKHR()
11844 …int64_t*)forMarshaling->pSignalSemaphoreValues, forMarshaling->signalSemaphoreValuesCount * sizeof… in marshal_VkD3D12FenceSubmitInfoKHR()
11872 vkStream->read((uint32_t*)&forUnmarshaling->signalSemaphoreValuesCount, sizeof(uint32_t)); in unmarshal_VkD3D12FenceSubmitInfoKHR()
11882 …4_t*)forUnmarshaling->pSignalSemaphoreValues, forUnmarshaling->signalSemaphoreValuesCount * sizeof… in unmarshal_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_counting_guest.cpp7027 *count += toCount->signalSemaphoreValuesCount * sizeof(const uint64_t); in count_VkD3D12FenceSubmitInfoKHR()
Dgoldfish_vk_deepcopy_guest.cpp8120 …(uint64_t*)alloc->dupArray(from->pSignalSemaphoreValues, from->signalSemaphoreValuesCount * sizeof… in deepcopy_VkD3D12FenceSubmitInfoKHR()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto5334 …// Original field: None uint32_t signalSemaphoreValuesCount. stringarray? 0 string? 0 hasLenInfo? 0
5335 optional uint32 signalSemaphoreValuesCount = 5; field