HomeSort by relevance Sort by last modified time
    Searched refs:string_VkDescriptorType (Results 1 - 13 of 13) sorted by null

  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 201 << string_VkDescriptorType(binding.descriptorType) << "' but binding " << binding.binding
203 << string_VkDescriptorType(rh_ds_layout->GetTypeFromBinding(binding.binding)) << "'";
    [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 189 << string_VkDescriptorType(binding.descriptorType) << "' but binding " << binding.binding
191 << string_VkDescriptorType(rh_ds_layout->GetTypeFromBinding(binding.binding)) << "'";
533 << string_VkDescriptorType(dst_type) << " from descriptorSet " << src_set->GetSet() << " binding #"
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 189 << string_VkDescriptorType(binding.descriptorType) << "' but binding " << binding.binding
191 << string_VkDescriptorType(rh_ds_layout->GetTypeFromBinding(binding.binding)) << "'";
533 << string_VkDescriptorType(dst_type) << " from descriptorSet " << src_set->GetSet() << " binding #"
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 189 << string_VkDescriptorType(binding.descriptorType) << "' but binding " << binding.binding
191 << string_VkDescriptorType(rh_ds_layout->GetTypeFromBinding(binding.binding)) << "'";
533 << string_VkDescriptorType(dst_type) << " from descriptorSet " << src_set->GetSet() << " binding #"
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 542 static inline const char* string_VkDescriptorType(VkDescriptorType input_value)
    [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_wrappers.cpp     [all...]

Completed in 583 milliseconds