Home
last modified time | relevance | path

Searched defs:vtx (Results 1 – 25 of 59) sorted by relevance

123

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c40 static GLboolean match_fastpath( struct tnl_clipspace *vtx, in match_fastpath()
66 static GLboolean search_fastpath_emit( struct tnl_clipspace *vtx ) in search_fastpath_emit()
80 void _tnl_register_fastpath( struct tnl_clipspace *vtx, in _tnl_register_fastpath()
112 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_emit_func() local
158 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_interp_func() local
173 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in choose_copy_pv_func() local
198 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_interp() local
206 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_copy_pv() local
218 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_get_attr() local
249 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_set_attr() local
[all …]
Dt_vertex_sse.c309 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in get_src_ptr() local
323 struct tnl_clipspace *vtx = GET_VERTEX_STATE(p->ctx); in update_src_ptr() local
348 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in build_vertex_emit() local
644 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generate_sse_emit() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCapsuleShape.cpp48 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local
94 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
DbtMultiSphereShape.cpp65 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local
103 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
DbtTriangleMesh.cpp115 btVector3 vtx(m_3componentVertices[i],m_3componentVertices[i+1],m_3componentVertices[i+2]); in findOrAddVertex() local
DbtPolyhedralConvexShape.cpp344 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local
372 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
/external/eigen/unsupported/test/
Dopenglsupport.cpp72 GLint createShader(const char* vtx, const char* frg) in createShader()
219 const char* vtx = "void main(void) { gl_Position = gl_Vertex; }\n"; in test_openglsupport() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtConvexPlaneCollisionAlgorithm.cpp74 btVector3 vtx = convexShape->localGetSupportingVertex(planeInConvex.getBasis()*-planeNormal); in collideSingleContact() local
114 btVector3 vtx = convexShape->localGetSupportingVertex(planeInConvex.getBasis()*-planeNormal); in processCollision() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c239 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx); in r600_bytecode_vtx() local
1591 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()
1706 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()
1905 struct r600_bytecode_vtx *vtx; in r600_bytecode_build() local
2207 struct r600_bytecode_tex *vtx = NULL, *next_vtx; in r600_bytecode_clear() local
2237 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_dump() local
2755 struct r600_bytecode_vtx vtx; in r600_vertex_elements_build_fetch_shader() local
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp223 std::ostringstream vtx; in createVaryingArrayCase() local
338 std::ostringstream vtx; in createUniformArrayCase() local
444 std::ostringstream vtx; in createTmpArrayCase() local
604 std::ostringstream vtx; in createVectorSubscriptCase() local
804 std::ostringstream vtx; in createMatrixSubscriptCase() local
Des3fShaderSwitchTests.cpp91 std::ostringstream vtx; in makeSwitchCase() local
Des3fShaderLoopTests.cpp246 std::ostringstream vtx; in createGenericLoopCase() local
444 std::ostringstream vtx; in createSpecialLoopCase() local
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp253 std::ostringstream vtx; in createVaryingArrayCase() local
376 std::ostringstream vtx; in createUniformArrayCase() local
486 std::ostringstream vtx; in createTmpArrayCase() local
650 std::ostringstream vtx; in createVectorSubscriptCase() local
836 std::ostringstream vtx; in createMatrixSubscriptCase() local
Des2fShaderAlgorithmTests.cpp75 std::ostringstream vtx; in createExpressionCase() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c108 struct tnl_clipspace *vtx = &tnl->clipspace; in swtnl_choose_attrs() local
168 struct tnl_clipspace *vtx = &TNL_CONTEXT(ctx)->clipspace; in swtnl_bind_vertices() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp261 std::ostringstream vtx; in createVaryingArrayCase() local
391 std::ostringstream vtx; in createUniformArrayCase() local
508 std::ostringstream vtx; in createTmpArrayCase() local
679 std::ostringstream vtx; in createVectorSubscriptCase() local
884 std::ostringstream vtx; in createMatrixSubscriptCase() local
DvktShaderRenderSwitchTests.cpp108 std::ostringstream vtx; in makeSwitchCase() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_arrays.c151 GLuint vtx, unit; in radeonEmitArrays() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralConvexShape.java86 public void getVertex(int i, Vector3 vtx) { in getVertex()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp190 std::ostringstream vtx; in init() local
466 std::ostringstream vtx; in init() local
694 std::ostringstream vtx; in init() local
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp190 std::ostringstream vtx; in init() local
470 std::ostringstream vtx; in init() local
702 std::ostringstream vtx; in init() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_tri.c228 struct brw_indirect vtx = brw_indirect(0, 0); in brw_clip_tri() local
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
DSkeletonControl.java345 float vtx = posBuf[idxPositions++]; in applySkinning() local
460 float vtx = posBuf[idxPositions++]; in applySkinningTangents() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtContinuousConvexCollision.cpp74 btVector3 vtx = convexShape->localGetSupportingVertex(planeInConvex.getBasis()*-planeNormal); in computeClosestPoints() local
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2962 cvGraphRemoveVtxByPtr( CvGraph* graph, CvGraphVtx* vtx ) in cvGraphRemoveVtxByPtr()
2998 CvGraphVtx *vtx = 0; in cvGraphRemoveVtx() local
3349 CvGraphVtx* vtx; member
3448 cvCreateGraphScanner( CvGraph* graph, CvGraphVtx* vtx, int mask ) in cvCreateGraphScanner()
3526 CvGraphVtx* vtx; in cvNextGraphItem() local
3718 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr; in cvCloneGraph() local
3750 CvGraphVtx* vtx = (CvGraphVtx*)reader.ptr; in cvCloneGraph() local

123