Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_beta.h79 typedef VkFlags VkVideoEncodeRateControlModeFlagsKHR; typedef
119 VkVideoEncodeRateControlModeFlagsKHR rateControlModes;
Dvulkan_enums.hpp6204 enum class VideoEncodeRateControlModeFlagBitsKHR : VkVideoEncodeRateControlModeFlagsKHR
/device/generic/vulkan-cereal/include/vulkan/
Dvk_enum_string_helper.h6553 …e std::string string_VkVideoEncodeRateControlModeFlagsKHR(VkVideoEncodeRateControlModeFlagsKHR inp… in string_VkVideoEncodeRateControlModeFlagsKHR()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp10200 memcpy(*ptr, (VkVideoEncodeRateControlModeFlagsKHR*)&forMarshaling->rateControlModes, in reservedmarshal_VkVideoEncodeCapabilitiesKHR()
10201 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in reservedmarshal_VkVideoEncodeCapabilitiesKHR()
10202 *ptr += sizeof(VkVideoEncodeRateControlModeFlagsKHR); in reservedmarshal_VkVideoEncodeCapabilitiesKHR()
Dgoldfish_vk_marshaling_guest.cpp15161 vkStream->write((VkVideoEncodeRateControlModeFlagsKHR*)&forMarshaling->rateControlModes, in marshal_VkVideoEncodeCapabilitiesKHR()
15162 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in marshal_VkVideoEncodeCapabilitiesKHR()
15181 vkStream->read((VkVideoEncodeRateControlModeFlagsKHR*)&forUnmarshaling->rateControlModes, in unmarshal_VkVideoEncodeCapabilitiesKHR()
15182 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in unmarshal_VkVideoEncodeCapabilitiesKHR()
Dgoldfish_vk_counting_guest.cpp8165 *count += sizeof(VkVideoEncodeRateControlModeFlagsKHR); in count_VkVideoEncodeCapabilitiesKHR()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp14887 memcpy((VkVideoEncodeRateControlModeFlagsKHR*)&forUnmarshaling->rateControlModes, *ptr, in reservedunmarshal_VkVideoEncodeCapabilitiesKHR()
14888 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in reservedunmarshal_VkVideoEncodeCapabilitiesKHR()
14889 *ptr += sizeof(VkVideoEncodeRateControlModeFlagsKHR); in reservedunmarshal_VkVideoEncodeCapabilitiesKHR()
Dgoldfish_vk_marshaling.cpp19102 vkStream->write((VkVideoEncodeRateControlModeFlagsKHR*)&forMarshaling->rateControlModes, in marshal_VkVideoEncodeCapabilitiesKHR()
19103 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in marshal_VkVideoEncodeCapabilitiesKHR()
19134 vkStream->read((VkVideoEncodeRateControlModeFlagsKHR*)&forUnmarshaling->rateControlModes, in unmarshal_VkVideoEncodeCapabilitiesKHR()
19135 sizeof(VkVideoEncodeRateControlModeFlagsKHR)); in unmarshal_VkVideoEncodeCapabilitiesKHR()