Searched defs:PipelineExecutableProperty (Results 1 – 1 of 1) sorted by relevance
378 struct PipelineExecutableProperty struct380 …PipelineExecutableProperty(VkShaderStageFlags stageFlags_, std::string name_, std::string descript… in PipelineExecutableProperty() argument391 const VkShaderStageFlags stageFlags;392 const std::string name;393 const std::string description;394 const uint32_t subgroupSize;396 void addStat(const PipelineExecutableStat &stat) in addStat()400 void addIR(const PipelineExecutableInternalRepresentation &ir) in addIR()405 const std::vector<PipelineExecutableStat> &getStats(void) const in getStats()409 const std::vector<PipelineExecutableInternalRepresentation> &getIRs(void) const in getIRs()[all …]