/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 97 …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 …]
|
D | renderer_utils.h | 323 case gl::DrawElementsType::UnsignedByte: in GetLineLoopWithRestartIndexCount()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 43 indexType == gl::DrawElementsType::UnsignedByte) in initialize() 144 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
D | Renderer9.cpp | 1538 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1605 case gl::DrawElementsType::UnsignedByte: in drawLineLoop() 1668 case gl::DrawElementsType::UnsignedByte: in drawIndexedPoints()
|
/external/angle/src/common/ |
D | PackedEnums.cpp | 314 case DrawElementsType::UnsignedByte: in operator <<() 458 case VertexAttribType::UnsignedByte: in operator <<()
|
D | PackedEnums.h | 294 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);
|
D | utilities.cpp | 695 case DrawElementsType::UnsignedByte: in ComputeIndexRange() 717 case DrawElementsType::UnsignedByte: in GetPrimitiveRestartIndex()
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 117 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedByte) == 0, "Please update this code."); 474 case VertexAttribType::UnsignedByte: in GetVertexAttributeComponentType()
|
D | Context_gles_1_0.cpp | 106 type == VertexAttribType::UnsignedByte, stride, ptr); in colorPointer()
|
D | validationES1.cpp | 149 case VertexAttribType::UnsignedByte: in ValidateBuiltinVertexAttributeCommon()
|
D | Context.cpp | 9428 {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()
|
D | formatutils.cpp | 1843 case VertexAttribType::UnsignedByte: in GetVertexFormatID()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 143 case gl::DrawElementsType::UnsignedByte: in getIndexFormat()
|
D | Buffer11.cpp | 1559 case gl::DrawElementsType::UnsignedByte: in getBuffer() 1605 case gl::DrawElementsType::UnsignedByte: in getBuffer()
|
D | Renderer11.cpp | 167 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/ |
D | VertexArrayMtl.mm | 66 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)
|
D | mtl_render_utils.mm | 1955 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:
|
D | BufferMtl.mm | 270 case gl::DrawElementsType::UnsignedByte:
|
D | mtl_utils.mm | 1022 case gl::DrawElementsType::UnsignedByte:
|
/external/angle/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 139 gl::DrawElementsType::UnsignedByte, false}; in TEST_P()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 70 if (sourceType == gl::DrawElementsType::UnsignedByte) in ConvertIndices()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 319 ASSERT(!mState.getElementArrayBuffer() || indexType == gl::DrawElementsType::UnsignedByte); in convertIndexBufferCPU()
|
D | ContextVk.cpp | 5786 mIndexTypeMap[gl::DrawElementsType::UnsignedByte] = in initIndexTypeMap() 5811 return (glIndexType == gl::DrawElementsType::UnsignedByte && in shouldConvertUint8VkIndexType()
|
D | vk_helpers.cpp | 575 case gl::DrawElementsType::UnsignedByte: in HandlePrimitiveRestart() 3149 if (glIndexType == gl::DrawElementsType::UnsignedByte || in getIndexBufferForElementArrayBuffer()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_sve.td | 1345 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>;
|