Searched refs:deviceIndex (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 361 .deviceIndex = group_info ? group_info->pWaitSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit() 377 .deviceIndex = group_info ? group_info->pSignalSemaphoreDeviceIndices[i] : 0, in vk_common_QueueSubmit()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 2939 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() local 2940 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Context() 6605 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() local 6606 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 6643 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() local 6644 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 6716 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in build() local 6717 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in build()
|
D | cl.hpp | 2522 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2523 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Context() 5165 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() 5166 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 5203 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Program() 5204 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in Program() 5269 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in build() 5270 deviceIDs[deviceIndex] = (devices[deviceIndex])(); in build()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2012 * pname:deviceIndex is the index of the device within a device group that 2024 group, pname:deviceIndex must: be `0` 2028 group, pname:deviceIndex must: be a valid device index
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6609 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()
|
D | vulkan_hash.hpp | 12587 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 9294 vkStream->write((uint32_t*)&forMarshaling->deviceIndex, sizeof(uint32_t)); in marshal_VkSemaphoreSubmitInfo() 9312 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndex, sizeof(uint32_t)); in unmarshal_VkSemaphoreSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 6356 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceIndex, sizeof(uint32_t)); in reservedmarshal_VkSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 11444 vkStream->write((uint32_t*)&forMarshaling->deviceIndex, sizeof(uint32_t)); in marshal_VkSemaphoreSubmitInfo() 11474 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndex, sizeof(uint32_t)); in unmarshal_VkSemaphoreSubmitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 8827 memcpy((uint32_t*)&forUnmarshaling->deviceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSemaphoreSubmitInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6985 uint32_t deviceIndex; member
|