/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 63 Char16Type = UnsignedShort; in TargetInfo() 116 case UnsignedShort: return "unsigned short"; in getTypeName() 139 case UnsignedShort: in getTypeConstantSuffix() 157 case UnsignedShort: return "h"; in getTypeFormatModifier() 175 case UnsignedShort: return getShortWidth(); in getTypeWidth() 190 return IsSigned ? SignedShort : UnsignedShort; in getIntTypeByWidth() 205 return IsSigned ? SignedShort : UnsignedShort; in getLeastIntTypeByWidth() 246 case UnsignedShort: return getShortAlign(); in getTypeAlign() 268 case UnsignedShort: in isTypeSigned() 283 WCharType = UnsignedShort; in adjust()
|
D | Targets.cpp | 648 this->WCharType = this->UnsignedShort; in PS4OSTargetInfo() 4118 WCharType = UnsignedShort; in WindowsX86_32TargetInfo() 4202 WCharType = UnsignedShort; in CygwinX86_32TargetInfo() 4407 WCharType = UnsignedShort; in WindowsX86_64TargetInfo() 4492 WCharType = UnsignedShort; in CygwinX86_64TargetInfo() 4643 WCharType = UnsignedShort; in setABIAAPCS() 5500 WCharType = UnsignedShort; in WindowsARMTargetInfo() 5598 WCharType = UnsignedShort; in CygwinARMTargetInfo()
|
/external/angle/src/tests/perf_tests/ |
D | IndexDataManagerTest.cpp | 165 mMockBufferFactory(mBufferSize, gl::DrawElementsType::UnsignedShort), in IndexDataManagerPerfTest() 186 (void)mIndexBuffer.getIndexRange(nullptr, gl::DrawElementsType::UnsignedShort, 0, in step() 188 (void)mIndexDataManager.prepareIndexData(nullptr, gl::DrawElementsType::UnsignedShort, in step() 189 gl::DrawElementsType::UnsignedShort, mIndexCount, in step()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 72 ASSERT(destinationType == gl::DrawElementsType::UnsignedShort); in ConvertIndices() 76 else if (sourceType == gl::DrawElementsType::UnsignedShort) in ConvertIndices() 264 ASSERT(destinationIndexType == gl::DrawElementsType::UnsignedShort || in getStreamingIndexBuffer() 314 : gl::DrawElementsType::UnsignedShort; in GetIndexTranslationDestType()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 42 if (indexType == gl::DrawElementsType::UnsignedShort || in initialize() 146 case gl::DrawElementsType::UnsignedShort: in getIndexFormat()
|
D | Renderer9.cpp | 1531 case gl::DrawElementsType::UnsignedShort: in drawLineLoop() 1557 gl::DrawElementsType::UnsignedShort)); in drawLineLoop() 1573 gl::DrawElementsType::UnsignedShort)); in drawLineLoop() 1598 case gl::DrawElementsType::UnsignedShort: in drawLineLoop() 1657 case gl::DrawElementsType::UnsignedShort: in drawIndexedPoints() 1682 gl::DrawElementsType::UnsignedShort)); in getCountingIB()
|
/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 154 …NED_INT, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 155 …MALIZED, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 156 …GNED_INT, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, true, gl::VertexAttribType::UnsignedShort }, 161 …GNED_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 162 …RMALIZED, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 163 …IGNED_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, true, gl::VertexAttribType::UnsignedShort }, 168 …IGNED_INT, 16, 16, 0, 0, 0, 0, 0, 4, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 169 …ORMALIZED, 16, 16, 0, 0, 0, 0, 0, 4, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, 170 …SIGNED_INT, 16, 16, 0, 0, 0, 0, 0, 4, 1, false, false, true, gl::VertexAttribType::UnsignedShort }, 175 …SIGNED_INT, 16, 0, 0, 0, 0, 0, 0, 2, 1, false, false, false, gl::VertexAttribType::UnsignedShort }, [all …]
|
D | renderer_utils.h | 280 case gl::DrawElementsType::UnsignedShort: in GetLineLoopWithRestartIndexCount()
|
/external/angle/src/common/ |
D | PackedEnums.cpp | 243 case DrawElementsType::UnsignedShort: in operator <<() 393 case VertexAttribType::UnsignedShort: in operator <<()
|
D | PackedEnums.h | 285 UnsignedShort = 1, enumerator 321 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedShort, GL_UNSIGNED_SHORT); 454 UnsignedShort = 3, // GLenum == 0x1403 enumerator 512 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedShort, GL_UNSIGNED_SHORT);
|
D | utilities.cpp | 635 case DrawElementsType::UnsignedShort: in ComputeIndexRange() 655 case DrawElementsType::UnsignedShort: in GetPrimitiveRestartIndex()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 118 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedShort) == 1, 435 case VertexAttribType::UnsignedShort: in GetVertexAttributeComponentType()
|
D | Context.cpp | 8774 {DrawElementsType::UnsignedShort, true}, in updateValidDrawElementsTypes() 8801 {VertexAttribType::UnsignedShort, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 8814 {VertexAttribType::UnsignedShort, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation() 8831 {VertexAttribType::UnsignedShort, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 145 case gl::DrawElementsType::UnsignedShort: in getIndexFormat()
|
D | Context11.cpp | 74 : gl::DrawElementsType::UnsignedShort; in DrawCallHasStreamingElementArray()
|
D | Buffer11.cpp | 1556 case gl::DrawElementsType::UnsignedShort: in getBuffer() 1602 case gl::DrawElementsType::UnsignedShort: in getBuffer()
|
D | Renderer11.cpp | 167 case gl::DrawElementsType::UnsignedShort: in GetLineLoopIndices() 196 case gl::DrawElementsType::UnsignedShort: in GetLineLoopIndices() 279 case gl::DrawElementsType::UnsignedShort: in GetTriFanIndices() 305 case gl::DrawElementsType::UnsignedShort: in GetTriFanIndices()
|
D | renderer11_utils.cpp | 2582 return (!primitiveRestartFixedIndexEnabled && type == gl::DrawElementsType::UnsignedShort); in UsePrimitiveRestartWorkaround()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 129 UnsignedShort, enumerator 253 return UnsignedShort; in getCorrespondingUnsignedType()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 564 case gl::DrawElementsType::UnsignedShort: 628 case gl::DrawElementsType::UnsignedShort: 838 case gl::DrawElementsType::UnsignedShort: 910 case gl::DrawElementsType::UnsignedShort:
|
D | BufferMtl.mm | 245 case gl::DrawElementsType::UnsignedShort:
|
D | mtl_utils.mm | 425 case gl::DrawElementsType::UnsignedShort:
|
D | VertexArrayMtl.mm | 499 *indexTypeOut = gl::DrawElementsType::UnsignedShort;
|
/external/angle/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 149 gl::DrawElementsType::UnsignedShort, false}; in TEST_P()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 788 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros() 789 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder); in InitializePredefinedMacros()
|