HomeSort by relevance Sort by last modified time
    Searched refs:vtx (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /frameworks/rs/
rsMesh.cpp 270 RsAllocation * vtx, size_t vtxCount,
278 sm->setVertexBuffer((Allocation*)vtx[i], i);
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 171 std::ostringstream vtx; local
174 vtx << "#version 300 es\n"
193 vtx << "in " << interpPrec << " " << typeName << " in" << outNdx << "_" << elemNdx << ";\n"
201 vtx << "in " << interpPrec << " " << typeName << " in" << outNdx << ";\n"
208 vtx << "\nvoid main()\n{\n";
211 vtx << " gl_Position = a_position;\n";
223 vtx << "\tvar" << outNdx << "_" << elemNdx << " = in" << outNdx << "_" << elemNdx << ";\n";
229 vtx << "\tvar" << outNdx << " = in" << outNdx << ";\n";
234 vtx << "}\n";
237 return new glu::ShaderProgram(context, glu::makeVtxFragSources(vtx.str(), frag.str()))
    [all...]
es3fShaderMatrixTests.cpp 1417 std::ostringstream vtx; local
    [all...]
es3fTransformFeedbackTests.cpp 327 std::ostringstream vtx; local
331 vtx << "#version 300 es\n"
339 vtx << "in highp float a_pointSize;\n";
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
360 std::ostringstream& str = ndx ? frag : vtx;
374 vtx << "\nvoid main (void)\n{\n"
380 vtx << "\tgl_PointSize = a_pointSize;\n";
382 vtx << "\tgl_PointSize = 1.0;\n";
398 vtx << "\t" << name << vecIter << " = " << attribName << ";\n";
415 vtx << "}\n"
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 654 ALLOC_STATE( vtx, always, VTX_STATE_SIZE, "VTX/vertex", 0 );
    [all...]
r200_context.h 491 struct radeon_state_atom vtx; member in struct:r200_hw_state
r200_texstate.c 1043 R200_STATECHANGE( rmesa, vtx );
1044 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_1] &= ~(7 << (unit * 3));
    [all...]
r200_cmdbuf.c 69 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.vtx );
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 476 struct r600_bytecode_vtx vtx; local
482 memset(&vtx, 0, sizeof(vtx));
485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0);
486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0);
487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0);
488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0);
489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0);
490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0);
493 vtx.dst_gpr = G_SQ_VTX_WORD1_GPR_DST_GPR(word1)
987 struct r600_bytecode_vtx vtx; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 1679 std::ostringstream vtx; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1241 CvGraphVtx* vtx; \/* current graph vertex (or current edge origin) *\/ member in struct:CvGraphScanner
    [all...]
cxtypes.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.cpp 884 const char *vtx = (const char *) svertices; local
890 const btScalar *p = (const btScalar *) vtx;
892 vtx+=stride;
976 vtx = (const char *) svertices;
980 const btVector3 *p = (const btVector3 *)vtx;
981 vtx+=stride;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.cpp 344 btVector3 vtx; local
372 btVector3 vtx; local
  /external/opencv/cv/src/
cvstereogc.cpp 134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans )
148 GCVtx* v = vtx + i;
612 static inline int icvAddTWeights( GCVtx* vtx, int sourceWeight, int sinkWeight )
614 int w = vtx->weight;
619 vtx->weight = (short)(sourceWeight - sinkWeight);
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 1862 CvGraphVtx* vtx; \/* current graph vertex (or current edge origin) *\/ member in struct:CvGraphScanner
    [all...]
types_c.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 428 ostringstream vtx; local
430 ostringstream& op = isVertexCase ? vtx : frag;
443 vtx << "attribute highp vec4 a_position;\n";
445 vtx << "attribute " << inputPrecision[i] << " vec4 a_in" << i << ";\n";
449 vtx << "varying mediump vec4 v_color;\n";
456 vtx << "varying " << inputPrecision[i] << " vec4 v_in" << i << ";\n";
461 vtx << "\n";
462 vtx << "void main()\n";
463 vtx << "{\n";
464 vtx << " gl_Position = a_position;\n"
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPolyhedralContactClipping.cpp 491 btVector3 vtx = pVtxIn->at(i);
492 btScalar depth = planeNormalWS.dot(vtx)+planeEqWS;
  /frameworks/rs/driver/
rsdGL.cpp 540 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
545 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 944 CvSeq vtx;
952 v, count, &vtx, &block ));
954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT ));
    [all...]
cxpersistence.cpp 4513 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr; local
4765 CvGraphVtx* vtx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 895 Value *vtx = NULL; local
923 vtx = bld.mkOp1v(OP_PFETCH, TYPE_U32, bld.getSSA(), bld.mkImm(0));
925 FILE_SHADER_INPUT, addr, i->getIndirect(0, 0), vtx);
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 4448 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr; local
4710 CvGraphVtx* vtx; local
    [all...]

Completed in 1570 milliseconds

1 2 34 5