Home
last modified time | relevance | path

Searched refs:pPipelineLayout (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c177 VkPipelineLayout* pPipelineLayout) in lvp_CreatePipelineLayout() argument
206 *pPipelineLayout = lvp_pipeline_layout_to_handle(layout); in lvp_CreatePipelineLayout()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c336 VkPipelineLayout *pPipelineLayout) in v3dv_CreatePipelineLayout() argument
375 *pPipelineLayout = v3dv_pipeline_layout_to_handle(layout); in v3dv_CreatePipelineLayout()
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c341 VkPipelineLayout *pPipelineLayout) in tu_CreatePipelineLayout() argument
377 *pPipelineLayout = tu_pipeline_layout_to_handle(layout); in tu_CreatePipelineLayout()
/external/vulkan-validation-layers/layers/
Dcore_validation.h547 … const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout,
1230 … VkPipelineLayout* pPipelineLayout, std::vector<VkDescriptorSetLayout>* new_layouts,
1578 … const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1580 … const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout,
1583 … const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout,
Dgpu_validation.cpp379 … const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout, in GpuPreCallCreatePipelineLayout() argument
Dcore_validation.cpp5631 … const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) { in PreCallValidateCreatePipelineLayout() argument
6085 … const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout, in PreCallRecordCreatePipelineLayout() argument
6089 … GpuPreCallCreatePipelineLayout(pCreateInfo, pAllocator, pPipelineLayout, &cpl_state->new_layouts, in PreCallRecordCreatePipelineLayout()
6095 … const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout, in PostCallRecordCreatePipelineLayout() argument
6097 …cker::PostCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, result); in PostCallRecordCreatePipelineLayout()
6107 … VkPipelineLayout *pPipelineLayout, VkResult result) { in PostCallRecordCreatePipelineLayout() argument
6111 pipeline_layout_state->layout = *pPipelineLayout; in PostCallRecordCreatePipelineLayout()
6129 pipelineLayoutMap[*pPipelineLayout] = std::move(pipeline_layout_state); in PostCallRecordCreatePipelineLayout()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c413 VkPipelineLayout* pPipelineLayout) in radv_CreatePipelineLayout() argument
469 *pPipelineLayout = radv_pipeline_layout_to_handle(layout); in radv_CreatePipelineLayout()
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c703 VkPipelineLayout* pPipelineLayout) in anv_CreatePipelineLayout() argument
747 *pPipelineLayout = anv_pipeline_layout_to_handle(layout); in anv_CreatePipelineLayout()
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h484 VkPipelineLayout* pPipelineLayout);
489 VkPipelineLayout* pPipelineLayout,
Dchassis.h435 VkPipelineLayout* pPipelineLayout);
2728 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) { return fa… in PreCallValidateCreatePipelineLayout() argument
2729 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) {}; in PreCallRecordCreatePipelineLayout() argument
2730 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout, VkResult res… in PostCallRecordCreatePipelineLayout() argument
3710 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout, void *cpl_st… in PreCallRecordCreatePipelineLayout() argument
3711 PreCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in PreCallRecordCreatePipelineLayout()
Dlayer_chassis_dispatch.cpp2072 VkPipelineLayout* pPipelineLayout) in DispatchCreatePipelineLayout() argument
2075 …data->device_dispatch_table.CreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in DispatchCreatePipelineLayout()
2087 …eLayout(device, (const VkPipelineLayoutCreateInfo*)local_pCreateInfo, pAllocator, pPipelineLayout); in DispatchCreatePipelineLayout()
2092 *pPipelineLayout = layer_data->WrapNew(*pPipelineLayout); in DispatchCreatePipelineLayout()
Dparameter_validation.h310 VkPipelineLayout* pPipelineLayout);
Dobject_tracker.cpp1173 VkPipelineLayout* pPipelineLayout) { in PreCallValidateCreatePipelineLayout() argument
1191 VkPipelineLayout* pPipelineLayout, in PostCallRecordCreatePipelineLayout() argument
1194 CreateObject(device, *pPipelineLayout, kVulkanObjectTypePipelineLayout, pAllocator); in PostCallRecordCreatePipelineLayout()
Dthread_safety.h1141 VkPipelineLayout* pPipelineLayout);
1147 VkPipelineLayout* pPipelineLayout,
Dlayer_chassis_dispatch.h338 VkPipelineLayout* pPipelineLayout);
Dthread_safety.cpp1185 VkPipelineLayout* pPipelineLayout) { in PreCallRecordCreatePipelineLayout() argument
1193 VkPipelineLayout* pPipelineLayout, in PostCallRecordCreatePipelineLayout() argument
Dchassis.cpp865 VkPipelineLayout* pPipelineLayout) { in CreatePipelineLayout() argument
879 …= intercept->PreCallValidateCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in CreatePipelineLayout()
884 …t->PreCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, &cpl_state); in CreatePipelineLayout()
886 …DispatchCreatePipelineLayout(device, &cpl_state.modified_create_info, pAllocator, pPipelineLayout); in CreatePipelineLayout()
889 …cept->PostCallRecordCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout, result); in CreatePipelineLayout()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1161 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1162 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1163 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1164 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1165 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1166 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
1167 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
Danv_entrypoints.c2066 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) in anv_CreatePipelineLayout() argument
2069 …turn anv_device->dispatch.vkCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout); in anv_CreatePipelineLayout()
3431 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
3937 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
4443 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
4949 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
5455 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
5961 …eateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) __attribute_…
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp2079 …reateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) in vkCreatePipelineLayout() argument
2082 device, pCreateInfo, pAllocator, pPipelineLayout); in vkCreatePipelineLayout()
2097 return vk::PipelineLayout::Create(pAllocator, pCreateInfo, pPipelineLayout); in vkCreatePipelineLayout()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl265 …nfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const
267 return m_vk.createPipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout);
DvkConcreteDeviceInterface.inl56 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const;
DvkVirtualDeviceInterface.inl56 …pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const = 0;
DvkNullDriverImpl.inl76 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) argument
79 …VK_NULL_RETURN((*pPipelineLayout = allocateNonDispHandle<PipelineLayout, VkPipelineLayout>(device,…
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2802 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout);
3247 VkPipelineLayout* pPipelineLayout);

12