Lines Matching defs:report_data
784 …debug_report_data const *report_data, shader_module const *src, std::unordered_set<uint32_t> const… in CollectInterfaceByDescriptorSlot()
837 static bool ValidateViConsistency(debug_report_data const *report_data, VkPipelineVertexInputStateC… in ValidateViConsistency()
859 static bool ValidateViAgainstVsInputs(debug_report_data const *report_data, VkPipelineVertexInputSt… in ValidateViAgainstVsInputs()
921 static bool ValidateFsOutputsAgainstRenderPass(debug_report_data const *report_data, shader_module … in ValidateFsOutputsAgainstRenderPass()
1200 static bool ValidatePushConstantBlockAgainstPipeline(debug_report_data const *report_data, in ValidatePushConstantBlockAgainstPipeline()
1246 static bool ValidatePushConstantUsage(debug_report_data const *report_data, in ValidatePushConstantUsage()
1263 static bool ValidateSpecializationOffsets(debug_report_data const *report_data, VkPipelineShaderSta… in ValidateSpecializationOffsets()
1399 static bool RequireFeature(debug_report_data const *report_data, VkBool32 feature, char const *feat… in RequireFeature()
1410 static bool RequireExtension(debug_report_data const *report_data, bool extension, char const *exte… in RequireExtension()
1995 auto report_data = GetReportData(); in ValidatePipelineShaderStage() local
2092 static bool ValidateInterfaceBetweenStages(debug_report_data const *report_data, shader_module cons… in ValidateInterfaceBetweenStages()
2185 auto report_data = GetReportData(); in ValidateAndCapturePipelineShaderState() local