Searched refs:vertex_id (Results 1 - 20 of 20) sorted by relevance

/external/clang/utils/analyzer/
H A Dubiviz52 vertex_id = data[1]
54 G.change_vertex_style(vertex_id,style_id)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID;
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe.h122 tmp->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_vbuf.c133 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
146 vertex->vertex_id = vbuf->nr_vertices++;
149 return (ushort)vertex->vertex_id;
H A Ddraw_pt_post_vs.c60 header->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_private.h77 unsigned vertex_id:16; member in struct:vertex_header
87 /* NOTE: It should match vertex_id size above */
H A Ddraw_llvm.c262 LP_CHECK_MEMBER_OFFSET(struct vertex_header, vertex_id,
1213 system_values.vertex_id = lp_build_zero(gallivm, lp_type_uint_vec(32, 32*vector_length));
1232 system_values.vertex_id = LLVMBuildInsertElement(gallivm->builder,
1233 system_values.vertex_id, true_index,
H A Ddraw_pipe_clip.c131 dst->vertex_id = UNDEFINED_VERTEX_ID;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID;
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe.h122 tmp->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_vbuf.c133 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
146 vertex->vertex_id = vbuf->nr_vertices++;
149 return (ushort)vertex->vertex_id;
H A Ddraw_pt_post_vs.c60 header->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_private.h77 unsigned vertex_id:16; member in struct:vertex_header
87 /* NOTE: It should match vertex_id size above */
H A Ddraw_llvm.c262 LP_CHECK_MEMBER_OFFSET(struct vertex_header, vertex_id,
1213 system_values.vertex_id = lp_build_zero(gallivm, lp_type_uint_vec(32, 32*vector_length));
1232 system_values.vertex_id = LLVMBuildInsertElement(gallivm->builder,
1233 system_values.vertex_id, true_index,
H A Ddraw_pipe_clip.c131 dst->vertex_id = UNDEFINED_VERTEX_ID;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dbuffertotexture11_vs.h49 dcl_input_sgv v0.x, vertex_id
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h154 LLVMValueRef vertex_id; member in struct:lp_bld_tgsi_system_values
H A Dlp_bld_tgsi_soa.c804 res = bld->system_values.vertex_id;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h154 LLVMValueRef vertex_id; member in struct:lp_bld_tgsi_system_values
H A Dlp_bld_tgsi_soa.c804 res = bld->system_values.vertex_id;

Completed in 911 milliseconds