Searched refs:indirect_index (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c770 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...]
H A Dlp_bld_nir_soa.c154 LLVMValueRef indirect_index,
166 /* index_vec = (indirect_index * 4 + chan_index) * length + offsets */
167 index_vec = lp_build_mul(uint_bld, indirect_index, lp_build_const_int_vec(uint_bld->gallivm, uint_bld->type, num_components));
153 get_soa_array_offsets(struct lp_build_context * uint_bld,LLVMValueRef indirect_index,int num_components,unsigned chan_index,bool need_perelement_offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/tests/
H A Dlower_ubo_tests.cpp152 TEST_F(nir_lower_ubo_test, indirect_index)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1159 LLVMValueRef indirect_index,
1170 /* index_vec = (indirect_index * 4 + chan_index) * length + offsets */
1171 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2);
1220 LLVMValueRef indirect_index; local in function:emit_fetch_constant
1227 indirect_index = get_indirect_index(bld,
1240 indirect_index, num_consts);
1242 /* index_vec = indirect_index * 4 + swizzle */
1243 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2);
1249 index_vec2 = lp_build_shl_imm(uint_bld, indirect_index, 2);
1364 LLVMValueRef indirect_index; local in function:emit_fetch_immediate
1158 get_soa_array_offsets(struct lp_build_context * uint_bld,LLVMValueRef indirect_index,unsigned chan_index,boolean need_perelement_offset) argument
1436 LLVMValueRef indirect_index; local in function:emit_fetch_input
1605 LLVMValueRef indirect_index; local in function:emit_fetch_temporary
1810 LLVMValueRef indirect_index = NULL; local in function:emit_store_chan
[all...]

Completed in 14 milliseconds