Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp97 …8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, false, false, gl::VertexAttribType::UnsignedByte },
99 …8, 8, 8, 8, 0, 0, 0, 4, 0, false, false, false, false, false, gl::VertexAttribType::UnsignedByte },
101 …ric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::UnsignedByte },
122 … 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte },
123 … 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte },
125 …eric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::UnsignedByte },
127 …8, 8, 8, 8, 0, 0, 0, 16, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte },
129 … 8, 8, 8, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::UnsignedByte },
130 … 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, true, gl::VertexAttribType::UnsignedByte },
131 … 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, true, gl::VertexAttribType::UnsignedByte },
[all …]
Drenderer_utils.h323 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp43 indexType == gl::DrawElementsType::UnsignedByte) in initialize()
144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
DRenderer9.cpp1538 case gl::DrawElementsType::UnsignedByte: in drawLineLoop()
1605 case gl::DrawElementsType::UnsignedByte: in drawLineLoop()
1668 case gl::DrawElementsType::UnsignedByte: in drawIndexedPoints()
/external/angle/src/common/
DPackedEnums.cpp314 case DrawElementsType::UnsignedByte: in operator <<()
458 case VertexAttribType::UnsignedByte: in operator <<()
DPackedEnums.h294 UnsignedByte = 0, enumerator
330 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedByte, GL_UNSIGNED_BYTE);
462 UnsignedByte = 1, // GLenum == 0x1401 enumerator
520 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedByte, GL_UNSIGNED_BYTE);
Dutilities.cpp695 case DrawElementsType::UnsignedByte: in ComputeIndexRange()
717 case DrawElementsType::UnsignedByte: in GetPrimitiveRestartIndex()
/external/angle/src/libANGLE/
Dformatutils.h117 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code.");
474 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
DContext_gles_1_0.cpp106 type == VertexAttribType::UnsignedByte, stride, ptr); in colorPointer()
DvalidationES1.cpp149 case VertexAttribType::UnsignedByte: in ValidateBuiltinVertexAttributeCommon()
DContext.cpp9428 {DrawElementsType::UnsignedByte, true}, in updateValidDrawElementsTypes()
9455 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9468 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9485 {VertexAttribType::UnsignedByte, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
Dformatutils.cpp1843 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
DBuffer11.cpp1559 case gl::DrawElementsType::UnsignedByte: in getBuffer()
1605 case gl::DrawElementsType::UnsignedByte: in getBuffer()
DRenderer11.cpp167 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices()
198 case gl::DrawElementsType::UnsignedByte: in GetLineLoopIndices()
281 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices()
307 case gl::DrawElementsType::UnsignedByte: in GetTriFanIndices()
/external/angle/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm66 if (indexType == gl::DrawElementsType::UnsignedByte)
94 if (indexType == gl::DrawElementsType::UnsignedByte)
677 bool needConversion = type == gl::DrawElementsType::UnsignedByte ||
694 if (type == gl::DrawElementsType::UnsignedByte)
711 ASSERT(offsetModulo != 0 || indexType == gl::DrawElementsType::UnsignedByte);
714 if (indexType == gl::DrawElementsType::UnsignedByte)
Dmtl_render_utils.mm1955 case gl::DrawElementsType::UnsignedByte:
2005 case gl::DrawElementsType::UnsignedByte:
2189 case gl::DrawElementsType::UnsignedByte:
2319 case gl::DrawElementsType::UnsignedByte:
2395 case gl::DrawElementsType::UnsignedByte:
2423 case gl::DrawElementsType::UnsignedByte:
DBufferMtl.mm270 case gl::DrawElementsType::UnsignedByte:
Dmtl_utils.mm1022 case gl::DrawElementsType::UnsignedByte:
/external/angle/src/tests/gl_tests/
DD3D11EmulatedIndexedBufferTest.cpp139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp319 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
DContextVk.cpp5786 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] = in initIndexTypeMap()
5811 return (glIndexType == gl::DrawElementsType::UnsignedByte && in shouldConvertUint8VkIndexType()
Dvk_helpers.cpp575 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart()
3149 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()
/external/llvm-project/clang/include/clang/Basic/
Darm_sve.td1345 def UnsignedByte : sat_type<"U", "Uc">;
1368 defm SVQDECB_U : SInst_SAT1<"svqdecb", "aarch64_sve_uqdecb", UnsignedByte>;
1377 defm SVQINCB_U : SInst_SAT1<"svqincb", "aarch64_sve_uqincb", UnsignedByte>;