Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp239 if (unit.xfbBuffers[b].contains16BitType) in mergeModes()
240 xfbBuffers[b].contains16BitType = true; in mergeModes()
723 else if (xfbBuffers[b].contains16BitType) in finalCheck()
752 else if (xfbBuffers[b].contains16BitType && ! IsMultipleOfPow2(xfbBuffers[b].stride, 2)) { in finalCheck()
1380 …uteTypeXfbSize(type, buffer.contains64BitType, buffer.contains32BitType, buffer.contains16BitType); in addXfbBufferOffset()
1403 …const TType& type, bool& contains64BitType, bool& contains32BitType, bool& contains16BitType) const in computeTypeXfbSize()
1416 …ySize() * computeTypeXfbSize(elementType, contains64BitType, contains16BitType, contains16BitType); in computeTypeXfbSize()
1453 contains16BitType = true; in computeTypeXfbSize()
1475 contains16BitType = true; in computeTypeXfbSize()
Dlocalintermediate.h154 contains32BitType(false), contains16BitType(false) { } in TXfbBuffer()
160 bool contains16BitType; member
789 …ize(const TType&, bool& contains64BitType, bool& contains32BitType, bool& contains16BitType) const;
DParseHelper.cpp8087 bool contains16BitType = false; in fixXfbOffsets() local
8088 …omputeTypeXfbSize(*typeList[member].type, contains64BitType, contains32BitType, contains16BitType); in fixXfbOffsets()
8096 else if (contains16BitType) in fixXfbOffsets()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp8880 bool contains16BitType = false; in fixXfbOffsets() local
8881 …omputeTypeXfbSize(*typeList[member].type, contains64BitType, contains32BitType, contains16BitType); in fixXfbOffsets()
8890 else if (contains16BitType) in fixXfbOffsets()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3606 const bool contains16BitType = node->getType().contains16BitFloat() || in createSpvVariable() local
3608 if (contains16BitType) { in createSpvVariable()