Home
last modified time | relevance | path

Searched refs:UnsignedInt (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp78 ASSERT(destinationType == gl::DrawElementsType::UnsignedInt); in ConvertIndices()
265 destinationIndexType == gl::DrawElementsType::UnsignedInt); in getStreamingIndexBuffer()
267 auto &streamingBuffer = (destinationIndexType == gl::DrawElementsType::UnsignedInt) in getStreamingIndexBuffer()
298 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType()
307 *destTypeOut = gl::DrawElementsType::UnsignedInt; in GetIndexTranslationDestType()
312 *destTypeOut = (indexType == gl::DrawElementsType::UnsignedInt) in GetIndexTranslationDestType()
313 ? gl::DrawElementsType::UnsignedInt in GetIndexTranslationDestType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp47 else if (indexType == gl::DrawElementsType::UnsignedInt) in initialize()
148 case gl::DrawElementsType::UnsignedInt: in getIndexFormat()
H A DRenderer9.cpp1509 gl::DrawElementsType::UnsignedInt)); in drawLineLoop()
1525 gl::DrawElementsType::UnsignedInt)); in drawLineLoop()
1557 case gl::DrawElementsType::UnsignedInt: in drawLineLoop()
1624 case gl::DrawElementsType::UnsignedInt: in drawLineLoop()
1679 case gl::DrawElementsType::UnsignedInt: in drawIndexedPoints()
1724 gl::DrawElementsType::UnsignedInt)); in getCountingIB()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11EmulatedIndexedBufferTest.cpp159 gl::DrawElementsType::UnsignedInt, false}; in TEST_P()
176 gl::DrawElementsType::UnsignedInt, false}; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.h122 static_assert(static_cast<GLuint>(DrawElementsType::UnsignedInt) == 2, "Please update this code.");
528 case VertexAttribType::UnsignedInt: in GetVertexAttributeComponentType()
529 return ComponentType::UnsignedInt; in GetVertexAttributeComponentType()
H A Dangletypes.h740 UnsignedInt = 2,
755 return ComponentType::UnsignedInt;
766 {ComponentType::UnsignedInt, 0x10000},
790 return ComponentType::UnsignedInt;
H A DvalidationES.h1042 if (type == DrawElementsType::UnsignedInt) in ValidateDrawElementsBase()
H A DFramebuffer.cpp1096 return ComponentType::UnsignedInt;
H A Dformatutils.cpp2112 case VertexAttribType::UnsignedInt: in GetVertexFormatID()
2277 case VertexAttribType::UnsignedInt: in GetCurrentValueFormatID()
H A DContext.cpp9648 {DrawElementsType::UnsignedInt, supportsUint}, in updateValidDrawElementsTypes()
9688 {VertexAttribType::UnsignedInt, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
9705 {VertexAttribType::UnsignedInt, VertexAttribTypeCase::Valid}, in updateVertexAttribTypesValidation()
H A DState.cpp2249 SetComponentTypeMask(ComponentType::UnsignedInt, index, &mCurrentValuesTypeMask);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp187 { FormatID::R32G32B32A32_UINT, GL_RGBA32UI, GL_RGBA32UI, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLuint>, WriteColor<R32G32B32A32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
188 { FormatID::R32G32B32A32_UNORM, GL_RGBA32_UNORM_ANGLEX, GL_RGBA32_UNORM_ANGLEX, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLfloat>, WriteColor<R32G32B32A32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
189 { FormatID::R32G32B32A32_USCALED, GL_RGBA32_USCALED_ANGLEX, GL_RGBA32_USCALED_ANGLEX, GenerateMip<R32G32B32A32>, NoCopyFunctions, ReadColor<R32G32B32A32, GLuint>, WriteColor<R32G32B32A32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 32, 0, 0, 0, 16, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt },
195 { FormatID::R32G32B32_UINT, GL_RGB32UI, GL_RGB32UI, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLuint>, WriteColor<R32G32B32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
196 { FormatID::R32G32B32_UNORM, GL_RGB32_UNORM_ANGLEX, GL_RGB32_UNORM_ANGLEX, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLfloat>, WriteColor<R32G32B32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
197 { FormatID::R32G32B32_USCALED, GL_RGB32_USCALED_ANGLEX, GL_RGB32_USCALED_ANGLEX, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLuint>, WriteColor<R32G32B32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt },
203 { FormatID::R32G32_UINT, GL_RG32UI, GL_RG32UI, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLuint>, WriteColor<R32G32, GLuint>, GL_UNSIGNED_INT, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
204 { FormatID::R32G32_UNORM, GL_RG32_UNORM_ANGLEX, GL_RG32_UNORM_ANGLEX, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLfloat>, WriteColor<R32G32, GLfloat>, GL_UNSIGNED_NORMALIZED, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
205 { FormatID::R32G32_USCALED, GL_RG32_USCALED_ANGLEX, GL_RG32_USCALED_ANGLEX, GenerateMip<R32G32>, NoCopyFunctions, ReadColor<R32G32, GLuint>, WriteColor<R32G32, GLuint>, GL_UNSIGNED_INT, 32, 32, 0, 0, 0, 0, 0, 8, 3, false, false, true, false, false, gl::VertexAttribType::UnsignedInt },
211 { FormatID::R32_UINT, GL_R32UI, GL_R32UI, GenerateMip<R32>, NoCopyFunctions, ReadColor<R32, GLuint>, WriteColor<R32, GLuint>, GL_UNSIGNED_INT, 32, 0, 0, 0, 0, 0, 0, 4, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt },
[all...]
H A Drenderer_utils.h326 case gl::DrawElementsType::UnsignedInt: in GetLineLoopWithRestartIndexCount()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h296 UnsignedInt = 2, member in gl::DrawElementsType
332 ANGLE_VALIDATE_PACKED_ENUM(DrawElementsType, UnsignedInt, GL_UNSIGNED_INT);
466 UnsignedInt = 5, // GLenum == 0x1405 member in gl::BlendEquationType::BlendFactorType::VertexAttribType
524 ANGLE_VALIDATE_PACKED_ENUM(VertexAttribType, UnsignedInt, GL_UNSIGNED_INT);
H A DPackedEnums.cpp320 case DrawElementsType::UnsignedInt:
461 case VertexAttribType::UnsignedInt:
H A Dutilities.cpp707 case DrawElementsType::UnsignedInt: in ComputeIndexRange()
725 case DrawElementsType::UnsignedInt: in GetPrimitiveRestartIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DIndexBuffer11.cpp147 case gl::DrawElementsType::UnsignedInt: in getIndexFormat()
H A DRenderer11.cpp177 case gl::DrawElementsType::UnsignedInt: in GetLineLoopIndices()
204 case gl::DrawElementsType::UnsignedInt: in GetLineLoopIndices()
233 GLuint d3dRestartIndex = gl::GetPrimitiveRestartIndex(gl::DrawElementsType::UnsignedInt); in CopyTriangleFanIndicesWithRestart()
287 case gl::DrawElementsType::UnsignedInt: in GetTriFanIndices()
313 case gl::DrawElementsType::UnsignedInt: in GetTriFanIndices()
1998 gl::DrawElementsType::UnsignedInt)); in drawLineLoop()
2015 mLineLoopIB->reserveBufferSpace(context, spaceNeeded, gl::DrawElementsType::UnsignedInt)); in drawLineLoop()
2076 gl::DrawElementsType::UnsignedInt)); in drawTriangleFan()
2097 gl::DrawElementsType::UnsignedInt)); in drawTriangleFan()
H A DContext11.cpp74 (srcType == gl::DrawElementsType::UnsignedInt || primitiveRestartWorkaround) in DrawCallHasStreamingElementArray()
75 ? gl::DrawElementsType::UnsignedInt in DrawCallHasStreamingElementArray()
H A DBuffer11.cpp1558 case gl::DrawElementsType::UnsignedInt: in getBuffer()
1604 case gl::DrawElementsType::UnsignedInt: in getBuffer()
H A DStateManager11.cpp3221 DXGI_FORMAT bufferFormat = (indexInfo.indexType == gl::DrawElementsType::UnsignedInt)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1194 if (gl::DrawElementsType::UnsignedInt != mCurrentDrawElementsType) in setupLineLoopIndirectDraw()
1196 mCurrentDrawElementsType = gl::DrawElementsType::UnsignedInt; in setupLineLoopIndirectDraw()
1218 : gl::DrawElementsType::UnsignedInt; in setupLineLoopDraw()
6106 mIndexTypeMap[gl::DrawElementsType::UnsignedInt] = VK_INDEX_TYPE_UINT32;
H A Dvk_cache_utils.cpp1402 {gl::ComponentType::UnsignedInt, VK_FORMAT_R32G32B32A32_UINT},
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp470 vertexAttribCurrentValueData.Type == gl::VertexAttribType::UnsignedInt); in SerializeVertexAttribCurrentValueData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1076 case gl::VertexAttribType::UnsignedInt: in setAttributeCurrentData()

Completed in 77 milliseconds

12