Home
last modified time | relevance | path

Searched refs:pVertexAttributeDescriptions (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_vertex_input_dynamic_state.adoc36 pname:pVertexAttributeDescriptions parameter to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc272 descriptions provided in pname:pVertexAttributeDescriptions.
273 * pname:pVertexAttributeDescriptions is a pointer to an array of
286 pname:pVertexAttributeDescriptions, a
292 * [[VUID-VkPipelineVertexInputStateCreateInfo-pVertexAttributeDescriptions-00617]]
293 All elements of pname:pVertexAttributeDescriptions must: describe
411 descriptions provided in pname:pVertexAttributeDescriptions.
412 * pname:pVertexAttributeDescriptions is a pointer to an array of
472 pname:pVertexAttributeDescriptions, a
478 * [[VUID-vkCmdSetVertexInputEXT-pVertexAttributeDescriptions-04795]]
479 All elements of pname:pVertexAttributeDescriptions must: describe
[all …]
Dlimits.adoc369 pname:pVertexAttributeDescriptions member of the
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c41 .pVertexAttributeDescriptions = &(const VkVertexInputAttributeDescription) {
Dvk_graphics_state.c323 &vi_info->pVertexAttributeDescriptions[i]; in vk_vertex_input_state_init()
2052 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) in vk_common_CmdSetVertexInputEXT() argument
2082 &pVertexAttributeDescriptions[i]; in vk_common_CmdSetVertexInputEXT()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp228 .pVertexAttributeDescriptions = vertexAttributeDescription.data(), in setUpGraphicsPipeline()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp226 .pVertexAttributeDescriptions = vertexInputAttributeDescriptions, in createPipeline()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1212 if (toTransform->pVertexAttributeDescriptions) { in transform_tohost_VkPipelineVertexInputStateCreateInfo()
1216 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_tohost_VkPipelineVertexInputStateCreateInfo()
1241 if (toTransform->pVertexAttributeDescriptions) { in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
1245 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp1162 to->pVertexAttributeDescriptions = nullptr; in deepcopy_VkPipelineVertexInputStateCreateInfo()
1163 if (from->pVertexAttributeDescriptions) { in deepcopy_VkPipelineVertexInputStateCreateInfo()
1164 to->pVertexAttributeDescriptions = (VkVertexInputAttributeDescription*)alloc->alloc( in deepcopy_VkPipelineVertexInputStateCreateInfo()
1170 alloc, rootType, from->pVertexAttributeDescriptions + i, in deepcopy_VkPipelineVertexInputStateCreateInfo()
1171 (VkVertexInputAttributeDescription*)(to->pVertexAttributeDescriptions + i)); in deepcopy_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_counting_guest.cpp1309 (const VkVertexInputAttributeDescription*)(toCount->pVertexAttributeDescriptions + in count_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2326 ->pVertexAttributeDescriptions + in marshal_VkPipelineVertexInputStateCreateInfo()
2357 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1807 (const VkVertexInputAttributeDescription*)(forMarshaling->pVertexAttributeDescriptions + in reservedmarshal_VkPipelineVertexInputStateCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1215 if (toTransform->pVertexAttributeDescriptions) { in transform_tohost_VkPipelineVertexInputStateCreateInfo()
1219 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_tohost_VkPipelineVertexInputStateCreateInfo()
1244 if (toTransform->pVertexAttributeDescriptions) { in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
1248 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_deepcopy.cpp1162 to->pVertexAttributeDescriptions = nullptr; in deepcopy_VkPipelineVertexInputStateCreateInfo()
1163 if (from->pVertexAttributeDescriptions) { in deepcopy_VkPipelineVertexInputStateCreateInfo()
1164 to->pVertexAttributeDescriptions = (VkVertexInputAttributeDescription*)alloc->alloc( in deepcopy_VkPipelineVertexInputStateCreateInfo()
1170 alloc, rootType, from->pVertexAttributeDescriptions + i, in deepcopy_VkPipelineVertexInputStateCreateInfo()
1171 (VkVertexInputAttributeDescription*)(to->pVertexAttributeDescriptions + i)); in deepcopy_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_marshaling.cpp2623 ->pVertexAttributeDescriptions + in marshal_VkPipelineVertexInputStateCreateInfo()
2665 vkStream->alloc((void**)&forUnmarshaling->pVertexAttributeDescriptions, in unmarshal_VkPipelineVertexInputStateCreateInfo()
2672 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2026 vkStream->alloc((void**)&forUnmarshaling->pVertexAttributeDescriptions, in reservedunmarshal_VkPipelineVertexInputStateCreateInfo()
2032 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + i), in reservedunmarshal_VkPipelineVertexInputStateCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1554 vertex_info.pVertexAttributeDescriptions = attribute_desc; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2860 …scriptionCount, const VkVertexInputAttributeDescription2EXT * pVertexAttributeDescriptions ) const… in vkCmdSetVertexInputEXT()
2862 …Count, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions ); in vkCmdSetVertexInputEXT()
Dvulkansc_funcs.hpp8677 …t VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT * pVertexAttributeDescriptions, Dispat… in setVertexInputEXT() argument
8680 … reinterpret_cast<const VkVertexInputAttributeDescription2EXT *>( pVertexAttributeDescriptions ) ); in setVertexInputEXT()
Dvulkan.hpp4601 …scriptionCount, const VkVertexInputAttributeDescription2EXT * pVertexAttributeDescriptions ) const… in vkCmdSetVertexInputEXT()
4603 …Count, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions ); in vkCmdSetVertexInputEXT()
Dvulkansc_handles.hpp2821 …t VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT * pVertexAttributeDescriptions, Dispat…
Dvulkansc_hash.hpp2689 … VULKAN_HPP_HASH_COMBINE( seed, pipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions ); in operator ()()
Dvulkan_hash.hpp4767 … VULKAN_HPP_HASH_COMBINE( seed, pipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3514 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member
15613 …ributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions);
15621 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions);