Searched refs:string_VkDescriptorType (Results 1 – 3 of 3) sorted by relevance
266 … << string_VkDescriptorType(binding.descriptorType) << "' but binding " << binding.binding in VerifySetLayoutCompatibility()268 … << string_VkDescriptorType(rh_ds_layout_def->GetTypeFromBinding(binding.binding)) << "'"; in VerifySetLayoutCompatibility()369 string_VkDescriptorType(binding_info.descriptorType), i); in ValidateDescriptorSetLayoutCreateInfo()1033 …<< " with type " << string_VkDescriptorType(dst_type) << " from descriptorSet " << src_set->GetSet… in ValidateCopyUpdate()1034 … << " binding #" << update->srcBinding << " with type " << string_VkDescriptorType(src_type) in ValidateCopyUpdate()1479 …howbase << usage << " being used for a descriptor update of type " << string_VkDescriptorType(type) in ValidateImageUpdate()1510 error_str << "Descriptor update with descriptorType " << string_VkDescriptorType(type) in ValidateImageUpdate()1930 …<< " being used for a descriptor update of type " << string_VkDescriptorType(type) << " does not h… in ValidateBufferUsage()2215 …ds_data->required_descriptors_by_type.at(it->first), string_VkDescriptorType(VkDescriptorType(it->… in ValidateAllocateDescriptorSets()2381 << " with type " << string_VkDescriptorType(type) << " but update type is " in ValidateWriteUpdate()[all …]
1473 ss << string_VkDescriptorType(VkDescriptorType(*it)); in string_descriptorTypes()2817 string_VkDescriptorType(binding->descriptorType)); in ValidatePipelineShaderStage()
3003 static inline const char* string_VkDescriptorType(VkDescriptorType input_value) in string_VkDescriptorType() function