Searched defs:PipelineExecutableProperty (Results 1 – 2 of 2) sorted by relevance
339 struct PipelineExecutableProperty struct341 …PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string descrip… in PipelineExecutableProperty() function350 const VkShaderStageFlags stageFlags;351 const std::string name;352 const std::string description;353 const uint32_t subgroupSize;355 void addStat (const PipelineExecutableStat& stat) { m_stats.emplace_back(stat); } in addStat()356 void addIR (const PipelineExecutableInternalRepresentation& ir) { m_irs.emplace_back(ir); } in addIR()358 const std::vector<PipelineExecutableStat>& getStats (void) const { return m_stats; } in getStats()359 const std::vector<PipelineExecutableInternalRepresentation>& getIRs (void) const { return m_irs; } in getIRs()[all …]
336 struct PipelineExecutableProperty struct338 …PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string descrip… in PipelineExecutableProperty() function347 const VkShaderStageFlags stageFlags;348 const std::string name;349 const std::string description;350 const uint32_t subgroupSize;352 void addStat (const PipelineExecutableStat& stat) { m_stats.emplace_back(stat); } in addStat()353 void addIR (const PipelineExecutableInternalRepresentation& ir) { m_irs.emplace_back(ir); } in addIR()355 const std::vector<PipelineExecutableStat>& getStats (void) const { return m_stats; } in getStats()356 const std::vector<PipelineExecutableInternalRepresentation>& getIRs (void) const { return m_irs; } in getIRs()[all …]