Home | History | Annotate | Download | only in layers

Lines Matching refs:descriptor_set

170 void AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet descriptor_set) {
174 HandleToUint64(descriptor_set), __LINE__, OBJTRACK_NONE, LayerName,
176 "VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT", HandleToUint64(descriptor_set));
181 pNewObjNode->handle = HandleToUint64(descriptor_set);
183 device_data->object_map[kVulkanObjectTypeDescriptorSet][HandleToUint64(descriptor_set)] = pNewObjNode;
188 bool ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet descriptor_set) {
191 uint64_t object_handle = HandleToUint64(descriptor_set);
201 HandleToUint64(descriptor_set), pNode->parent_object, HandleToUint64(descriptor_pool),