Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvPostProcess.cpp68 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType() local
70 if (basicTypeOp == OpTypeFloat || basicTypeOp == OpTypeInt) in postProcessType()
77 if (basicTypeOp == OpTypeStruct) { in postProcessType()
107 if (basicTypeOp == OpTypeInt) in postProcessType()
109 if (basicTypeOp == OpTypeFloat) in postProcessType()
178 if (basicTypeOp == OpTypeFloat && width == 16) in postProcessType()
180 if (basicTypeOp == OpTypeInt && width == 16) in postProcessType()
182 if (basicTypeOp == OpTypeInt && width == 8) in postProcessType()