HomeSort by relevance Sort by last modified time
    Searched refs:vs_index (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 53 unsigned vs_index; local
69 vs_index = draw_find_shader_output(llvmpipe->draw,
73 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
80 vs_index = draw_find_shader_output(llvmpipe->draw,
93 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
99 vs_index = draw_find_shader_output(llvmpipe->draw,
102 if (vs_index > 0) {
104 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index);
111 vs_index = draw_find_shader_output(llvmpipe->draw,
114 if (vs_index > 0)
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
ELFTypes.h 208 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)

Completed in 72 milliseconds