OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertex_id
(Results
1 - 10
of
10
) sorted by null
/external/clang/utils/analyzer/
ubiviz
52
vertex_id
= data[1]
54
G.change_vertex_style(
vertex_id
,style_id)
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c
120
stage->tmp[i]->
vertex_id
= UNDEFINED_VERTEX_ID;
132
((struct vertex_header *)verts)->
vertex_id
= UNDEFINED_VERTEX_ID;
draw_pipe.h
122
tmp->
vertex_id
= UNDEFINED_VERTEX_ID;
draw_pipe_vbuf.c
133
if (vertex->
vertex_id
== UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
146
vertex->
vertex_id
= vbuf->nr_vertices++;
149
return (ushort)vertex->
vertex_id
;
draw_pt_post_vs.c
60
header->
vertex_id
= UNDEFINED_VERTEX_ID;
draw_private.h
77
unsigned
vertex_id
:16;
member in struct:vertex_header
87
/* NOTE: It should match
vertex_id
size above */
draw_llvm.c
262
LP_CHECK_MEMBER_OFFSET(struct vertex_header,
vertex_id
,
[
all
...]
draw_pipe_clip.c
131
dst->
vertex_id
= UNDEFINED_VERTEX_ID;
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h
154
LLVMValueRef
vertex_id
;
member in struct:lp_bld_tgsi_system_values
lp_bld_tgsi_soa.c
804
res = bld->system_values.
vertex_id
;
[
all
...]
Completed in 219 milliseconds