Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_counting_guest.cpp1574 uint32_t hasTessellation = 1; in count_VkGraphicsPipelineCreateInfo() local
1576 hasTessellation = arrayany( in count_VkGraphicsPipelineCreateInfo()
1620 if (hasTessellation) { in count_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2825 uint32_t hasTessellation = 1; in marshal_VkGraphicsPipelineCreateInfo() local
2827 hasTessellation = in marshal_VkGraphicsPipelineCreateInfo()
2833 uint32_t cgen_var_0 = (uint32_t)hasTessellation; in marshal_VkGraphicsPipelineCreateInfo()
2876 if (hasTessellation) { in marshal_VkGraphicsPipelineCreateInfo()
2964 uint32_t hasTessellation = 1; in unmarshal_VkGraphicsPipelineCreateInfo() local
2966 hasTessellation = (const uint32_t)vkStream->getBe32(); in unmarshal_VkGraphicsPipelineCreateInfo()
3016 if (hasTessellation) { in unmarshal_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2136 uint32_t hasTessellation = 1; in reservedmarshal_VkGraphicsPipelineCreateInfo() local
2138 hasTessellation = in reservedmarshal_VkGraphicsPipelineCreateInfo()
2144 uint32_t cgen_var_0 = (uint32_t)hasTessellation; in reservedmarshal_VkGraphicsPipelineCreateInfo()
2197 if (hasTessellation) { in reservedmarshal_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3232 uint32_t hasTessellation = 1; in marshal_VkGraphicsPipelineCreateInfo() local
3234 hasTessellation = in marshal_VkGraphicsPipelineCreateInfo()
3240 uint32_t cgen_var_0 = (uint32_t)hasTessellation; in marshal_VkGraphicsPipelineCreateInfo()
3283 if (hasTessellation) { in marshal_VkGraphicsPipelineCreateInfo()
3371 uint32_t hasTessellation = 1; in unmarshal_VkGraphicsPipelineCreateInfo() local
3373 hasTessellation = (const uint32_t)vkStream->getBe32(); in unmarshal_VkGraphicsPipelineCreateInfo()
3433 if (hasTessellation) { in unmarshal_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2461 uint32_t hasTessellation = 1; in reservedunmarshal_VkGraphicsPipelineCreateInfo() local
2463 memcpy((uint32_t*)&hasTessellation, (*ptr), 4); in reservedunmarshal_VkGraphicsPipelineCreateInfo()
2464 android::base::Stream::fromBe32((uint8_t*)&hasTessellation); in reservedunmarshal_VkGraphicsPipelineCreateInfo()
2536 if (hasTessellation) { in reservedunmarshal_VkGraphicsPipelineCreateInfo()