/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_vertex_input_dynamic_state.adoc | 36 pname:pVertexAttributeDescriptions parameter to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 272 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 …]
|
D | limits.adoc | 369 pname:pVertexAttributeDescriptions member of the
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_draw_rects.c | 41 .pVertexAttributeDescriptions = &(const VkVertexInputAttributeDescription) {
|
D | vk_graphics_state.c | 323 &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/ |
D | CompositorVk.cpp | 228 .pVertexAttributeDescriptions = vertexAttributeDescription.data(), in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 226 .pVertexAttributeDescriptions = vertexInputAttributeDescriptions, in createPipeline()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1212 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 1162 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()
|
D | goldfish_vk_counting_guest.cpp | 1309 (const VkVertexInputAttributeDescription*)(toCount->pVertexAttributeDescriptions + in count_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2326 ->pVertexAttributeDescriptions + in marshal_VkPipelineVertexInputStateCreateInfo() 2357 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1807 (const VkVertexInputAttributeDescription*)(forMarshaling->pVertexAttributeDescriptions + in reservedmarshal_VkPipelineVertexInputStateCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1215 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()
|
D | goldfish_vk_deepcopy.cpp | 1162 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()
|
D | goldfish_vk_marshaling.cpp | 2623 ->pVertexAttributeDescriptions + in marshal_VkPipelineVertexInputStateCreateInfo() 2665 vkStream->alloc((void**)&forUnmarshaling->pVertexAttributeDescriptions, in unmarshal_VkPipelineVertexInputStateCreateInfo() 2672 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2026 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/ |
D | overlay.cpp | 1554 vertex_info.pVertexAttributeDescriptions = attribute_desc; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2860 …scriptionCount, const VkVertexInputAttributeDescription2EXT * pVertexAttributeDescriptions ) const… in vkCmdSetVertexInputEXT() 2862 …Count, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions ); in vkCmdSetVertexInputEXT()
|
D | vulkansc_funcs.hpp | 8677 …t VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT * pVertexAttributeDescriptions, Dispat… in setVertexInputEXT() argument 8680 … reinterpret_cast<const VkVertexInputAttributeDescription2EXT *>( pVertexAttributeDescriptions ) ); in setVertexInputEXT()
|
D | vulkan.hpp | 4601 …scriptionCount, const VkVertexInputAttributeDescription2EXT * pVertexAttributeDescriptions ) const… in vkCmdSetVertexInputEXT() 4603 …Count, pVertexBindingDescriptions, vertexAttributeDescriptionCount, pVertexAttributeDescriptions ); in vkCmdSetVertexInputEXT()
|
D | vulkansc_handles.hpp | 2821 …t VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription2EXT * pVertexAttributeDescriptions, Dispat…
|
D | vulkansc_hash.hpp | 2689 … VULKAN_HPP_HASH_COMBINE( seed, pipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions ); in operator ()()
|
D | vulkan_hash.hpp | 4767 … VULKAN_HPP_HASH_COMBINE( seed, pipelineVertexInputStateCreateInfo.pVertexAttributeDescriptions ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3514 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member 15613 …ributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions); 15621 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions);
|