Searched refs:signalSemaphoreValuesCount (Results 1 – 14 of 14) sorted by relevance
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
D | vulkan_win32.h | 155 uint32_t signalSemaphoreValuesCount; member
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_win32.h | 142 uint32_t signalSemaphoreValuesCount; member
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_win32.h | 142 uint32_t signalSemaphoreValuesCount; member
|
D | vulkan_structs.hpp | 14977 , 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/ |
D | cmdbuffers.txt | 2022 * 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/ |
D | goldfish_vk_testing.cpp | 5457 …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()
|
D | goldfish_vk_reserved_marshaling.cpp | 10481 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()
|
D | goldfish_vk_marshaling.cpp | 14113 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()
|
D | goldfish_vk_deepcopy.cpp | 8118 …(uint64_t*)alloc->dupArray(from->pSignalSemaphoreValues, from->signalSemaphoreValuesCount * sizeof… in deepcopy_VkD3D12FenceSubmitInfoKHR()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 8071 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()
|
D | goldfish_vk_marshaling_guest.cpp | 11838 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()
|
D | goldfish_vk_counting_guest.cpp | 7027 *count += toCount->signalSemaphoreValuesCount * sizeof(const uint64_t); in count_VkD3D12FenceSubmitInfoKHR()
|
D | goldfish_vk_deepcopy_guest.cpp | 8120 …(uint64_t*)alloc->dupArray(from->pSignalSemaphoreValues, from->signalSemaphoreValuesCount * sizeof… in deepcopy_VkD3D12FenceSubmitInfoKHR()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
D | goldfish_vk_baseprotodefs.proto | 5334 …// Original field: None uint32_t signalSemaphoreValuesCount. stringarray? 0 string? 0 hasLenInfo? 0 5335 optional uint32 signalSemaphoreValuesCount = 5; field
|