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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h516 lp_get_temp_ptr_soa(
H A Dlp_bld_tgsi_soa.c880 lp_get_temp_ptr_soa(struct lp_build_tgsi_soa_context *bld, function in typeref:typename:LLVMValueRef
1088 rel = lp_get_temp_ptr_soa(bld, indirect_reg->Index, swizzle);
1636 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
1642 temp_ptr2 = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle_in >> 16);
1907 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
1910 LLVMValueRef temp_ptr2 = lp_get_temp_ptr_soa(bld,
2866 reg_ptr = lp_get_temp_ptr_soa(bld, index, chan);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h606 lp_get_temp_ptr_soa(
H A Dlp_bld_tgsi_soa.c491 lp_get_temp_ptr_soa(struct lp_build_tgsi_soa_context *bld, function in typeref:typename:LLVMValueRef
699 rel = lp_get_temp_ptr_soa(bld, indirect_reg->Index, swizzle);
1446 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
1452 temp_ptr2 = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle_in >> 16);
1817 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
1820 LLVMValueRef temp_ptr2 = lp_get_temp_ptr_soa(bld,
2863 reg_ptr = lp_get_temp_ptr_soa(bld, index, chan);

Completed in 15 milliseconds