Home
last modified time | relevance | path

Searched refs:createIntWidthConversion (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp210 spv::Id createIntWidthConversion(glslang::TOperator op, spv::Id operand, int vectorSize);
6252 spv::Id TGlslangToSpvTraverser::createIntWidthConversion(glslang::TOperator op, spv::Id operand, in… in createIntWidthConversion() function in __anon8cc894d10111::TGlslangToSpvTraverser
6595 operand = createIntWidthConversion(op, operand, vectorSize); in createConversion()