Searched refs:createSubgroupOperation (Results 1 – 1 of 1) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 193 …spv::Id createSubgroupOperation(glslang::TOperator op, spv::Id typeId, std::vector<spv::Id>& opera… 5408 return createSubgroupOperation(op, typeId, operands, typeProxy); 6354 spv::Id TGlslangToSpvTraverser::createSubgroupOperation(glslang::TOperator op, spv::Id typeId, function in __anon26c506720111::TGlslangToSpvTraverser 6917 return createSubgroupOperation(op, typeId, operands, typeProxy); 7208 return createSubgroupOperation(op, typeId, operands, glslang::EbtVoid);
|