Searched refs:CollectInterfaceByLocation (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 619 static std::map<location_t, interface_var> CollectInterfaceByLocation(shader_module const *src, spi… in CollectInterfaceByLocation() function 863 auto inputs = CollectInterfaceByLocation(vs, entrypoint, spv::StorageClassInput, false); in ValidateViAgainstVsInputs() 939 auto outputs = CollectInterfaceByLocation(fs, entrypoint, spv::StorageClassOutput, false); in ValidateFsOutputsAgainstRenderPass() 2099 …CollectInterfaceByLocation(producer, producer_entrypoint, spv::StorageClassOutput, producer_stage-… in ValidateInterfaceBetweenStages() 2100 …auto inputs = CollectInterfaceByLocation(consumer, consumer_entrypoint, spv::StorageClassInput, co… in ValidateInterfaceBetweenStages()
|