Searched defs:primitive (Results 1 - 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h131 u_vertices_per_prim(int primitive) argument
133 switch(primitive) {
158 debug_printf("Unrecognized geometry shader primitive");
171 u_gs_prims_for_vertices(int primitive, int vertices) argument
173 switch(primitive) {
204 debug_printf("Unrecognized geometry shader primitive");
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp181 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive) argument
183 switch (primitive)
194 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive) argument
196 switch (primitive)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs.h46 * Hardware primitive type being drawn, e.g. _3DPRIM_TRILIST.
48 GLuint primitive:8; member in struct:brw_gs_prog_key
H A Dbrw_clip.h46 GLuint primitive:4; member in struct:brw_clip_prog_key
H A Dbrw_sf.h50 GLuint primitive:2; member in struct:brw_sf_prog_key
H A Dbrw_context.h56 * things like primitive type, Begin/end flags and clip codes.
58 * PUE - primitive URB entry. An urb entry produced by the setup (SF)
106 * incoming primitive needs to be passed to a thread for clipping.
725 GLuint primitive; /**< Hardware primitive, such as _3DPRIM_TRILIST. */ member in struct:brw_context
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h49 GLenum primitive; member in struct:nouveau_swtnl_state
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_cmdbuf.c117 GLuint primitive,
122 assert(!(primitive & R200_VF_PRIM_WALK_IND));
128 rmesa->store.cmd_used/4, primitive, vertex_nr);
132 OUT_BATCH(primitive | R200_VF_PRIM_WALK_LIST | R200_VF_COLOR_ORDER_RGBA |
185 GLuint primitive,
190 radeon_print(RADEON_RENDER, RADEON_VERBOSE, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
192 assert((primitive & R200_VF_PRIM_WALK_IND));
116 r200EmitVbufPrim( r200ContextPtr rmesa, GLuint primitive, GLuint vertex_nr ) argument
184 r200AllocEltsOpenEnded( r200ContextPtr rmesa, GLuint primitive, GLuint min_nr ) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c126 GLuint primitive,
131 assert(!(primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
143 OUT_BATCH(primitive | RADEON_CP_VC_CNTL_PRIM_WALK_LIST |
159 OUT_BATCH(primitive |
218 GLuint primitive,
226 fprintf(stderr, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
228 assert((primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
244 OUT_BATCH(primitive |
252 OUT_BATCH(primitive |
267 __FUNCTION__, primitive);
124 radeonEmitVbufPrim( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint vertex_nr ) argument
216 radeonAllocEltsOpenEnded( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint min_nr ) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.h124 GLenum primitive; member in struct:sw_span
175 (S).primitive = (PRIMITIVE); \
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java505 else // primitive type
507 return primitive (first);
523 else // primitive type
525 component = primitive (first);
533 Class primitive (char c) throws ClassNotFoundException method in class:Types.typeDescriptorCompiler
563 else // primitive type
564 return primitive (first);
581 else // primitive type
582 component = primitive (first);
589 String primitive (cha method in class:Types.typeDescriptorCompiler2
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp74 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
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
129 , m_primitive (primitive)
147 spec.primitive = m_primitive;
182 spec.primitive = m_primitive;
228 spec.primitive = m_primitive;
441 const gls::DrawTestSpec::Primitive primitive[] = local
465 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(primitive); ++ndx)
467 const std::string name = gls::DrawTestSpec::primitiveToString(primitive[nd
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp91 if (spec.primitive == gls::DrawTestSpec::PRIMITIVE_POINTS)
105 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
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
159 , m_primitive (primitive)
183 spec.primitive = m_primitive;
218 spec.primitive = m_primitive;
264 spec.primitive = m_primitive;
324 spec.primitive = m_primitive;
542 const gls::DrawTestSpec::Primitive primitive[] local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp184 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
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
248 , m_primitive (primitive)
266 spec.primitive = m_primitive;
302 spec.primitive = m_primitive;
349 spec.primitive = m_primitive;
410 spec.primitive = m_primitive;
673 const gls::DrawTestSpec::Primitive primitive[] = local
697 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(primitive);
[all...]
H A Des31fGeometryShaderTests.cpp145 std::string primitiveTypeToString(GLenum primitive) argument
147 switch (primitive)
245 // Create new primitive at every input vertice
354 // Create new primitive at this point
2528 // Only used by primitive ID restart test
2560 TEST_LAYER_PROVOKING_VERTEX, // !< draw primitive with vertices in different layers, check which layer it was drawn to
4327 << "Each geometry shader is invoked " << m_numInvocations << " times for each primitive. "
5331 case PRIMITIVE_LINE_LOOP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line loop" << tcu::TestLog::EndMessage; break;
5332 case PRIMITIVE_LINE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line strip" << tcu::TestLog::EndMessage; break;
5333 case PRIMITIVE_TRIANGLE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp181 static std::string primitiveToString (Primitive primitive);
219 Primitive primitive; member in struct:deqp::gls::DrawTestSpec
H A DglsVertexArrayTests.cpp158 std::string Array::primitiveToString (Primitive primitive) argument
168 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive);
707 GLenum ContextArray::primitiveToGL (Array::Primitive primitive) argument
717 return de::getSizedArrayElement<Array::PRIMITIVE_LAST>(primitives, (int)primitive);
1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale) argument
1189 m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertex, vertexCount - firstVertex);
1311 static char* generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1312 static char* generatePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1316 static char* createQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max);
1318 static char* createPerQuads (int seed, int count, int componentCount, int stride, Array::Primitive primitive,
1416 generateQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max) argument
1475 createQuadsPacked(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive) argument
1548 createQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max) argument
1652 generatePerQuad(int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max) argument
1707 createPerQuads(int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, T max) argument
[all...]
H A DglsVertexArrayTests.hpp147 static std::string primitiveToString (Primitive primitive);
195 static deUint32 primitiveToGL (Array::Primitive primitive);
223 virtual void render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale);
435 Array::Primitive primitive; member in class:deqp::gls::MultiVertexArrayTest::Spec
H A DglsDrawTest.cpp156 static GLenum primitiveToGL (DrawTestSpec::Primitive primitive) argument
173 return de::getSizedArrayElement<DrawTestSpec::PRIMITIVE_LAST>(primitives, (int)primitive);
234 static size_t getElementCount (DrawTestSpec::Primitive primitive, size_t primitiveCount) argument
236 switch (primitive)
1846 void render (DrawTestSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1925 void AttributePack::render (DrawTestSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) argument
1964 m_ctx.drawArrays(primitiveToGL(primitive), firstVertex, vertexCount);
1969 m_ctx.drawArraysInstanced(primitiveToGL(primitive), firstVertex, vertexCount, instanceCount);
1974 m_ctx.drawElements(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), indexOffset);
1979 m_ctx.drawRangeElements(primitiveToGL(primitive), rangeStar
2411 primitiveToString(Primitive primitive) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h125 unsigned primitive : 6; member in struct:sm4_token_instruction::__anon12410::__anon12419
155 unsigned primitive : 3; /* D3D_TESSELLATOR_OUTPUT_PRIMITIVE */ member in struct:sm4_token_instruction::__anon12410::__anon12425
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h245 uint32_t primitive; /**< Current hardware primitive type */ member in struct:intel_context::__anon12727
249 unsigned int start_offset; /**< Byte offset of primitive sequence */
251 unsigned int count; /**< Number of vertices in current primitive */
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/libxml2/
H A Dxmlschemas.c13425 * Returns the primitive type of the given type or
13434 * Note that anySimpleType is actually not a primitive type
13451 * Returns the primitive type of the given type or
15233 * must be possible to reach a built-in primitive datatype or the `simple
15268 xmlSchemaTypePtr primitive; local
15271 * type definition or a built-in primitive datatype.
15298 * 1.3.1 DF must be an allowed constraining facet for the {primitive
15306 primitive = xmlSchemaGetPrimitiveType(type);
15307 if (primitive == NULL) {
15309 "failed to get primitive typ
[all...]

Completed in 1653 milliseconds

12