Home
last modified time | relevance | path

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

12

/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
Dt_vertex_generic.c935 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in EMIT2() local
995 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_emit() local
1018 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_interp() local
1064 struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx); in _tnl_generic_copy_pv() 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/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/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
Des2fShaderLoopTests.cpp277 std::ostringstream vtx; in createGenericLoopCase() local
485 std::ostringstream vtx; in createSpecialLoopCase() 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.cpp245 std::ostringstream vtx; in createGenericLoopCase() local
443 std::ostringstream vtx; in createSpecialLoopCase() local
Des3fShaderPrecisionTests.cpp71 ostringstream vtx; in createFloatPrecisionEvalProgram() local
128 ostringstream vtx; in createIntUintPrecisionEvalProgram() 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/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_arrays.c151 GLuint vtx, unit; in radeonEmitArrays() local
Dradeon_maos_verts.c316 GLuint vtx = (rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXFMT] & in radeonEmitArrays() 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/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/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/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
/external/opencv/cxcore/include/
Dcxcore.h1210 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) argument
1232 #define CV_IS_GRAPH_VERTEX_VISITED(vtx) \ argument
1241 CvGraphVtx* vtx; /* current graph vertex (or current edge origin) */ member
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h116 } vtx; member
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.h111 uint32_t vtx; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h110 uint32_t vtx; member
/external/opencv/cv/src/
Dcvstereogc.cpp134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans… in icvGCMaxFlow()
612 static inline int icvAddTWeights( GCVtx* vtx, int sourceWeight, int sinkWeight ) in icvAddTWeights()

12