Searched refs:multipleCallsPossible (Results 1 – 2 of 2) sorted by relevance
237 …vector<const void*> datas, deUint32 width, deUint32 subgroupSize, bool multipleCallsPossible) const in operator ()()240 return m_allArgsFunc(extraData, datas, width, subgroupSize, multipleCallsPossible); in operator ()()
154 bool multipleCallsPossible) in checkVertexPipelineStagesSubgroupElect() argument181 …return (multipleCallsPossible ? (numSubgroupsUsed >= poisonValuesFound) : (numSubgroupsUsed == poi… in checkVertexPipelineStagesSubgroupElect()