Lines Matching defs:set
1530 VkDescriptorSet *set)
1541 /* Allocate descriptor set */
1550 result = v3dv_AllocateDescriptorSets(_device, &info, set);
1557 result = v3dv_AllocateDescriptorSets(_device, &info, set);
2048 /* Setup descriptor set for the source texel buffer. We don't have to
2053 VkDescriptorSet set;
2054 result = allocate_texel_buffer_copy_descriptor_set(cmd_buffer, &set);
2085 .dstSet = set,
2107 0, 1, &set,
3748 VkDescriptorSet *set)
3759 /* Allocate descriptor set */
3768 result = v3dv_AllocateDescriptorSets(_device, &info, set);
3775 result = v3dv_AllocateDescriptorSets(_device, &info, set);
4087 /* Setup descriptor set for blit source texture. We don't have to
4092 VkDescriptorSet set;
4093 result = allocate_blit_source_descriptor_set(cmd_buffer, &set);
4129 .dstSet = set,
4141 0, 1, &set,