Home
last modified time | relevance | path

Searched refs:deviceIndex (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c361 .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/
Dopencl.hpp2939 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()
Dcl.hpp2522 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/
Dcmdbuffers.adoc2012 * 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/
Dvulkansc_hash.hpp6609 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()
Dvulkan_hash.hpp12587 VULKAN_HPP_HASH_COMBINE( seed, semaphoreSubmitInfo.deviceIndex ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp9294 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp6356 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceIndex, sizeof(uint32_t)); in reservedmarshal_VkSemaphoreSubmitInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp11444 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()
Dgoldfish_vk_reserved_marshaling.cpp8827 memcpy((uint32_t*)&forUnmarshaling->deviceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSemaphoreSubmitInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6985 uint32_t deviceIndex; member