/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_descriptor_set.c | 177 VkPipelineLayout* pPipelineLayout) in lvp_CreatePipelineLayout() argument 206 *pPipelineLayout = lvp_pipeline_layout_to_handle(layout); in lvp_CreatePipelineLayout()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_descriptor_set.c | 336 VkPipelineLayout *pPipelineLayout) in v3dv_CreatePipelineLayout() argument 375 *pPipelineLayout = v3dv_pipeline_layout_to_handle(layout); in v3dv_CreatePipelineLayout()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 341 VkPipelineLayout *pPipelineLayout) in tu_CreatePipelineLayout() argument 377 *pPipelineLayout = tu_pipeline_layout_to_handle(layout); in tu_CreatePipelineLayout()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 547 … 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,
|
D | gpu_validation.cpp | 379 … const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout, in GpuPreCallCreatePipelineLayout() argument
|
D | core_validation.cpp | 5631 … 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/ |
D | radv_descriptor_set.c | 413 VkPipelineLayout* pPipelineLayout) in radv_CreatePipelineLayout() argument 469 *pPipelineLayout = radv_pipeline_layout_to_handle(layout); in radv_CreatePipelineLayout()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 703 VkPipelineLayout* pPipelineLayout) in anv_CreatePipelineLayout() argument 747 *pPipelineLayout = anv_pipeline_layout_to_handle(layout); in anv_CreatePipelineLayout()
|
/external/vulkan-validation-layers/layers/generated/ |
D | object_tracker.h | 484 VkPipelineLayout* pPipelineLayout); 489 VkPipelineLayout* pPipelineLayout,
|
D | chassis.h | 435 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()
|
D | layer_chassis_dispatch.cpp | 2072 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()
|
D | parameter_validation.h | 310 VkPipelineLayout* pPipelineLayout);
|
D | object_tracker.cpp | 1173 VkPipelineLayout* pPipelineLayout) { in PreCallValidateCreatePipelineLayout() argument 1191 VkPipelineLayout* pPipelineLayout, in PostCallRecordCreatePipelineLayout() argument 1194 CreateObject(device, *pPipelineLayout, kVulkanObjectTypePipelineLayout, pAllocator); in PostCallRecordCreatePipelineLayout()
|
D | thread_safety.h | 1141 VkPipelineLayout* pPipelineLayout); 1147 VkPipelineLayout* pPipelineLayout,
|
D | layer_chassis_dispatch.h | 338 VkPipelineLayout* pPipelineLayout);
|
D | thread_safety.cpp | 1185 VkPipelineLayout* pPipelineLayout) { in PreCallRecordCreatePipelineLayout() argument 1193 VkPipelineLayout* pPipelineLayout, in PostCallRecordCreatePipelineLayout() argument
|
D | chassis.cpp | 865 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/ |
D | anv_entrypoints.h | 1161 …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);
|
D | anv_entrypoints.c | 2066 …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/ |
D | libVulkan.cpp | 2079 …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/ |
D | vkDeviceDriverImpl.inl | 265 …nfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const 267 return m_vk.createPipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout);
|
D | vkConcreteDeviceInterface.inl | 56 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const;
|
D | vkVirtualDeviceInterface.inl | 56 …pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const = 0;
|
D | vkNullDriverImpl.inl | 76 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) argument 79 …VK_NULL_RETURN((*pPipelineLayout = allocateNonDispHandle<PipelineLayout, VkPipelineLayout>(device,…
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2802 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout); 3247 VkPipelineLayout* pPipelineLayout);
|