/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 353 .wait_value = pWaitInfo->pValues[i], in vk_common_WaitSemaphores()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 1281 const void* pValues; in subDecode() local 1296 pValues = (void*)stack_pValues; in subDecode() 1298 readStream->alloc((void**)&pValues, ((size)) * sizeof(const uint8_t)); in subDecode() 1300 memcpy((void*)pValues, *readStreamPtrPtr, ((size)) * sizeof(const uint8_t)); in subDecode() 1303 size, pValues); in subDecode()
|
D | VkDecoderSnapshot.h | 577 uint32_t size, const void* pValues);
|
D | VkDecoderSnapshot.cpp | 1552 uint32_t size, const void* pValues) { in vkCmdPushConstants() argument 5056 uint32_t size, const void* pValues) { in vkCmdPushConstants() argument 5058 stageFlags, offset, size, pValues); in vkCmdPushConstants()
|
D | VkDecoder.cpp | 8577 const void* pValues; in decode() local 8599 vkReadStream->alloc((void**)&pValues, ((size)) * sizeof(const uint8_t)); in decode() 8600 memcpy((void*)pValues, *readStreamPtrPtr, ((size)) * sizeof(const uint8_t)); in decode() 8608 (unsigned long long)size, (unsigned long long)pValues); in decode() 8611 pValues); in decode() 8619 stageFlags, offset, size, pValues); in decode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 400 const void* pValues, uint32_t doLock);
|
D | goldfish_vk_deepcopy_guest.cpp | 4950 to->pValues = nullptr; in deepcopy_VkSemaphoreWaitInfo() 4951 if (from->pValues) { in deepcopy_VkSemaphoreWaitInfo() 4952 to->pValues = (uint64_t*)alloc->dupArray(from->pValues, in deepcopy_VkSemaphoreWaitInfo()
|
D | func_table.cpp | 1679 const void* pValues) { in gfxstream_vk_CmdPushConstants() argument 1686 offset, size, pValues, true /* do lock */); in gfxstream_vk_CmdPushConstants()
|
D | goldfish_vk_marshaling_guest.cpp | 8371 vkStream->write((const uint64_t*)forMarshaling->pValues, in marshal_VkSemaphoreWaitInfo() 8393 vkStream->read((uint64_t*)forUnmarshaling->pValues, in unmarshal_VkSemaphoreWaitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5737 memcpy(*ptr, (const uint64_t*)forMarshaling->pValues, in reservedmarshal_VkSemaphoreWaitInfo()
|
D | VkEncoder.cpp | 15790 const void* pValues, uint32_t doLock) { in vkCmdPushConstants() argument 15821 commandBuffer, layout, stageFlags, offset, size, pValues); in vkCmdPushConstants() 15840 local_pValues = (void*)pValues; in vkCmdPushConstants()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1612 .pValues = &present_id, in wsi_swapchain_wait_for_present_semaphore()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 4950 to->pValues = nullptr; in deepcopy_VkSemaphoreWaitInfo() 4951 if (from->pValues) { in deepcopy_VkSemaphoreWaitInfo() 4952 to->pValues = (uint64_t*)alloc->dupArray(from->pValues, in deepcopy_VkSemaphoreWaitInfo()
|
D | goldfish_vk_marshaling.cpp | 10254 vkStream->write((const uint64_t*)forMarshaling->pValues, in marshal_VkSemaphoreWaitInfo() 10290 vkStream->alloc((void**)&forUnmarshaling->pValues, in unmarshal_VkSemaphoreWaitInfo() 10292 vkStream->read((uint64_t*)forUnmarshaling->pValues, in unmarshal_VkSemaphoreWaitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 7908 vkStream->alloc((void**)&forUnmarshaling->pValues, in reservedunmarshal_VkSemaphoreWaitInfo() 7910 memcpy((uint64_t*)forUnmarshaling->pValues, *ptr, in reservedunmarshal_VkSemaphoreWaitInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1738 …haderStageFlags stageFlags, uint32_t offset, uint32_t size, const void * pValues ) const VULKAN_HP… in vkCmdPushConstants() 1740 return ::vkCmdPushConstants( commandBuffer, layout, stageFlags, offset, size, pValues ); in vkCmdPushConstants()
|
D | vulkansc_funcs.hpp | 3603 …haderStageFlags stageFlags, uint32_t offset, uint32_t size, const void * pValues, Dispatch const &… in pushConstants() argument 3606 …kPipelineLayout>( layout ), static_cast<VkShaderStageFlags>( stageFlags ), offset, size, pValues ); in pushConstants()
|
D | vulkan.hpp | 1805 …haderStageFlags stageFlags, uint32_t offset, uint32_t size, const void * pValues ) const VULKAN_HP… in vkCmdPushConstants() 1807 return ::vkCmdPushConstants( commandBuffer, layout, stageFlags, offset, size, pValues ); in vkCmdPushConstants()
|
D | vulkansc_handles.hpp | 2351 …haderStageFlags stageFlags, uint32_t offset, uint32_t size, const void * pValues, Dispatch const &…
|
D | vulkansc_hash.hpp | 6637 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pValues ); in operator ()()
|
D | vulkan_hash.hpp | 12615 VULKAN_HPP_HASH_COMBINE( seed, semaphoreWaitInfo.pValues ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4080 …Layout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues); 4865 const void* pValues); 6379 const uint64_t* pValues; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 4525 * pname:pValues is a pointer to an array of pname:semaphoreCount timeline 4538 semaphore values in pname:pValues by calling 4563 sname:VkSemaphoreWaitInfo::pname:pValues. 4568 sname:VkSemaphoreWaitInfo::pname:pValues.
|
D | descriptorsets.adoc | 5193 * pname:pValues is a pointer to an array of pname:size bytes containing 5204 pname:stageFlags to read the new data from pname:pValues for push constants
|