Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc318 * pname:inputRate is a elink:VkVertexInputRate value specifying whether
341 [open,refpage='VkVertexInputRate',desc='Specify rate at which vertex attributes are pulled from buf…
346 include::{generated}/api/enums/VkVertexInputRate.adoc[]
498 * pname:inputRate is a elink:VkVertexInputRate value specifying whether
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1097 printer.write_enum("inputRate", VkVertexInputRate, indent)
2705 VkVertexInputRate = { variable
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1998 typedef enum VkVertexInputRate { enum
2002 } VkVertexInputRate; typedef
3497 VkVertexInputRate inputRate;
15600 VkVertexInputRate inputRate;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h3829 static inline const char* string_VkVertexInputRate(VkVertexInputRate input_value) in string_VkVertexInputRate()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp1761 memcpy(*ptr, (VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in reservedmarshal_VkVertexInputBindingDescription()
1762 *ptr += sizeof(VkVertexInputRate); in reservedmarshal_VkVertexInputBindingDescription()
Dgoldfish_vk_marshaling_guest.cpp2268 vkStream->write((VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in marshal_VkVertexInputBindingDescription()
2277 vkStream->read((VkVertexInputRate*)&forUnmarshaling->inputRate, sizeof(VkVertexInputRate)); in unmarshal_VkVertexInputBindingDescription()
Dgoldfish_vk_counting_guest.cpp1266 *count += sizeof(VkVertexInputRate); in count_VkVertexInputBindingDescription()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2566 vkStream->write((VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in marshal_VkVertexInputBindingDescription()
2574 vkStream->read((VkVertexInputRate*)&forUnmarshaling->inputRate, sizeof(VkVertexInputRate)); in unmarshal_VkVertexInputBindingDescription()
Dgoldfish_vk_reserved_marshaling.cpp1968 memcpy((VkVertexInputRate*)&forUnmarshaling->inputRate, *ptr, sizeof(VkVertexInputRate)); in reservedunmarshal_VkVertexInputBindingDescription()
1969 *ptr += sizeof(VkVertexInputRate); in reservedunmarshal_VkVertexInputBindingDescription()