Searched defs:primitive (Results 1 - 25 of 44) 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/ImageMagick/coders/
H A Dmvg.c164 primitive[MagickPathExtent];
175 while (ReadBlobString(image,primitive) != (char *) NULL)
177 for (p=primitive; (*p == ' ') || (*p == '\t'); p++) ;
208 draw_info->primitive=FileToString(image->filename,~0UL,exception);
211 draw_info->primitive=(char *) AcquireMagickMemory(GetBlobSize(image)+1);
212 if (draw_info->primitive != (char *) NULL)
214 CopyMagickMemory(draw_info->primitive,GetBlobStreamData(image),
216 draw_info->primitive[GetBlobSize(image)]='\0';
219 if (draw_info->primitive == (char *) NULL)
160 primitive[MagickPathExtent]; local
/external/caliper/examples/src/main/java/examples/
H A DDoubleToStringBenchmark.java82 @Benchmark int primitive(int reps) { method in class:DoubleToStringBenchmark
/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
/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/pdfium/xfa/src/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp44 CBC_ReedSolomonGF256::CBC_ReedSolomonGF256(int32_t primitive) { argument
50 x ^= primitive;
/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/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DRepresenterTest.java33 "!!org.yaml.snakeyaml.representer.RepresenterTest$MyBean {name: Gnome, primitive: true}\n",
40 private boolean primitive; field in class:RepresenterTest.MyBean
59 return primitive;
62 public void setPrimitive(boolean primitive) { argument
63 this.primitive = primitive;
118 // isValid is no JavaBean property (it must be a primitive then)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp255 const rr::PrimitiveType primitive,
258 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0);
287 const rr::PrimitiveType primitive,
290 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0);
254 draw(const rr::RenderState& renderState, const rr::PrimitiveType primitive, const std::vector<Vertex4RGBA>& vertexBuffer) argument
286 draw(const rr::RenderState& renderState, const rr::PrimitiveType primitive, const std::vector<Vertex4Tex4>& vertexBuffer) argument
/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 ...
/external/ImageMagick/MagickCore/
H A Dannotate.c281 primitive[MagickPathExtent],
514 (void) FormatLocaleString(primitive,MagickPathExtent,
516 (void) CloneString(&undercolor_info->primitive,primitive);
522 (void) FormatLocaleString(primitive,MagickPathExtent,"stroke-width %g "
528 (void) CloneString(&annotate_info->primitive,primitive);
536 (void) CloneString(&annotate_info->primitive,primitive);
549 (void) CloneString(&annotate_info->primitive,primitiv
275 primitive[MagickPathExtent], local
[all...]
H A Ddraw.h203 *primitive, member in struct:_DrawInfo
339 primitive; member in struct:_PrimitiveInfo
H A Dmorphology.c3224 applies the primitive directly to the actual image using two passes, once in
3614 Apply a Morphology by calling one of the above low level primitive
3632 *work_image, /* secondary image for primitive iteration */
3643 primitive; /* the current morphology primitive being applied */
3656 stage_loop, /* Loop 3: primitive loop for compound morphology */
3660 count, /* total count of primitive steps applied */
3665 changed; /* number pixels changed by last primitive operation */
3701 special = MagickFalse; /* assume it is NOT a direct modify primitive */
3704 case SmoothMorphology: /* 4 primitive compoun
3633 primitive; /* the current morphology primitive being applied */ local
[all...]
/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/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp48 StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive);
74 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive) argument
204 pipelineCreateInfo.addState(PipelineCreateInfo::InputAssemblerState(primitive));
953 TCU_FAIL("Unsupported primitive topology");
/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...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp181 static std::string primitiveToString (Primitive primitive);
219 Primitive primitive; member in struct:deqp::gls::DrawTestSpec
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h125 unsigned primitive : 6; member in struct:sm4_token_instruction::__anon14345::__anon14354
155 unsigned primitive : 3; /* D3D_TESSELLATOR_OUTPUT_PRIMITIVE */ member in struct:sm4_token_instruction::__anon14345::__anon14360

Completed in 1053 milliseconds

12