Searched refs:coords_arg (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_util.c | 427 LLVMValueRef *coords_arg, in ac_prepare_cube_coords() argument 436 build_cube_intrinsic(ctx, coords_arg, &selcoords); in ac_prepare_cube_coords() 501 LLVMValueRef tmp = LLVMBuildFMul(ctx->builder, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), ""); in ac_prepare_cube_coords() 505 memcpy(coords_arg, coords, sizeof(coords)); in ac_prepare_cube_coords()
|
D | ac_llvm_util.h | 95 LLVMValueRef *coords_arg,
|