Home
last modified time | relevance | path

Searched defs:dest_set (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp1695 auto dest_set = p_wds[i].dstSet; in ValidateUpdateDescriptorSets() local
1744 auto dest_set = p_wds[i].dstSet; in PerformUpdateDescriptorSets() local
2332 bool CoreChecks::ValidateWriteUpdate(const DescriptorSet *dest_set, const VkWriteDescriptorSet *upd… in ValidateWriteUpdate()
2468 bool CoreChecks::VerifyWriteUpdateContents(const DescriptorSet *dest_set, const VkWriteDescriptorSe… in VerifyWriteUpdateContents()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c31 BITSET_WORD *dest_set, BITSET_WORD *src_set, in ppir_liveness_propagate()