Searched refs:VkPipelineLayoutCreateInfo (Results 1 – 25 of 45) sorted by relevance
12
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_layout.c | 37 const VkPipelineLayoutCreateInfo *pCreateInfo) in vk_pipeline_layout_init() 62 const VkPipelineLayoutCreateInfo *pCreateInfo) in vk_pipeline_layout_zalloc() 80 const VkPipelineLayoutCreateInfo *pCreateInfo) in vk_pipeline_layout_multizalloc() 95 const VkPipelineLayoutCreateInfo *pCreateInfo, in vk_common_CreatePipelineLayout()
|
D | vk_pipeline_layout.h | 81 const VkPipelineLayoutCreateInfo *pCreateInfo); 86 const VkPipelineLayoutCreateInfo *pCreateInfo);
|
D | vk_meta.c | 268 const VkPipelineLayoutCreateInfo *info, in vk_meta_create_pipeline_layout() 311 const VkPipelineLayoutCreateInfo layout_info = { in vk_meta_get_pipeline_layout()
|
D | vk_meta.h | 150 const VkPipelineLayoutCreateInfo *info,
|
D | vk_meta_clear.c | 114 const VkPipelineLayoutCreateInfo info = { in get_clear_pipeline_layout()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 145 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in TEST_F()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 1643 * pname:pCreateInfo is a pointer to a slink:VkPipelineLayoutCreateInfo 1662 [open,refpage='VkPipelineLayoutCreateInfo',desc='Structure specifying the parameters of a newly cre… 1664 The slink:VkPipelineLayoutCreateInfo structure is defined as: 1666 include::{generated}/api/structs/VkPipelineLayoutCreateInfo.adoc[] 1695 provide values to sname:VkPipelineLayoutCreateInfo that match the values 1701 * [[VUID-VkPipelineLayoutCreateInfo-setLayoutCount-00286]] 1704 * [[VUID-VkPipelineLayoutCreateInfo-descriptorType-03016]] 1715 * [[VUID-VkPipelineLayoutCreateInfo-descriptorType-03017]] 1726 * [[VUID-VkPipelineLayoutCreateInfo-descriptorType-03018]] 1737 * [[VUID-VkPipelineLayoutCreateInfo-descriptorType-06939]] [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.cpp | 296 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in getPipelineLayout()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 322 const VkPipelineLayoutCreateInfo* from, 323 VkPipelineLayoutCreateInfo* to);
|
D | goldfish_vk_transform_guest.h | 507 VkPipelineLayoutCreateInfo* toTransform); 510 VkPipelineLayoutCreateInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 616 const VkPipelineLayoutCreateInfo* forMarshaling); 619 VkPipelineLayoutCreateInfo* forUnmarshaling);
|
D | VkEncoder.h | 223 VkResult vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo,
|
D | goldfish_vk_counting_guest.h | 295 const VkPipelineLayoutCreateInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 338 const VkPipelineLayoutCreateInfo* forMarshaling,
|
D | goldfish_vk_transform_guest.cpp | 1614 VkPipelineLayoutCreateInfo* toTransform) { in transform_tohost_VkPipelineLayoutCreateInfo() 1631 VkPipelineLayoutCreateInfo* toTransform) { in transform_fromhost_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 315 const VkPipelineLayoutCreateInfo* from, 316 VkPipelineLayoutCreateInfo* to);
|
D | goldfish_vk_transform.h | 513 VkPipelineLayoutCreateInfo* toTransform); 516 VkPipelineLayoutCreateInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 601 const VkPipelineLayoutCreateInfo* forMarshaling); 604 VkPipelineLayoutCreateInfo* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 318 VkPipelineLayoutCreateInfo* forUnmarshaling,
|
D | goldfish_vk_transform.cpp | 1617 VkPipelineLayoutCreateInfo* toTransform) { in transform_tohost_VkPipelineLayoutCreateInfo() 1634 VkPipelineLayoutCreateInfo* toTransform) { in transform_fromhost_VkPipelineLayoutCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 326 const VkPipelineLayoutCreateInfo pipelineLayoutCi = { in setUpGraphicsPipeline()
|
D | VkDecoderSnapshot.h | 320 VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1511 VkPipelineLayoutCreateInfo layout_info = {}; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3662 typedef struct VkPipelineLayoutCreateInfo { struct 3670 } VkPipelineLayoutCreateInfo; argument 4016 …(VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device, const VkPipelineLayoutCreateInfo* pCreate… 4459 const VkPipelineLayoutCreateInfo* pCreateInfo,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 339 …f( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo ) == sizeof( VkPipelineLayoutCreateInfo ), "stru…
|
12