/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 97 sname:VkVertexInputAttributeDescription::pname:location. 137 sname:VkVertexInputAttributeDescription::pname:location. 140 The sname:VkVertexInputAttributeDescription::pname:format must: be specified 169 sname:VkVertexInputAttributeDescription::pname:location. 225 sname:VkVertexInputAttributeDescription::pname:location. 274 sname:VkVertexInputAttributeDescription structures. 354 [open,refpage='VkVertexInputAttributeDescription',desc='Structure specifying vertex input attribute… 357 sname:VkVertexInputAttributeDescription structure, defined as: 359 include::{generated}/api/structs/VkVertexInputAttributeDescription.adoc[] 370 * [[VUID-VkVertexInputAttributeDescription-location-00620]] [all …]
|
D | pipelines.adoc | 2434 slink:VkVertexInputAttributeDescription::pname:location 2441 slink:VkVertexInputAttributeDescription::pname:format 2446 slink:VkVertexInputAttributeDescription::pname:format has a 64-bit 2456 slink:VkVertexInputAttributeDescription::pname:format must: have a 2462 slink:VkVertexInputAttributeDescription::pname:format has a 64-bit
|
D | formats.adoc | 2055 (sname:VkVertexInputAttributeDescription::pname:format). 2614 (sname:VkVertexInputAttributeDescription::pname:format).
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_draw_rects.c | 41 .pVertexAttributeDescriptions = &(const VkVertexInputAttributeDescription) {
|
D | vk_graphics_state.c | 322 const VkVertexInputAttributeDescription *desc = in vk_vertex_input_state_init()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 56 static std::array<VkVertexInputAttributeDescription, 2> getAttributeDescription() { in getAttributeDescription() 58 VkVertexInputAttributeDescription{ in getAttributeDescription() 64 VkVertexInputAttributeDescription{ in getAttributeDescription()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 265 const VkVertexInputAttributeDescription* from, 266 VkVertexInputAttributeDescription* to);
|
D | goldfish_vk_transform_guest.h | 419 ResourceTracker* resourceTracker, VkVertexInputAttributeDescription* toTransform); 422 ResourceTracker* resourceTracker, VkVertexInputAttributeDescription* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 502 const VkVertexInputAttributeDescription* forMarshaling); 506 VkVertexInputAttributeDescription* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 1183 ResourceTracker* resourceTracker, VkVertexInputAttributeDescription* toTransform) { in transform_tohost_VkVertexInputAttributeDescription() 1189 ResourceTracker* resourceTracker, VkVertexInputAttributeDescription* toTransform) { in transform_fromhost_VkVertexInputAttributeDescription() 1216 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_tohost_VkPipelineVertexInputStateCreateInfo() 1245 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_counting_guest.h | 239 const VkVertexInputAttributeDescription* toCount,
|
D | goldfish_vk_reserved_marshaling_guest.h | 280 const VkVertexInputAttributeDescription* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 1120 const VkVertexInputAttributeDescription* from, in deepcopy_VkVertexInputAttributeDescription() 1121 VkVertexInputAttributeDescription* to) { in deepcopy_VkVertexInputAttributeDescription() 1164 to->pVertexAttributeDescriptions = (VkVertexInputAttributeDescription*)alloc->alloc( in deepcopy_VkPipelineVertexInputStateCreateInfo() 1166 sizeof(const VkVertexInputAttributeDescription)); in deepcopy_VkPipelineVertexInputStateCreateInfo() 1171 (VkVertexInputAttributeDescription*)(to->pVertexAttributeDescriptions + i)); in deepcopy_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1270 const VkVertexInputAttributeDescription* toCount, in count_VkVertexInputAttributeDescription() 1309 (const VkVertexInputAttributeDescription*)(toCount->pVertexAttributeDescriptions + in count_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2282 const VkVertexInputAttributeDescription* forMarshaling) { in marshal_VkVertexInputAttributeDescription() 2292 VkVertexInputAttributeDescription* forUnmarshaling) { in unmarshal_VkVertexInputAttributeDescription() 2325 (const VkVertexInputAttributeDescription*)(forMarshaling in marshal_VkPipelineVertexInputStateCreateInfo() 2357 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 258 const VkVertexInputAttributeDescription* from, 259 VkVertexInputAttributeDescription* to);
|
D | goldfish_vk_transform.h | 425 VkDecoderGlobalState* resourceTracker, VkVertexInputAttributeDescription* toTransform); 428 VkDecoderGlobalState* resourceTracker, VkVertexInputAttributeDescription* toTransform);
|
D | goldfish_vk_marshaling.h | 488 const VkVertexInputAttributeDescription* forMarshaling); 492 VkVertexInputAttributeDescription* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 1186 VkDecoderGlobalState* resourceTracker, VkVertexInputAttributeDescription* toTransform) { in transform_tohost_VkVertexInputAttributeDescription() 1192 VkDecoderGlobalState* resourceTracker, VkVertexInputAttributeDescription* toTransform) { in transform_fromhost_VkVertexInputAttributeDescription() 1219 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_tohost_VkPipelineVertexInputStateCreateInfo() 1248 (VkVertexInputAttributeDescription*)(toTransform->pVertexAttributeDescriptions + in transform_fromhost_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.h | 261 VkVertexInputAttributeDescription* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 1120 const VkVertexInputAttributeDescription* from, in deepcopy_VkVertexInputAttributeDescription() 1121 VkVertexInputAttributeDescription* to) { in deepcopy_VkVertexInputAttributeDescription() 1164 to->pVertexAttributeDescriptions = (VkVertexInputAttributeDescription*)alloc->alloc( in deepcopy_VkPipelineVertexInputStateCreateInfo() 1166 sizeof(const VkVertexInputAttributeDescription)); in deepcopy_VkPipelineVertexInputStateCreateInfo() 1171 (VkVertexInputAttributeDescription*)(to->pVertexAttributeDescriptions + i)); in deepcopy_VkPipelineVertexInputStateCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 2579 const VkVertexInputAttributeDescription* forMarshaling) { in marshal_VkVertexInputAttributeDescription() 2589 VkVertexInputAttributeDescription* forUnmarshaling) { in unmarshal_VkVertexInputAttributeDescription() 2622 (const VkVertexInputAttributeDescription*)(forMarshaling in marshal_VkPipelineVertexInputStateCreateInfo() 2667 sizeof(const VkVertexInputAttributeDescription)); in unmarshal_VkPipelineVertexInputStateCreateInfo() 2672 (VkVertexInputAttributeDescription*)(forUnmarshaling->pVertexAttributeDescriptions + in unmarshal_VkPipelineVertexInputStateCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1535 VkVertexInputAttributeDescription attribute_desc[3] = {}; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 324 …HPP_NAMESPACE::VertexInputAttributeDescription ) == sizeof( VkVertexInputAttributeDescription ), "…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3500 typedef struct VkVertexInputAttributeDescription { struct 3505 } VkVertexInputAttributeDescription; argument 3514 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
|