Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h216 LLVMValueRef *coords_arg, LLVMValueRef *derivs_arg);
Dac_llvm_build.c788 LLVMValueRef *coords_arg, LLVMValueRef *derivs_arg) in ac_prepare_cube_coords() argument
797 LLVMValueRef tmp = ac_build_round(ctx, coords_arg[3]); in ac_prepare_cube_coords()
824 coords_arg[3] = tmp; in ac_prepare_cube_coords()
827 build_cube_intrinsic(ctx, coords_arg, &selcoords); in ac_prepare_cube_coords()
890 coords[2] = ac_build_fmad(ctx, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), coords[2]); in ac_prepare_cube_coords()
893 memcpy(coords_arg, coords, sizeof(coords)); in ac_prepare_cube_coords()