Searched refs:dst_set (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.cpp | 1059 auto dst_set = p_cds[i].dstSet; in ValidateUpdateDescriptorSets() local 1062 auto dst_node = core_validation::getSetNode(dev_data, dst_set); in ValidateUpdateDescriptorSets() 1071 … reinterpret_cast<uint64_t &>(dst_set), __LINE__, VALIDATION_ERROR_00972, "DS", in ValidateUpdateDescriptorSets() 1074 … reinterpret_cast<uint64_t &>(dst_set), validation_error_map[VALIDATION_ERROR_00972]); in ValidateUpdateDescriptorSets() 1080 … reinterpret_cast<uint64_t &>(dst_set), __LINE__, error_code, "DS", in ValidateUpdateDescriptorSets() 1083 … reinterpret_cast<uint64_t &>(src_set), reinterpret_cast<uint64_t &>(dst_set), in ValidateUpdateDescriptorSets() 1110 auto dst_set = p_cds[i].dstSet; in PerformUpdateDescriptorSets() local 1113 auto dst_node = core_validation::getSetNode(dev_data, dst_set); in PerformUpdateDescriptorSets()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 202 … const DescriptorSet &dst_set, uint32_t dst_binding, uint32_t dst_array_element, 830 … uint32_t src_array_element, const DescriptorSet &dst_set, in copy_descriptor_set() argument 837 copy.dstSet = dst_set.handle(); in copy_descriptor_set()
|