Home
last modified time | relevance | path

Searched refs:vkUpdateDescriptorSets (Results 1 – 25 of 46) sorted by relevance

12

/external/deqp-deps/amber/src/vulkan/
Dsampler_descriptor.cc65 device_->GetPtrs()->vkUpdateDescriptorSets(device_->GetVkDevice(), 1, &write, in UpdateDescriptorSetIfNeeded()
Dvk-funcs-1-0.inc64 AMBER_VK_FUNC(vkUpdateDescriptorSets)
Dbuffer_descriptor.cc114 device_->GetPtrs()->vkUpdateDescriptorSets(device_->GetVkDevice(), 1, &write, in UpdateDescriptorSetIfNeeded()
Dimage_descriptor.cc174 device_->GetPtrs()->vkUpdateDescriptorSets(device_->GetVkDevice(), 1, &write, in UpdateDescriptorSetIfNeeded()
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp171 vkUpdateDescriptorSets(m_device->device(), 2, descriptor_writes, 0, NULL); in TEST_F()
175 vkUpdateDescriptorSets(m_device->device(), 2, descriptor_writes, 0, NULL); in TEST_F()
216 vkUpdateDescriptorSets(m_device->device(), 2, buffer_descriptor_writes, 0, NULL); in TEST_F()
834 vkUpdateDescriptorSets(m_device->device(), 3, descriptor_writes, 0, NULL); in TEST_F()
839 vkUpdateDescriptorSets(m_device->device(), 3, descriptor_writes, 0, NULL); in TEST_F()
3822 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
3849 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
3862 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
3881 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
3936 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
[all …]
Dvktestbinding.cpp394 vkUpdateDescriptorSets(handle(), writes.size(), writes.data(), copies.size(), copies.data()); in update_descriptor_sets()
Dvkpositivelayertests.cpp1029 vkUpdateDescriptorSets(m_device->device(), 0, NULL, copy_size, copy_ds_update); in TEST_F()
2065 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
2112 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
2163 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
2267 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
2962 vkUpdateDescriptorSets(m_device->device(), 1, &descriptor_write, 0, NULL); in TEST_F()
5650 vkUpdateDescriptorSets(m_device->device(), 2, descriptor_writes, 0, NULL); in TEST_F()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp67 VK_INSTANCE(vkUpdateDescriptorSets, void, VkDevice, uint32_t, const VkWriteDescriptorSet *, uint32_…
DDevice.cpp336 driver->vkUpdateDescriptorSets(device, (uint32_t)writes.size(), writes.data(), 0, nullptr); in UpdateStorageBufferDescriptorSets()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds87 vkUpdateDescriptorSets;
Dvk_swiftshader.def87 vkUpdateDescriptorSets
DVkGetProcAddress.cpp223 MAKE_VULKAN_DEVICE_ENTRY(vkUpdateDescriptorSets),
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1555 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in convertIndexBuffer()
1623 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in convertIndexIndirectBuffer()
1693 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in convertLineLoopIndexIndirectBuffer()
1754 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in convertLineLoopArrayIndirectBuffer()
1917 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in convertVertexBufferImpl()
2387 vkUpdateDescriptorSets(contextVk->getDevice(), writeInfoCount, writeInfos + writeInfoOffset, 0, in blitResolveImpl()
2389 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfos[2], 0, nullptr); in blitResolveImpl()
2569 vkUpdateDescriptorSets(contextVk->getDevice(), 3, writeInfos, 0, nullptr); in stencilBlitResolveNoShaderExport()
2775 vkUpdateDescriptorSets(contextVk->getDevice(), 1, &writeInfo, 0, nullptr); in copyImage()
3086 vkUpdateDescriptorSets(contextVk->getDevice(), 2, writeInfos, 0, nullptr); in generateMipmap()
[all …]
/external/mesa3d/docs/relnotes/
D19.2.3.rst134 - radv: fix vkUpdateDescriptorSets with inline uniform blocks
D19.2.2.rst116 - anv: fix vkUpdateDescriptorSets with inline uniform blocks
/external/angle/src/third_party/volk/
Dvolk.h234 PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets; member
650 extern PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets;
Dvolk.c444 vkUpdateDescriptorSets = (PFN_vkUpdateDescriptorSets)load(context, "vkUpdateDescriptorSets"); in volkGenLoadDevice()
845 …table->vkUpdateDescriptorSets = (PFN_vkUpdateDescriptorSets)load(context, "vkUpdateDescriptorSets"… in volkGenLoadDeviceTable()
1265 PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl102 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkUpdateDescriptorSets", FUNCTIONORIGIN_DEV…
240 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkUpdateDescriptorSets", FUNCTIONORIGIN_DEV…
406 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkUpdateDescriptorSets", FUNCTIONORIGIN_DEV…
DvkInitDeviceFunctionPointers.inl67 …teDescriptorSets = (UpdateDescriptorSetsFunc) GET_PROC_ADDR("vkUpdateDescriptorSets");
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp399 vkUpdateDescriptorSets(g_hDevice, 2, descWrites, 0, nullptr); in ValidateContent()
DVulkanSample.cpp1691 vkUpdateDescriptorSets(g_hDevice, 1, &writeDescriptorSet, 0, nullptr); in InitializeApplication()
/external/skqp/src/compute/hs/vk/
Dhs_vk.c541 vkUpdateDescriptorSets(hs->device, in hs_vk_ds_bind()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.c472 vkUpdateDescriptorSets(screen->dev, num_wds, wds, 0, NULL); in zink_draw_vbo()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp742 vkUpdateDescriptorSets(device, 1, &wSet, 0, nullptr); in setWriteDescriptors()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2135 …return anv_device->dispatch.vkUpdateDescriptorSets(device, descriptorWriteCount, pDescriptorWrites… in anv_UpdateDescriptorSets()
3176 .vkUpdateDescriptorSets = anv_UpdateDescriptorSets,
3682 .vkUpdateDescriptorSets = gen7_UpdateDescriptorSets,
4188 .vkUpdateDescriptorSets = gen75_UpdateDescriptorSets,
4694 .vkUpdateDescriptorSets = gen8_UpdateDescriptorSets,
5200 .vkUpdateDescriptorSets = gen9_UpdateDescriptorSets,
5706 .vkUpdateDescriptorSets = gen11_UpdateDescriptorSets,
6212 .vkUpdateDescriptorSets = gen12_UpdateDescriptorSets,

12