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

  /external/chromium_org/third_party/mesa/src/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/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/
ELFTypes.h 196 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN) member in struct:llvm::object::Elf_Versym_Impl

Completed in 1670 milliseconds