Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp343 Value *attr_index = unwrap(attrib_index); in swr_gs_llvm_fetch_input() local
354 Value *attr_chan_index = attr_index; in swr_gs_llvm_fetch_input()
360 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_gs_llvm_fetch_input()
378 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); in swr_gs_llvm_fetch_input()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c881 LLVMValueRef attr_index = lp_build_const_int32(gallivm, attrib); in store_aos_array() local
934 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]); in store_aos_array()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1700 unsigned attr_index, unsigned chan, in si_build_fs_interp() argument
1707 LLVMConstInt(ctx->i32, attr_index, 0), in si_build_fs_interp()
1713 LLVMConstInt(ctx->i32, attr_index, 0), in si_build_fs_interp()