Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c196 min = ac_build_round(ctx, min); in cull_bbox()
197 max = ac_build_round(ctx, max); in cull_bbox()
Dac_llvm_build.h202 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_llvm_build.c626 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_round() function
797 LLVMValueRef tmp = ac_build_round(ctx, coords_arg[3]); in ac_prepare_cube_coords()
Dac_nir_to_llvm.c4052 coord = ac_build_round(ctx, coord); in apply_round_slice()