Home
last modified time | relevance | path

Searched defs:operandBasicType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp7667 … glslang::TBasicType resultBasicType, glslang::TBasicType operandBasicType) in createIntWidthConversion()
7696 … spv::Id operand, glslang::TBasicType resultBasicType, glslang::TBasicType operandBasicType) in createConversion()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp3178 const TBasicType operandBasicType = operandType.getBasicType(); in createAtomicBuiltIn() local