Home
last modified time | relevance | path

Searched refs:VkPipelineLayoutCreateInfo (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_layout.c37 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()
Dvk_pipeline_layout.h81 const VkPipelineLayoutCreateInfo *pCreateInfo);
86 const VkPipelineLayoutCreateInfo *pCreateInfo);
Dvk_meta.c268 const VkPipelineLayoutCreateInfo *info, in vk_meta_create_pipeline_layout()
311 const VkPipelineLayoutCreateInfo layout_info = { in vk_meta_get_pipeline_layout()
Dvk_meta.h150 const VkPipelineLayoutCreateInfo *info,
Dvk_meta_clear.c114 const VkPipelineLayoutCreateInfo info = { in get_clear_pipeline_layout()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp145 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in TEST_F()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc1643 * 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/
DGpuDecompressionPipeline.cpp296 VkPipelineLayoutCreateInfo pipelineLayoutInfo = { in getPipelineLayout()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h322 const VkPipelineLayoutCreateInfo* from,
323 VkPipelineLayoutCreateInfo* to);
Dgoldfish_vk_transform_guest.h507 VkPipelineLayoutCreateInfo* toTransform);
510 VkPipelineLayoutCreateInfo* toTransform);
Dgoldfish_vk_marshaling_guest.h616 const VkPipelineLayoutCreateInfo* forMarshaling);
619 VkPipelineLayoutCreateInfo* forUnmarshaling);
DVkEncoder.h223 VkResult vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo,
Dgoldfish_vk_counting_guest.h295 const VkPipelineLayoutCreateInfo* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h338 const VkPipelineLayoutCreateInfo* forMarshaling,
Dgoldfish_vk_transform_guest.cpp1614 VkPipelineLayoutCreateInfo* toTransform) { in transform_tohost_VkPipelineLayoutCreateInfo()
1631 VkPipelineLayoutCreateInfo* toTransform) { in transform_fromhost_VkPipelineLayoutCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h315 const VkPipelineLayoutCreateInfo* from,
316 VkPipelineLayoutCreateInfo* to);
Dgoldfish_vk_transform.h513 VkPipelineLayoutCreateInfo* toTransform);
516 VkPipelineLayoutCreateInfo* toTransform);
Dgoldfish_vk_marshaling.h601 const VkPipelineLayoutCreateInfo* forMarshaling);
604 VkPipelineLayoutCreateInfo* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h318 VkPipelineLayoutCreateInfo* forUnmarshaling,
Dgoldfish_vk_transform.cpp1617 VkPipelineLayoutCreateInfo* toTransform) { in transform_tohost_VkPipelineLayoutCreateInfo()
1634 VkPipelineLayoutCreateInfo* toTransform) { in transform_fromhost_VkPipelineLayoutCreateInfo()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp326 const VkPipelineLayoutCreateInfo pipelineLayoutCi = { in setUpGraphicsPipeline()
DVkDecoderSnapshot.h320 VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo,
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1511 VkPipelineLayoutCreateInfo layout_info = {}; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3662 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/
Dvulkansc_static_assertions.hpp339 …f( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo ) == sizeof( VkPipelineLayoutCreateInfo ), "stru…

12