Searched refs:f32_0 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 43 ctx->ac.f32_0, ""); in kill_if_fetch_args() 143 ctx->ac.f32_0, ""); in emit_cmp() 174 cond, ctx->ac.f32_1, ctx->ac.f32_0, ""); in emit_set_cond() 371 cmp = LLVMBuildFCmp(builder, LLVMRealOGT, emit_data->args[0], ctx->ac.f32_0, ""); in emit_ssg() 373 cmp = LLVMBuildFCmp(builder, LLVMRealOGE, val, ctx->ac.f32_0, ""); in emit_ssg()
|
D | si_shader.c | 1917 ctx->ac.f32_0, in si_load_tess_coord() 1918 ctx->ac.f32_0 in si_load_tess_coord() 2521 val[chan], ctx->ac.f32_0, ""), in si_llvm_init_export_args() 2944 pos_args[0].out[0] = ctx->ac.f32_0; /* X */ in si_llvm_export_vs() 2945 pos_args[0].out[1] = ctx->ac.f32_0; /* Y */ in si_llvm_export_vs() 2946 pos_args[0].out[2] = ctx->ac.f32_0; /* Z */ in si_llvm_export_vs() 2963 pos_args[1].out[0] = ctx->ac.f32_0; /* X */ in si_llvm_export_vs() 2964 pos_args[1].out[1] = ctx->ac.f32_0; /* Y */ in si_llvm_export_vs() 2965 pos_args[1].out[2] = ctx->ac.f32_0; /* Z */ in si_llvm_export_vs() 2966 pos_args[1].out[3] = ctx->ac.f32_0; /* W */ in si_llvm_export_vs() [all …]
|
D | si_shader_tgsi_mem.c | 1433 ctx->ac.f32_0; in tex_fetch_args() 1756 LLVMValueRef values[2] = { half_texel[c], ctx->ac.f32_0 }; in si_lower_gather4_integer()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 91 ctx->f32_0 = LLVMConstReal(ctx->f32, 0.0); in ac_llvm_context_init() 616 ge0 = LLVMBuildFCmp(builder, LLVMRealOGE, tmp, ctx->f32_0, ""); in ac_prepare_cube_coords() 617 tmp = LLVMBuildSelect(builder, ge0, tmp, ctx->f32_0, ""); in ac_prepare_cube_coords() 1285 return ac_build_fmin(ctx, ac_build_fmax(ctx, value, ctx->f32_0), in ac_build_clamp() 2065 value, ctx->f32_0, ""); in ac_build_if()
|
D | ac_llvm_build.h | 68 LLVMValueRef f32_0; member
|
D | ac_nir_to_llvm.c | 1379 zero = ctx->f32_0; in emit_fsign() 1461 LLVMBuildFCmp(ctx->builder, LLVMRealUNE, src0, ctx->f32_0, ""), in emit_f2b() 1506 result = LLVMBuildSelect(ctx->builder, cond, ctx->ac.f32_0, result, ""); in emit_f2f16() 1519 temp, ctx->ac.f32_0, ""); in emit_f2f16() 1521 result = LLVMBuildSelect(ctx->builder, cond, ctx->ac.f32_0, result, ""); in emit_f2f16() 4293 ctx->ac.f32_0, in load_tess_coord() 4294 ctx->ac.f32_0, in load_tess_coord() 5000 derivs[i] = ctx->ac.f32_0; in visit_tex() 5001 derivs[num_dest_deriv_channels + i] = ctx->ac.f32_0; in visit_tex() 5886 val[chan], ctx->ac.f32_0, ""), in si_llvm_init_export_args() [all …]
|