Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c405 LLVMValueRef res_elem; in lp_build_intrinsic_map() local
408 res_elem = lp_build_intrinsic(builder, name, ret_elem_type, arg_elems, num_args, 0); in lp_build_intrinsic_map()
409 res = LLVMBuildInsertElement(builder, res, res_elem, index, ""); in lp_build_intrinsic_map()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c268 double res_elem = read_elem(type, res, i); in compare_vec_with_eps() local
270 double delta = res_elem - ref_elem; in compare_vec_with_eps()