HomeSort by relevance Sort by last modified time
    Searched full:vertex_id (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
svs.txt 7 vertex_id
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
svs.txt 7 vertex_id
  /external/clang/utils/analyzer/
ubiviz 52 vertex_id = data[1]
54 G.change_vertex_style(vertex_id,style_id)
  /external/chromium_org/third_party/mesa/src/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_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_pipe.h 122 tmp->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_pt_fetch.c 74 /* Leave the clipmask/edgeflags/pad/vertex_id untouched
draw_pt_post_vs.c 60 header->vertex_id = UNDEFINED_VERTEX_ID;
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/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_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_pipe.h 122 tmp->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_pt_fetch.c 74 /* Leave the clipmask/edgeflags/pad/vertex_id untouched
draw_pt_post_vs.c 60 header->vertex_id = UNDEFINED_VERTEX_ID;
draw_llvm.c 262 LP_CHECK_MEMBER_OFFSET(struct vertex_header, vertex_id,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 154 LLVMValueRef vertex_id; member in struct:lp_bld_tgsi_system_values
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_push.c 83 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_ID), 1); /* broken on nvc0 */
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 154 LLVMValueRef vertex_id; member in struct:lp_bld_tgsi_system_values
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 83 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_ID), 1); /* broken on nvc0 */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 232 "VERTEX_ID",
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 232 "VERTEX_ID",
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_vbuf.c 32 * manipulating the vertex_id field in the vertex headers.

Completed in 2245 milliseconds

1 2