Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h458 VkPipelineBindPoint pipelineBindPoint,
499 VkPipelineBindPoint pipelineBindPoint,
1127 VkPipelineBindPoint pipelineBindPoint,
Dgoldfish_vk_marshaling_guest.cpp3148 …vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoin… in marshal_VkSubpassDescription()
3185 …vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoi… in unmarshal_VkSubpassDescription()
4961 …vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoin… in marshal_VkDescriptorUpdateTemplateCreateInfo()
4984 …vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoi… in unmarshal_VkDescriptorUpdateTemplateCreateInfo()
6764 …vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoin… in marshal_VkSubpassDescription2KHR()
6804 …vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoi… in unmarshal_VkSubpassDescription2KHR()
8119 …vkStream->write((VkPipelineBindPoint*)&forMarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoin… in marshal_VkIndirectCommandsLayoutCreateInfoNVX()
8134 …vkStream->read((VkPipelineBindPoint*)&forUnmarshaling->pipelineBindPoint, sizeof(VkPipelineBindPoi… in unmarshal_VkIndirectCommandsLayoutCreateInfoNVX()
DVkEncoder.cpp7206 VkPipelineBindPoint pipelineBindPoint, in vkCmdBindPipeline() argument
7221 local_pipelineBindPoint = pipelineBindPoint; in vkCmdBindPipeline()
7707 VkPipelineBindPoint pipelineBindPoint, in vkCmdBindDescriptorSets() argument
7732 local_pipelineBindPoint = pipelineBindPoint; in vkCmdBindDescriptorSets()
16125 VkPipelineBindPoint pipelineBindPoint, in vkCmdPushDescriptorSetKHR() argument
16146 local_pipelineBindPoint = pipelineBindPoint; in vkCmdPushDescriptorSetKHR()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp1077 VkPipelineBindPoint pipelineBindPoint, in entry_vkCmdBindPipeline() argument
1083 vkEnc->vkCmdBindPipeline(commandBuffer, pipelineBindPoint, pipeline); in entry_vkCmdBindPipeline()
1178 VkPipelineBindPoint pipelineBindPoint, in entry_vkCmdBindDescriptorSets() argument
1189 …vkEnc->vkCmdBindDescriptorSets(commandBuffer, pipelineBindPoint, layout, firstSet, descriptorSetCo… in entry_vkCmdBindDescriptorSets()
3038 VkPipelineBindPoint pipelineBindPoint, in entry_vkCmdPushDescriptorSetKHR() argument
3047 …vkEnc->vkCmdPushDescriptorSetKHR(commandBuffer, pipelineBindPoint, layout, set, descriptorWriteCou… in entry_vkCmdPushDescriptorSetKHR()