| H A D | lp_bld_tgsi_soa.c | 770 LLVMValueRef indirect_index, 781 /* index_vec = (indirect_index * 4 + chan_index) * length + offsets */ 782 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); 831 LLVMValueRef indirect_index; local in function:emit_fetch_constant 838 indirect_index = get_indirect_index(bld, 851 indirect_index, num_consts); 853 /* index_vec = indirect_index * 4 + swizzle */ 854 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); 860 index_vec2 = lp_build_shl_imm(uint_bld, indirect_index, 2); 975 LLVMValueRef indirect_index; local in function:emit_fetch_immediate 769 get_soa_array_offsets(struct lp_build_context * uint_bld,LLVMValueRef indirect_index,unsigned chan_index,boolean need_perelement_offset) argument 1047 LLVMValueRef indirect_index; local in function:emit_fetch_input 1415 LLVMValueRef indirect_index; local in function:emit_fetch_temporary 1671 emit_store_output(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1720 emit_store_tcs_output(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1779 emit_store_temp(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1832 emit_store_address(struct lp_build_tgsi_context * bld_base,enum tgsi_opcode_type dtype,const struct tgsi_full_dst_register * reg,unsigned index,unsigned chan_index,LLVMValueRef indirect_index,LLVMValueRef value) argument 1868 LLVMValueRef indirect_index = NULL; local in function:emit_store_chan 3467 LLVMValueRef indirect_index; local in function:load_emit [all...] |