Searched refs:f32_0 (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c66 neg_w = LLVMBuildFCmp(builder, LLVMRealOLT, pos[i][3], ctx->f32_0, "");
105 accepted = LLVMBuildFCmp(builder, cond, det, ctx->f32_0, "");
108 accepted = LLVMBuildFCmp(builder, cond, det, ctx->f32_0, "");
110 accepted = LLVMBuildFCmp(builder, LLVMRealONE, det, ctx->f32_0, "");
H A Dac_llvm_build.h109 LLVMValueRef f32_0; member in struct:ac_llvm_context
H A Dac_nir_to_llvm.c294 return LLVMBuildSelect(ctx->builder, src0, ctx->f32_1, ctx->f32_0, "");
352 result = LLVMBuildSelect(ctx->builder, cond, ctx->f32_0, result, "");
364 cond2 = LLVMBuildFCmp(ctx->builder, LLVMRealONE, temp, ctx->f32_0, "");
366 result = LLVMBuildSelect(ctx->builder, cond, ctx->f32_0, result, "");
1421 LLVMValueRef default_offset = ctx->f32_0;
3968 ctx->ac.f32_0,
4727 LLVMValueRef zero = args.g16 ? ctx->ac.f16_0 : ctx->ac.f32_0;
H A Dac_llvm_build.c112 ctx->f32_0 = LLVMConstReal(ctx->f32, 0.0);
869 ge0 = LLVMBuildFCmp(builder, LLVMRealOGE, tmp, ctx->f32_0, "");
870 tmp = LLVMBuildSelect(builder, ge0, tmp, ctx->f32_0, "");
1662 loads[num_channels] = ac_to_integer(ctx, num_channels == 3 ? ctx->f32_1 : ctx->f32_0);
2095 assert(!a->lod || a->lod == ctx->i32_0 || a->lod == ctx->f32_0 || !a->level_zero);
3780 return ctx->f32_0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c424 const_chan == 0 ? ctx->ac.f32_0 : args->out[chan]);
626 pos_args[0].out[0] = ctx->ac.f32_0; /* X */
627 pos_args[0].out[1] = ctx->ac.f32_0; /* Y */
628 pos_args[0].out[2] = ctx->ac.f32_0; /* Z */
647 pos_args[1].out[0] = ctx->ac.f32_0; /* X */
648 pos_args[1].out[1] = ctx->ac.f32_0; /* Y */
649 pos_args[1].out[2] = ctx->ac.f32_0; /* Z */
650 pos_args[1].out[3] = ctx->ac.f32_0; /* W */
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c650 LLVMValueRef zero = is_float ? ctx->ac.f32_0 : ctx->ac.i32_0;
1001 values[i] = LLVMBuildSelect(ctx->ac.builder, isnan, ctx->ac.f32_0, values[i], "");
1256 pos_args[0].out[0] = ctx->ac.f32_0; /* X */
1257 pos_args[0].out[1] = ctx->ac.f32_0; /* Y */
1258 pos_args[0].out[2] = ctx->ac.f32_0; /* Z */
1274 pos_args[1].out[0] = ctx->ac.f32_0; /* X */
1275 pos_args[1].out[1] = ctx->ac.f32_0; /* Y */
1276 pos_args[1].out[2] = ctx->ac.f32_0; /* Z */
1277 pos_args[1].out[3] = ctx->ac.f32_0; /* W */
1414 outputs[noutput].values[j] = ctx->ac.f32_0;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c65 ctx->ac.f32_0, "");
137 ctx->ac.f32_0, "");
168 cond, ctx->ac.f32_1, ctx->ac.f32_0, "");
H A Dsi_shader.c2010 ctx->ac.f32_0,
2011 ctx->ac.f32_0
2927 pos_args[0].out[0] = ctx->ac.f32_0; /* X */
2928 pos_args[0].out[1] = ctx->ac.f32_0; /* Y */
2929 pos_args[0].out[2] = ctx->ac.f32_0; /* Z */
2946 pos_args[1].out[0] = ctx->ac.f32_0; /* X */
2947 pos_args[1].out[1] = ctx->ac.f32_0; /* Y */
2948 pos_args[1].out[2] = ctx->ac.f32_0; /* Z */
2949 pos_args[1].out[3] = ctx->ac.f32_0; /* W */
3977 ctx->ac.f32_0,
[all...]
H A Dsi_shader_tgsi_mem.c1302 LLVMValueRef values[2] = { half_texel[c], ctx->ac.f32_0 };
1516 ctx->ac.f32_0;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1892 ctx->ac.f32_0,
1893 ctx->ac.f32_0,
2131 LLVMValueRef zero = is_float ? ctx->ac.f32_0 : ctx->ac.i32_0;
2926 LLVMValueRef pos_values[4] = {ctx->ac.f32_0, ctx->ac.f32_0, ctx->ac.f32_0, ctx->ac.f32_1};
2963 pos_args[1].out[0] = ctx->ac.f32_0; /* X */
2964 pos_args[1].out[1] = ctx->ac.f32_0; /* Y */
2965 pos_args[1].out[2] = ctx->ac.f32_0; /* Z */
2966 pos_args[1].out[3] = ctx->ac.f32_0; /*
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h87 LLVMValueRef f32_0; member in struct:ac_llvm_context
H A Dac_llvm_build.c100 ctx->f32_0 = LLVMConstReal(ctx->f32, 0.0);
838 ge0 = LLVMBuildFCmp(builder, LLVMRealOGE, tmp, ctx->f32_0, "");
839 tmp = LLVMBuildSelect(builder, ge0, tmp, ctx->f32_0, "");
2242 assert(!a->lod || a->lod == ctx->i32_0 || a->lod == ctx->f32_0 ||
2609 zero = ctx->f32_0;
3252 value, ctx->f32_0, "");
3652 case nir_op_fadd: return ctx->f32_0;
H A Dac_nir_to_llvm.c387 result = LLVMBuildSelect(ctx->builder, cond, ctx->f32_0, result, "");
399 temp, ctx->f32_0, "");
401 result = LLVMBuildSelect(ctx->builder, cond, ctx->f32_0, result, "");
889 LLVMValueRef param[2] = { src[0], ctx->ac.f32_0 };
3810 args.derivs[i] = ctx->ac.f32_0;
3811 args.derivs[num_dest_deriv_channels + i] = ctx->ac.f32_0;

Completed in 54 milliseconds