Searched defs:attrib_index (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1380 LLVMValueRef attrib_index,
1396 LLVMValueRef attr_chan_index = attrib_index;
1405 attrib_index, idx, "");
1420 indices[1] = attrib_index;
1375 draw_gs_llvm_fetch_input(const struct lp_build_tgsi_gs_iface *gs_iface, struct lp_build_tgsi_context * bld_base, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, LLVMValueRef swizzle_index) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1517 LLVMValueRef attrib_index = NULL; local
1534 attrib_index = get_indirect_index(bld,
1539 attrib_index = lp_build_const_int32(gallivm, reg->Register.Index);
1555 attrib_index,
1566 attrib_index,

Completed in 49 milliseconds