Home
last modified time | relevance | path

Searched refs:image_binds (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.c162 VK_MULTIALLOC_DECL(&ma, VkSparseImageMemoryBindInfo, image_binds, in vk_queue_submit_alloc()
195 submit->image_binds = image_binds; in vk_queue_submit_alloc()
589 const VkSparseImageMemoryBindInfo *image_binds; member
612 sparse_memory_image_bind_entry_count += info->image_binds[i].bindCount; in vk_queue_submit()
731 if (info->image_binds) in vk_queue_submit()
732 typed_memcpy(submit->image_binds, info->image_binds, info->image_bind_count); in vk_queue_submit()
737 submit->image_binds[i].pBinds = binds; in vk_queue_submit()
738 typed_memcpy(binds, info->image_binds[ in vk_queue_submit()
[all...]
H A Dvk_queue.h217 VkSparseImageMemoryBindInfo *image_binds; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h144 uint32_t image_binds[PIPE_SHADER_TYPES]; member
H A Dzink_context.c1240 if (!res->sampler_binds[pstage] && !res->image_binds[pstage]) in unbind_descriptor_stage()
1359 if (!res->sampler_binds[pstage] && !res->image_binds[pstage]) in unbind_descriptor_reads()
1515 res->image_binds[stage] &= ~BITFIELD_BIT(slot); in unbind_shader_image()
1668 res->image_binds[p_stage] |= BITFIELD_BIT(start_slot + i); in zink_set_shader_images()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c4993 VkSparseImageMemoryBindInfo *image_binds; member
5033 VkResult result = radv_sparse_image_bind_memory(device, submission->image_binds + i); in radv_queue_submit_bind_sparse_memory()

Completed in 19 milliseconds