/external/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 40 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 …]
|
D | t_vertex_sse.c | 309 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/ |
D | btCapsuleShape.cpp | 48 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local 94 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
|
D | btMultiSphereShape.cpp | 65 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local 103 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
|
D | btTriangleMesh.cpp | 115 btVector3 vtx(m_3componentVertices[i],m_3componentVertices[i+1],m_3componentVertices[i+2]); in findOrAddVertex() local
|
D | btPolyhedralConvexShape.cpp | 344 btVector3 vtx; in localGetSupportingVertexWithoutMargin() local 372 btVector3 vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() local
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 72 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/ |
D | btConvexPlaneCollisionAlgorithm.cpp | 74 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/ |
D | r600_asm.c | 239 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/ |
D | es3fShaderIndexingTests.cpp | 223 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
|
D | es3fShaderSwitchTests.cpp | 91 std::ostringstream vtx; in makeSwitchCase() local
|
D | es3fShaderLoopTests.cpp | 246 std::ostringstream vtx; in createGenericLoopCase() local 444 std::ostringstream vtx; in createSpecialLoopCase() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 253 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
|
D | es2fShaderAlgorithmTests.cpp | 75 std::ostringstream vtx; in createExpressionCase() local
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_swtnl_t.c | 108 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/ |
D | vktShaderRenderIndexingTests.cpp | 261 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
|
D | vktShaderRenderSwitchTests.cpp | 108 std::ostringstream vtx; in makeSwitchCase() local
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_arrays.c | 151 GLuint vtx, unit; in radeonEmitArrays() local
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btPolyhedralConvexShape.java | 86 public void getVertex(int i, Vector3 vtx) { in getVertex()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 190 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/ |
D | es3pShaderControlStatementTests.cpp | 190 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/ |
D | brw_clip_tri.c | 228 struct brw_indirect vtx = brw_indirect(0, 0); in brw_clip_tri() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | SkeletonControl.java | 345 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/ |
D | btContinuousConvexCollision.cpp | 74 btVector3 vtx = convexShape->localGetSupportingVertex(planeInConvex.getBasis()*-planeNormal); in computeClosestPoints() local
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2962 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
|