Searched defs:indexType (Results 1 - 25 of 50) sorted by relevance

12

/external/skia/src/gpu/
H A DGrPathRange.cpp27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { argument
28 switch (indexType) {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { argument
43 switch (indexType) {
H A DGrPathRendering.cpp123 PathIndexType indexType,
132 pathRange->assertPathsLoaded(indices, indexType, count);
134 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType,
117 drawPaths(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrStencilSettings& stencilPassSettings, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/skqp/src/gpu/
H A DGrPathRange.cpp27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { argument
28 switch (indexType) {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { argument
43 switch (indexType) {
H A DGrPathRendering.cpp133 PathIndexType indexType,
142 pathRange->assertPathsLoaded(indices, indexType, count);
144 this->onDrawPaths(pipeline, primProc, stencilPassSettings, pathRange, indices, indexType,
127 drawPaths(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrStencilSettings& stencilPassSettings, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp84 const IndexType indexType; member in struct:rr::DrawIndices
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h99 SWR_FORMAT indexType; member in struct:FETCH_COMPILE_STATE
114 if (indexType != other.indexType) return false;
/external/mesa3d/src/intel/vulkan/
H A Dgen7_cmd_buffer.c112 VkIndexType indexType)
119 cmd_buffer->state.restart_index = restart_index_for_type[indexType];
121 cmd_buffer->state.gen7.index_type = vk_to_gen_index_type[indexType];
108 CmdBindIndexBuffer( VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, VkIndexType indexType) argument
H A Dgen8_cmd_buffer.c297 VkIndexType indexType)
312 cmd_buffer->state.restart_index = restart_index_for_type[indexType];
315 ib.IndexFormat = vk_to_gen_index_type[indexType];
293 CmdBindIndexBuffer( VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, VkIndexType indexType) argument
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp178 PathIndexType indexType, const float transformValues[],
198 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
203 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
208 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
174 onDrawPaths(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrStencilSettings& stencilPassSettings, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/skqp/src/gpu/gl/
H A DGrGLPathRendering.cpp178 PathIndexType indexType, const float transformValues[],
198 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
203 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
208 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
174 onDrawPaths(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, const GrStencilSettings& stencilPassSettings, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member in struct:glu::PrimitiveList
169 , indexType (INDEXTYPE_LAST)
177 , indexType (indexType_)
185 , indexType (INDEXTYPE_LAST)
H A DgluDrawUtil.cpp128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices);
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices) argument
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage);
459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0))
485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) argument
488 deUint32 indexGLType = getIndexGLType(indexType);
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
549 IndexBuffer indexBuffer(context, primitives.indexType, primitives.numElements, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java32 // indexType values: 0 = removals only, 1 = additions only,
45 for (int indexType = 0; indexType < 3; indexType++) {
46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package");
47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class");
48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor");
49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method");
50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field");
51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "Al
68 emitBottomLeftFile(String indexBaseName, APIDiff apiDiff, int indexType, String programElementType) argument
164 emitIndexHeader(String indexName, int indexType, boolean hasRemovals, boolean hasAdditions, boolean hasChanges) argument
238 emitPackagesIndex(APIDiff apiDiff, int indexType) argument
440 emitClassesIndex(APIDiff apiDiff, int indexType) argument
536 emitConstructorsIndex(APIDiff apiDiff, int indexType) argument
635 emitMethodsIndex(APIDiff apiDiff, int indexType) argument
751 emitFieldsIndex(APIDiff apiDiff, int indexType) argument
864 emitAllDiffsIndex(APIDiff apiDiff, int indexType) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
130 , m_indexType (indexType)
150 spec.indexType = m_indexType;
185 spec.indexType = m_indexType;
231 spec.indexType = m_indexType;
351 spec.indexType = indexTest.type;
601 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) argument
134 , m_indexType (indexType)
674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++)
676 const char *indexTypeName = indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_BYTE ? "unsigned_byte"
677 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_SHORT ? "unsigned_short"
678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int"
699 (PrimitiveRestartCase::IndexType)indexType,
[all...]
H A Des3fVertexArrayObjectTests.cpp121 GLenum indexType; member in struct:deqp::gles3::Functional::__anon5223::Spec
135 , indexType (GL_NONE)
270 switch (m_spec.indexType)
285 switch (m_spec.indexType)
577 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices));
579 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_spec.instances));
584 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset)));
586 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset), m_spec.instances));
749 m_spec.indexType = GL_NONE;
846 switch (m_spec.indexType)
[all...]
H A Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType;
327 spec.indexType = m_indexType;
452 spec.indexType = indexTest.type;
1036 spec.indexType
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp134 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
511 spec.indexType = indexTest.type;
578 spec.indexType = indexTest.type;
600 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
612 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
616 , m_indexType (indexType)
636 spec.indexType = m_indexType;
672 spec.indexType = m_indexType;
719 spec.indexType = m_indexType;
780 spec.indexType
[all...]
H A Des31fDrawTests.cpp187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType;
413 spec.indexType = m_indexType;
520 spec.indexType = indexTest.type;
587 spec.indexType
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp567 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) argument
573 if (indexType == NArchive::NEventIndexType::kOutArcIndex)
592 if (indexType == NArchive::NEventIndexType::kInArcIndex)
610 else if (indexType == NArchive::NEventIndexType::kBlockIndex)
625 STDMETHODIMP CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes) argument
634 if (indexType == NArchive::NEventIndexType::kOutArcIndex)
651 if (indexType == NArchive::NEventIndexType::kInArcIndex)
668 else if (indexType == NArchive::NEventIndexType::kBlockIndex)
H A DArchiveExtractCallback.cpp1523 STDMETHODIMP CArchiveExtractCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes) argument
1532 if (indexType == NArchive::NEventIndexType::kInArcIndex && index != (UInt32)(Int32)-1)
1545 // if (indexType == NArchive::NEventIndexType::kBlockIndex) {}
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A 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)
216 , m_indexType (indexType)
204 InputAssemblyTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, VkPrimitiveTopology primitiveTopology, int primitiveCount, bool testPrimitiveRestart, VkIndexType indexType) argument
259 isRestartIndex(VkIndexType indexType, deUint32 indexValue) argument
267 getRestartIndex(VkIndexType indexType) argument
286 createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
621 PrimitiveRestartTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, VkPrimitiveTopology primitiveTopology, VkIndexType indexType) argument
640 createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
906 InputAssemblyInstance(Context& context, VkPrimitiveTopology primitiveTopology, bool testPrimitiveRestart, VkIndexType indexType, const std::vector<deUint32>& indexBufferData, const std::vector<Vertex4RGBA>& vertexBufferData) argument
[all...]
H A DvktPipelinePushConstantTests.cpp117 const IndexType indexType);
137 const IndexType indexType);
201 const IndexType indexType)
205 , m_indexType (indexType)
595 IndexType indexType)
601 , m_indexType (indexType)
1574 IndexType indexType; member in struct:vkt::pipeline::__anon4393
1710 graphicsTests->addChild(new PushConstantGraphicsTest(testCtx, graphicsParams[ndx].name, graphicsParams[ndx].description, graphicsParams[ndx].count, graphicsParams[ndx].range, graphicsParams[ndx].hasMultipleUpdates, graphicsParams[ndx].indexType));
195 PushConstantGraphicsTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], const deBool multipleUpdate, const IndexType indexType) argument
591 PushConstantGraphicsTestInstance(Context& context, const deUint32 rangeCount, const PushConstantData pushConstantRange[MAX_RANGE_COUNT], deBool multipleUpdate, IndexType indexType) argument
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp228 IndexType indexType; //!< used only if drawMethod = DrawElements* member in struct:deqp::gls::DrawTestSpec
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp117 const vk::VkIndexType indexType; member in struct:vkt::Draw::__anon4305::IndexedParamsBase
120 : indexType (indexT)
794 m_vk.cmdBindIndexBuffer(*m_cmdBuffer, *indexBuffer, 0u, m_data.indexType);
1115 m_vk.cmdBindIndexBuffer(*m_cmdBuffer, *indexBuffer, 0u, m_data.indexType);

Completed in 545 milliseconds

12