Searched refs:deviceMask (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.h | 727 uint32_t deviceMask); 1042 uint32_t deviceMask);
|
D | goldfish_vk_marshaling_guest.cpp | 4038 vkStream->write((uint32_t*)&forMarshaling->deviceMask, sizeof(uint32_t)); in marshal_VkMemoryAllocateFlagsInfo() 4048 vkStream->read((uint32_t*)&forUnmarshaling->deviceMask, sizeof(uint32_t)); in unmarshal_VkMemoryAllocateFlagsInfo() 4057 vkStream->write((uint32_t*)&forMarshaling->deviceMask, sizeof(uint32_t)); in marshal_VkDeviceGroupRenderPassBeginInfo() 4071 vkStream->read((uint32_t*)&forUnmarshaling->deviceMask, sizeof(uint32_t)); in unmarshal_VkDeviceGroupRenderPassBeginInfo() 4085 vkStream->write((uint32_t*)&forMarshaling->deviceMask, sizeof(uint32_t)); in marshal_VkDeviceGroupCommandBufferBeginInfo() 4094 vkStream->read((uint32_t*)&forUnmarshaling->deviceMask, sizeof(uint32_t)); in unmarshal_VkDeviceGroupCommandBufferBeginInfo() 5591 vkStream->write((uint32_t*)&forMarshaling->deviceMask, sizeof(uint32_t)); in marshal_VkAcquireNextImageInfoKHR() 5610 vkStream->read((uint32_t*)&forUnmarshaling->deviceMask, sizeof(uint32_t)); in unmarshal_VkAcquireNextImageInfoKHR()
|
D | VkEncoder.cpp | 10397 uint32_t deviceMask) in vkCmdSetDeviceMask() argument 10410 local_deviceMask = deviceMask; in vkCmdSetDeviceMask() 15283 uint32_t deviceMask) in vkCmdSetDeviceMaskKHR() argument 15296 local_deviceMask = deviceMask; in vkCmdSetDeviceMaskKHR()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 1686 uint32_t deviceMask) in entry_vkCmdSetDeviceMask() argument 1691 vkEnc->vkCmdSetDeviceMask(commandBuffer, deviceMask); in entry_vkCmdSetDeviceMask() 2719 uint32_t deviceMask) in entry_vkCmdSetDeviceMaskKHR() argument 2724 vkEnc->vkCmdSetDeviceMaskKHR(commandBuffer, deviceMask); in entry_vkCmdSetDeviceMaskKHR()
|