Searched refs:attrib_index (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 237 LLVMValueRef attrib_index, 280 LLVMValueRef attrib_index, in swr_gs_llvm_fetch_input() argument 289 attrib_index, in swr_gs_llvm_fetch_input() 338 LLVMValueRef attrib_index, in swr_gs_llvm_fetch_input() argument 343 Value *attr_index = unwrap(attrib_index); in swr_gs_llvm_fetch_input()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 417 LLVMValueRef attrib_index,
|
D | lp_bld_tgsi_soa.c | 1474 LLVMValueRef attrib_index = NULL; in emit_fetch_gs_input() local 1491 attrib_index = get_indirect_index(bld, in emit_fetch_gs_input() 1496 attrib_index = lp_build_const_int32(gallivm, reg->Register.Index); in emit_fetch_gs_input() 1512 attrib_index, in emit_fetch_gs_input() 1523 attrib_index, in emit_fetch_gs_input()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1384 LLVMValueRef attrib_index, in draw_gs_llvm_fetch_input() argument 1400 LLVMValueRef attr_chan_index = attrib_index; in draw_gs_llvm_fetch_input() 1409 attrib_index, idx, ""); in draw_gs_llvm_fetch_input() 1424 indices[1] = attrib_index; in draw_gs_llvm_fetch_input()
|