Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c858 LLVMValueRef swizzle_vec2; in emit_fetch_constant() local
859 swizzle_vec2 = lp_build_const_int_vec(gallivm, uint_bld->type, swizzle_in >> 16); in emit_fetch_constant()
861 index_vec2 = lp_build_add(uint_bld, index_vec2, swizzle_vec2); in emit_fetch_constant()