Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_cull.c194 min = ac_build_round(ctx, min); in cull_bbox()
195 max = ac_build_round(ctx, max); in cull_bbox()
Dac_llvm_build.h210 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_llvm_build.c675 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_round() function
846 LLVMValueRef tmp = ac_build_round(ctx, coords_arg[3]); in ac_prepare_cube_coords()
Dac_nir_to_llvm.c4540 coord = ac_build_round(ctx, coord); in apply_round_slice()