Searched refs:restartIndex (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPrimitiveRestartTests.cpp | 261 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 D | rrRenderState.hpp | 359 deUint32 restartIndex; member 363 , restartIndex (0xFFFFFFFFul) in RestartState()
|
H A D | rrRenderer.hpp | 95 bool isRestartIndex (size_t elementNdx, deUint32 restartIndex) const;
|
H A D | rrRenderer.cpp | 1733 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 D | vbo_minmax_index.c | 233 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 D | vbo.h | 226 unsigned restartIndex, bool restart,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 287 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 D | esextcGeometryShaderPrimitiveCounter.cpp | 998 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 D | Renderer11.cpp | 232 GLuint restartIndex = gl::GetPrimitiveRestartIndex(indexType); in CopyTriangleFanIndicesWithRestart() local 244 if (value == restartIndex) in CopyTriangleFanIndicesWithRestart()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 4397 state.restart.restartIndex = getFixedRestartIndex(indexType); 4403 state.restart.restartIndex = m_primitiveRestartIndex;
|
Completed in 20 milliseconds