Home
last modified time | relevance | path

Searched refs:intctype (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1683 struct lp_type intctype = cint_bld->type; in lp_build_cube_lookup() local
1692 LLVMValueRef signmask = lp_build_const_int_vec(gallivm, intctype, in lp_build_cube_lookup()
1693 1LL << (intctype.width - 1)); in lp_build_cube_lookup()
1694 LLVMValueRef signshift = lp_build_const_int_vec(gallivm, intctype, in lp_build_cube_lookup()
1695 intctype.width -1); in lp_build_cube_lookup()
1696 LLVMValueRef facex = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_X); in lp_build_cube_lookup()
1697 LLVMValueRef facey = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Y); in lp_build_cube_lookup()
1698 LLVMValueRef facez = lp_build_const_int_vec(gallivm, intctype, PIPE_TEX_FACE_POS_Z); in lp_build_cube_lookup()