/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_maintenance1.txt | 60 functions and the flink:vkAllocateDescriptorSets and 63 can give a more precise reason for flink:vkAllocateDescriptorSets
|
D | VK_KHR_maintenance1.adoc | 58 functions and the flink:vkAllocateDescriptorSets and 61 can give a more precise reason for flink:vkAllocateDescriptorSets
|
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 6 …f (!(ptrs_.vkAllocateDescriptorSets = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstancePr… 7 return Result("Vulkan: Unable to load vkAllocateDescriptorSets pointer");
|
D | vk-wrappers-1-0.h | 2 PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 6 …f (!(ptrs_.vkAllocateDescriptorSets = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstancePr… 7 return Result("Vulkan: Unable to load vkAllocateDescriptorSets pointer");
|
D | vk-wrappers-1-0.h | 2 PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 2 AMBER_VK_FUNC(vkAllocateDescriptorSets)
|
D | pipeline.cc | 164 if (device_->GetPtrs()->vkAllocateDescriptorSets( in CreateDescriptorSets()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 85 vkAllocateDescriptorSets
|
D | vk_swiftshader.lds | 85 vkAllocateDescriptorSets;
|
D | VkGetProcAddress.cpp | 231 MAKE_VULKAN_DEVICE_ENTRY(vkAllocateDescriptorSets),
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 21 VK_INSTANCE(vkAllocateDescriptorSets, VkResult, VkDevice, const VkDescriptorSetAllocateInfo *, VkDe…
|
D | Device.cpp | 311 return driver->vkAllocateDescriptorSets(device, &info, out); in AllocateDescriptorSet()
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 4 vkAllocateDescriptorSets
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 104 vkAllocateDescriptorSets
|
D | gpa_helper.c | 108 if (!strcmp(funcName, "vkAllocateDescriptorSets")) return vkAllocateDescriptorSets; in trampoline_get_proc_addr()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.2.rst | 40 - 19.1.0: assert in vkAllocateDescriptorSets using immutable samplers
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 117 PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; member 516 extern PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets;
|
D | volk.c | 327 …vkAllocateDescriptorSets = (PFN_vkAllocateDescriptorSets)load(context, "vkAllocateDescriptorSets"); in volkGenLoadDevice() 728 …table->vkAllocateDescriptorSets = (PFN_vkAllocateDescriptorSets)load(context, "vkAllocateDescripto… in volkGenLoadDeviceTable() 1131 PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 103 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkAllocateDescriptorSets", FUNCTIONORIGIN_D… 241 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkAllocateDescriptorSets", FUNCTIONORIGIN_D… 407 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkAllocateDescriptorSets", FUNCTIONORIGIN_D… 586 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkAllocateDescriptorSets", FUNCTIONORIGIN_D…
|
D | vkInitDeviceFunctionPointers.inl | 71 …iptorSets = (AllocateDescriptorSetsFunc) GET_PROC_ADDR("vkAllocateDescriptorSets");
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 133 IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateDescriptorSets) \ 936 err = vkAllocateDescriptorSets(v->Device, &alloc_info, &bd->DescriptorSet); in ImGui_ImplVulkan_CreateDeviceObjects()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.txt | 2365 i.e. all of flink:vkAllocateDescriptorSets, flink:vkFreeDescriptorSets, 2369 flink:vkAllocateDescriptorSets and flink:vkResetDescriptorPool are 2484 [open,refpage='vkAllocateDescriptorSets',desc='Allocate one or more descriptor sets',type='protos'] 2488 include::{generated}/api/protos/vkAllocateDescriptorSets.txt[] 2529 If a call to fname:vkAllocateDescriptorSets would cause the total number of 2535 fname:vkAllocateDescriptorSets would cause the number of any given 2542 fname:vkAllocateDescriptorSets would cause the total number of inline 2566 fname:vkAllocateDescriptorSets can: be used to create multiple descriptor 2596 include::{generated}/validity/protos/vkAllocateDescriptorSets.txt[]
|
D | descriptorsets.adoc | 2683 i.e. all of flink:vkAllocateDescriptorSets, flink:vkFreeDescriptorSets, 2687 flink:vkAllocateDescriptorSets and flink:vkResetDescriptorPool are 2852 [open,refpage='vkAllocateDescriptorSets',desc='Allocate one or more descriptor sets',type='protos'] 2854 :refpage: vkAllocateDescriptorSets 2861 include::{generated}/api/protos/vkAllocateDescriptorSets.adoc[] 2906 If a call to fname:vkAllocateDescriptorSets would cause the total number of 2912 fname:vkAllocateDescriptorSets would cause the number of any given 2919 fname:vkAllocateDescriptorSets would cause the total number of inline 2943 fname:vkAllocateDescriptorSets can: be used to create multiple descriptor 2982 include::{generated}/validity/protos/vkAllocateDescriptorSets.adoc[]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 1607 return vkAllocateDescriptorSets(device, &allocInfo, descriptorSetsOut);
|