Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp1528 uint32_t local_queueFamilyIndex; in vkGetDeviceQueue() local
1531 local_queueFamilyIndex = queueFamilyIndex; in vkGetDeviceQueue()
1538 countingStream->write((uint32_t*)&local_queueFamilyIndex, sizeof(uint32_t)); in vkGetDeviceQueue()
1552 stream->write((uint32_t*)&local_queueFamilyIndex, sizeof(uint32_t)); in vkGetDeviceQueue()
12130 uint32_t local_queueFamilyIndex; in vkGetPhysicalDeviceSurfaceSupportKHR() local
12133 local_queueFamilyIndex = queueFamilyIndex; in vkGetPhysicalDeviceSurfaceSupportKHR()
12140 countingStream->write((uint32_t*)&local_queueFamilyIndex, sizeof(uint32_t)); in vkGetPhysicalDeviceSurfaceSupportKHR()
12154 stream->write((uint32_t*)&local_queueFamilyIndex, sizeof(uint32_t)); in vkGetPhysicalDeviceSurfaceSupportKHR()
14069 uint32_t local_queueFamilyIndex; in vkGetPhysicalDeviceXlibPresentationSupportKHR() local
14072 local_queueFamilyIndex = queueFamilyIndex; in vkGetPhysicalDeviceXlibPresentationSupportKHR()
[all …]