• Home
  • Raw
  • Download

Lines Matching refs:LLVMConstReal

653 			LLVMValueRef neg_one = LLVMConstReal(ctx->f32, -1.0);  in si_llvm_load_input_vs()
671 LLVMConstReal(ctx->f32, 1.0 / UINT_MAX), ""); in si_llvm_load_input_vs()
675 out[3] = LLVMConstReal(ctx->f32, 1); in si_llvm_load_input_vs()
692 LLVMConstReal(ctx->f32, scale), ""); in si_llvm_load_input_vs()
697 out[3] = LLVMConstReal(ctx->f32, 1); in si_llvm_load_input_vs()
718 out[2] = LLVMConstReal(ctx->f32, 0); in si_llvm_load_input_vs()
719 out[3] = LLVMConstReal(ctx->f32, 1); in si_llvm_load_input_vs()
725 out[3] = LLVMConstReal(ctx->f32, 1); in si_llvm_load_input_vs()
744 out[3] = LLVMConstReal(ctx->f32, 1); in si_llvm_load_input_vs()
1804 result[2] = LLVMConstReal(ctx->f32, 0.0f); in interp_fs_input()
1805 result[3] = LLVMConstReal(ctx->f32, 1.0f); in interp_fs_input()
1900 LLVMConstReal(ctx->f32, 0), in load_sample_position()
1901 LLVMConstReal(ctx->f32, 0) in load_sample_position()
2065 LLVMConstReal(ctx->f32, 0), in si_load_system_value()
2066 LLVMConstReal(ctx->f32, 0) in si_load_system_value()
2493 LLVMConstReal(ctx->f32, 65535), ""); in si_llvm_init_export_args()
2495 LLVMConstReal(ctx->f32, 0.5), ""); in si_llvm_init_export_args()
2510 LLVMConstReal(ctx->f32, 1)); in si_llvm_init_export_args()
2513 LLVMConstReal(ctx->f32, -1)); in si_llvm_init_export_args()
2516 LLVMConstReal(ctx->f32, 32767), ""); in si_llvm_init_export_args()
2522 LLVMConstReal(ctx->f32, 0.5), in si_llvm_init_export_args()
2523 LLVMConstReal(ctx->f32, -0.5), ""), ""); in si_llvm_init_export_args()
2632 LLVMConstReal(ctx->f32, in si_scale_alpha_by_sample_mask()
2656 args->out[3] = LLVMConstReal(ctx->f32, 0.0f); in si_llvm_emit_clipvertex()
3683 outputs[i].values[j] = LLVMConstReal(ctx->f32, 0); in si_llvm_emit_vs_epilogue()
4026 LLVMValueRef halfval = LLVMConstReal(ctx->f32, 0.5f); in interp_fetch_args()
4051 LLVMConstReal(ctx->f32, 0.5), in interp_fetch_args()
4052 LLVMConstReal(ctx->f32, 0.5), in interp_fetch_args()