Lines Matching refs:voffset
884 LLVMValueRef voffset, in build_buffer_load() argument
907 if (voffset) { in build_buffer_load()
908 args[2] = LLVMBuildAdd(gallivm->builder, args[2], voffset, in build_buffer_load()
925 voffset ? voffset : vindex, in build_buffer_load()
928 LLVMConstInt(ctx->i32, voffset ? 1 : 0, 0), // offen in build_buffer_load()
941 if (voffset && vindex) { in build_buffer_load()
942 LLVMValueRef vaddr[] = {vindex, voffset}; in build_buffer_load()
5392 LLVMValueRef voffset = in si_llvm_emit_vertex() local
5397 voffset = lp_build_add(uint, voffset, gs_next_vertex); in si_llvm_emit_vertex()
5398 voffset = lp_build_mul_imm(uint, voffset, 4); in si_llvm_emit_vertex()
5405 voffset, soffset, 0, in si_llvm_emit_vertex()