Home
last modified time | relevance | path

Searched refs:restartIndex (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp261 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in init() local
266 DE_ASSERT(restartIndex != 0); in init()
273 addIndex(restartIndex); in init()
275 addIndex(restartIndex); in init()
303 addIndex(restartIndex); in init()
305 addIndex(restartIndex); in init()
339 addIndex(restartIndex); in init()
341 addIndex(restartIndex); in init()
370 addIndex(restartIndex); in init()
372 addIndex(restartIndex); in init()
552 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE draw() local
603 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE renderWithoutRestart() local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp359 deUint32 restartIndex; member
363 , restartIndex (0xFFFFFFFFul) in RestartState()
H A DrrRenderer.hpp95 bool isRestartIndex (size_t elementNdx, deUint32 restartIndex) const;
H A DrrRenderer.cpp1733 bool PrimitiveList::isRestartIndex (size_t elementNdx, deUint32 restartIndex) const in isRestartIndex()
1737 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex; in isRestartIndex()
1739 return elementNdx == (size_t)restartIndex; in isRestartIndex()
1792 !(command.state.restart.enabled && command.primitives.isRestartIndex(elementNdx, command.state.restart.restartIndex))) in drawInstanced()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c233 unsigned restartIndex, bool restart, in vbo_get_minmax_index_mapped()
244 if (ui_indices[i] != restartIndex) { in vbo_get_minmax_index_mapped()
272 if (us_indices[i] != restartIndex) { in vbo_get_minmax_index_mapped()
294 if (ub_indices[i] != restartIndex) { in vbo_get_minmax_index_mapped()
232 vbo_get_minmax_index_mapped(unsigned count, unsigned index_size, unsigned restartIndex, bool restart, const void *indices, unsigned *min_index, unsigned *max_index) vbo_get_minmax_index_mapped() argument
H A Dvbo.h226 unsigned restartIndex, bool restart,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.h287 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper() local
296 if (vertex != restartIndex) in LineLoopRestartIndexCountHelper()
339 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart() local
347 if (vertex != restartIndex) in CopyLineLoopIndicesWithRestart()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp998 unsigned int restartIndex; in setUpVertexAttributeArrays() local
1001 restartIndex = nIndices; in setUpVertexAttributeArrays()
1005 restartIndex = 0xFFFFFFFF; in setUpVertexAttributeArrays()
1031 restartIndex; in setUpVertexAttributeArrays()
1053 gl.primitiveRestartIndex(restartIndex); in setUpVertexAttributeArrays()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp232 GLuint restartIndex = gl::GetPrimitiveRestartIndex(indexType); in CopyTriangleFanIndicesWithRestart() local
244 if (value == restartIndex) in CopyTriangleFanIndicesWithRestart()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4397 state.restart.restartIndex = getFixedRestartIndex(indexType);
4403 state.restart.restartIndex = m_primitiveRestartIndex;

Completed in 20 milliseconds