Searched refs:VkVertexInputRate (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 318 * 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/ |
D | vulkan_printer.py | 1097 printer.write_enum("inputRate", VkVertexInputRate, indent) 2705 VkVertexInputRate = { variable
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 1998 typedef enum VkVertexInputRate { enum 2002 } VkVertexInputRate; typedef 3497 VkVertexInputRate inputRate; 15600 VkVertexInputRate inputRate;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_enum_string_helper.h | 3829 static inline const char* string_VkVertexInputRate(VkVertexInputRate input_value) in string_VkVertexInputRate()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 1761 memcpy(*ptr, (VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in reservedmarshal_VkVertexInputBindingDescription() 1762 *ptr += sizeof(VkVertexInputRate); in reservedmarshal_VkVertexInputBindingDescription()
|
D | goldfish_vk_marshaling_guest.cpp | 2268 vkStream->write((VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in marshal_VkVertexInputBindingDescription() 2277 vkStream->read((VkVertexInputRate*)&forUnmarshaling->inputRate, sizeof(VkVertexInputRate)); in unmarshal_VkVertexInputBindingDescription()
|
D | goldfish_vk_counting_guest.cpp | 1266 *count += sizeof(VkVertexInputRate); in count_VkVertexInputBindingDescription()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 2566 vkStream->write((VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in marshal_VkVertexInputBindingDescription() 2574 vkStream->read((VkVertexInputRate*)&forUnmarshaling->inputRate, sizeof(VkVertexInputRate)); in unmarshal_VkVertexInputBindingDescription()
|
D | goldfish_vk_reserved_marshaling.cpp | 1968 memcpy((VkVertexInputRate*)&forUnmarshaling->inputRate, *ptr, sizeof(VkVertexInputRate)); in reservedunmarshal_VkVertexInputBindingDescription() 1969 *ptr += sizeof(VkVertexInputRate); in reservedunmarshal_VkVertexInputBindingDescription()
|