Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp70 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType() local
72 if (basicTypeOp == OpTypeFloat || basicTypeOp == OpTypeInt) in postProcessType()
79 if (basicTypeOp == OpTypeStruct) { in postProcessType()
109 if (basicTypeOp == OpTypeInt) in postProcessType()
111 if (basicTypeOp == OpTypeFloat) in postProcessType()
145 if (basicTypeOp == OpTypeFloat && width == 16) in postProcessType()
147 if (basicTypeOp == OpTypeInt && width == 16) in postProcessType()
149 if (basicTypeOp == OpTypeInt && width == 8) in postProcessType()