Home
last modified time | relevance | path

Searched refs:inputRate (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_vertex_attribute_divisor.adoc66 .inputRate = VK_VERTEX_INPUT_RATE_INSTANCE
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c38 .inputRate = VK_VERTEX_INPUT_RATE_VERTEX,
Dvk_graphics_state.c312 assert(desc->inputRate <= 1); in vk_vertex_input_state_init()
317 vi->bindings[b].input_rate = desc->inputRate; in vk_vertex_input_state_init()
2064 assert(desc->inputRate <= UINT8_MAX); in vk_common_CmdSetVertexInputEXT()
2069 dyn->vi->bindings[b].input_rate = desc->inputRate; in vk_common_CmdSetVertexInputEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc318 * pname:inputRate is a elink:VkVertexInputRate value specifying whether
343 Possible values of slink:VkVertexInputBindingDescription::pname:inputRate,
498 * pname:inputRate is a elink:VkVertexInputRate value specifying whether
544 If pname:divisor is not `1` then pname:inputRate must: be of type
879 * [[VUID-VkVertexInputBindingDivisorDescriptionEXT-inputRate-01871]]
880 slink:VkVertexInputBindingDescription::pname:inputRate must: be of type
923 if (bindingDesc.inputRate == VK_VERTEX_INPUT_RATE_VERTEX)
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp52 .inputRate = VK_VERTEX_INPUT_RATE_VERTEX, in getBindingDescription()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1533 binding_desc[0].inputRate = VK_VERTEX_INPUT_RATE_VERTEX; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2660 VULKAN_HPP_HASH_COMBINE( seed, vertexInputBindingDescription.inputRate ); in operator ()()
6896 VULKAN_HPP_HASH_COMBINE( seed, vertexInputBindingDescription2EXT.inputRate ); in operator ()()
Dvulkan_hash.hpp4738 VULKAN_HPP_HASH_COMBINE( seed, vertexInputBindingDescription.inputRate ); in operator ()()
13421 VULKAN_HPP_HASH_COMBINE( seed, vertexInputBindingDescription2EXT.inputRate ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3497 VkVertexInputRate inputRate; member
15600 VkVertexInputRate inputRate; member
/hardware/google/gfxstream/guest/vulkan_enc/
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_reserved_marshaling_guest.cpp1761 memcpy(*ptr, (VkVertexInputRate*)&forMarshaling->inputRate, sizeof(VkVertexInputRate)); in reservedmarshal_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()