Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_maos_arrays.c151 GLuint vtx, unit; in radeonEmitArrays() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_clip_tri.c228 struct brw_indirect vtx = brw_indirect(0, 0); in brw_clip_tri() 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/chromium_org/third_party/mesa/src/src/mesa/vbo/
Dvbo_exec.h116 } vtx; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h110 uint32_t vtx; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_screen.h110 uint32_t vtx; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_screen.h111 uint32_t vtx; member
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.h111 uint32_t vtx; member

12