Home
last modified time | relevance | path

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

123

/external/jdiff/src/jdiff/
DHTMLIndexes.java45 for (int indexType = 0; indexType < 3; indexType++) { in emitAllBottomLeftFiles()
46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package"); in emitAllBottomLeftFiles()
47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class"); in emitAllBottomLeftFiles()
48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor"); in emitAllBottomLeftFiles()
49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method"); in emitAllBottomLeftFiles()
50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field"); in emitAllBottomLeftFiles()
51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "All"); in emitAllBottomLeftFiles()
69 APIDiff apiDiff, int indexType, in emitBottomLeftFile() argument
74 if (indexType == 0) { in emitBottomLeftFile()
77 } else if (indexType == 1) { in emitBottomLeftFile()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp71 VkIndexType indexType);
75 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
76 static deUint32 getRestartIndex (VkIndexType indexType);
81 VkIndexType indexType,
104 VkIndexType indexType,
118 VkIndexType indexType);
124 VkIndexType indexType,
140 VkIndexType indexType,
210 VkIndexType indexType) in InputAssemblyTest() argument
216 , m_indexType (indexType) in InputAssemblyTest()
[all …]
DvktPipelinePushConstantTests.cpp117 const IndexType indexType);
137 const IndexType indexType);
201 const IndexType indexType) in PushConstantGraphicsTest() argument
205 , m_indexType (indexType) in PushConstantGraphicsTest()
595 IndexType indexType) in PushConstantGraphicsTestInstance() argument
601 , m_indexType (indexType) in PushConstantGraphicsTestInstance()
1574 IndexType indexType; in createPushConstantTests() member
1710 …graphicsParams[ndx].range, graphicsParams[ndx].hasMultipleUpdates, graphicsParams[ndx].indexType)); in createPushConstantTests()
/external/skqp/src/gpu/
DGrPathRange.cpp27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument
28 switch (indexType) { in loadPathsIfNeeded()
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument
43 switch (indexType) { in assertPathsLoaded()
DGrPathRendering.cpp133 PathIndexType indexType, in drawPaths() argument
142 pathRange->assertPathsLoaded(indices, indexType, count); in drawPaths()
144 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType, in drawPaths()
DGrPathRendering.h165 PathIndexType indexType,
/external/skia/src/gpu/
DGrPathRange.cpp27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument
28 switch (indexType) { in loadPathsIfNeeded()
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument
43 switch (indexType) { in assertPathsLoaded()
DGrPathRendering.cpp123 PathIndexType indexType, in drawPaths() argument
132 pathRange->assertPathsLoaded(indices, indexType, count); in drawPaths()
134 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType, in drawPaths()
DGrPathRendering.h165 PathIndexType indexType,
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp91 … char* name, const char* description, PrimitiveType primType, IndexType indexType, Function functi…
131 … char* name, const char* description, PrimitiveType primType, IndexType indexType, Function functi… in PrimitiveRestartCase() argument
134 , m_indexType (indexType) in PrimitiveRestartCase()
674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++) in init() local
676 …const char *indexTypeName = indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_BYTE ? "unsign… in init()
677 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_SHORT ? "unsigned_short" in init()
678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int" in init()
699 (PrimitiveRestartCase::IndexType)indexType, in init()
Des3fVertexArrayObjectTests.cpp121 GLenum indexType; member
135 , indexType (GL_NONE) in Spec()
270 switch (m_spec.indexType) in generateIndices()
285 switch (m_spec.indexType) in generateIndices()
577 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices)); in makeDrawCall()
579 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall()
584 …GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_… in makeDrawCall()
586 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GL… in makeDrawCall()
749 m_spec.indexType = GL_NONE; in init()
846 switch (m_spec.indexType) in generateIndices()
[all …]
Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
144 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp…
156 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… in AttributeGroup() argument
160 , m_indexType (indexType) in AttributeGroup()
186 spec.indexType = m_indexType; in init()
221 spec.indexType = m_indexType; in init()
267 spec.indexType = m_indexType; in init()
327 spec.indexType = m_indexType; in init()
452 spec.indexType = indexTest.type; in init()
1036 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.h99 SWR_FORMAT indexType; member
114 if (indexType != other.indexType) return false;
/external/deqp/framework/opengl/
DgluDrawUtil.cpp128 …IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indi…
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer() argument
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage); in IndexBuffer()
459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid()
485 …onst glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* ind… in drawIndexed() argument
488 deUint32 indexGLType = getIndexGLType(indexType); in drawIndexed()
516 …drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); in drawFromUserPointers()
549 …IndexBuffer indexBuffer(context, primitives.indexType, primitives.numElements, primitives.indices); in drawFromBuffers()
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0); in drawFromBuffers()
DgluDrawUtil.hpp163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member
169 , indexType (INDEXTYPE_LAST) in PrimitiveList()
177 , indexType (indexType_) in PrimitiveList()
185 , indexType (INDEXTYPE_LAST) in PrimitiveList()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp567 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) in ReportOperation() argument
573 if (indexType == NArchive::NEventIndexType::kOutArcIndex) in ReportOperation()
592 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportOperation()
610 else if (indexType == NArchive::NEventIndexType::kBlockIndex) in ReportOperation()
625 STDMETHODIMP CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRe… in ReportExtractResult() argument
634 if (indexType == NArchive::NEventIndexType::kOutArcIndex) in ReportExtractResult()
651 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportExtractResult()
668 else if (indexType == NArchive::NEventIndexType::kBlockIndex) in ReportExtractResult()
/external/deqp/modules/glshared/
DglsDrawTest.cpp177 static deUint32 indexTypeToGL (DrawTestSpec::IndexType indexType) in indexTypeToGL() argument
186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
1763 …d drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* ind…
1842 …d drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* ind… in render() argument
1891 m_ctx.drawElements(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), indexOffset); in render()
1896 …rimitiveToGL(primitive), rangeStart, rangeEnd, vertexCount, indexTypeToGL(indexType), indexOffset); in render()
1901 …m_ctx.drawElementsInstanced(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), index… in render()
1965 …dexOffset - (const deUint8*)DE_NULL) % gls::DrawTestSpec::indexTypeSize(indexType) == 0); // \note… in render()
1969 …nst deUint8*)indexOffset - (const deUint8*)DE_NULL) / gls::DrawTestSpec::indexTypeSize(indexType)); in render()
1995 …m_ctx.drawElementsIndirect(primitiveToGL(primitive), indexTypeToGL(indexType), (const deInt8*)DE_N… in render()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
511 spec.indexType = indexTest.type; in init()
578 spec.indexType = indexTest.type; in init()
600 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp…
612 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… in AttributeGroup() argument
616 , m_indexType (indexType) in AttributeGroup()
636 spec.indexType = m_indexType; in init()
672 spec.indexType = m_indexType; in init()
719 spec.indexType = m_indexType; in init()
780 spec.indexType = m_indexType; in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
114 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp…
126 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… in AttributeGroup() argument
130 , m_indexType (indexType) in AttributeGroup()
150 spec.indexType = m_indexType; in init()
185 spec.indexType = m_indexType; in init()
231 spec.indexType = m_indexType; in init()
351 spec.indexType = indexTest.type; in init()
601 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp178 PathIndexType indexType, const float transformValues[], in onDrawPaths() argument
198 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
203 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
208 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp178 PathIndexType indexType, const float transformValues[], in onDrawPaths() argument
198 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
203 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
208 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
/external/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c112 VkIndexType indexType) in genX()
119 cmd_buffer->state.restart_index = restart_index_for_type[indexType]; in genX()
121 cmd_buffer->state.gen7.index_type = vk_to_gen_index_type[indexType]; in genX()
Dgen8_cmd_buffer.c297 VkIndexType indexType) in genX()
312 cmd_buffer->state.restart_index = restart_index_for_type[indexType]; in genX()
315 ib.IndexFormat = vk_to_gen_index_type[indexType]; in genX()
/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec()
140 spec.indexType = indexTest.type; in init()
315 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp84 const IndexType indexType; member

123