Searched refs:intctype (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1646 struct lp_type intctype = cint_bld->type; local in function:lp_build_cube_lookup 1655 LLVMValueRef signmask = lp_build_const_int_vec(gallivm, intctype, 1656 1LL << (intctype.width - 1)); 1657 LLVMValueRef signshift = lp_build_const_int_vec(gallivm, intctype, 1658 intctype.width -1); 1659 LLVMValueRef facex = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_X); 1660 LLVMValueRef facey = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Y); 1661 LLVMValueRef facez = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Z);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1783 struct lp_type intctype = cint_bld->type; local in function:lp_build_cube_lookup 1792 LLVMValueRef signmask = lp_build_const_int_vec(gallivm, intctype, 1793 1LL << (intctype.width - 1)); 1794 LLVMValueRef signshift = lp_build_const_int_vec(gallivm, intctype, 1795 intctype.width -1); 1796 LLVMValueRef facex = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_X); 1797 LLVMValueRef facey = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Y); 1798 LLVMValueRef facez = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Z);
|
Completed in 8 milliseconds