Searched refs:INFINITY (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c112 -INFINITY,
128 INFINITY,
134 -INFINITY,
150 INFINITY,
163 -INFINITY,
178 INFINITY,
198 INFINITY, -INFINITY,
217 INFINITY,
223 -INFINITY,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c112 -INFINITY,
128 INFINITY,
134 -INFINITY,
150 INFINITY,
163 -INFINITY,
178 INFINITY,
198 INFINITY, -INFINITY,
217 INFINITY,
223 -INFINITY,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_allocate.h119 #define inff INFINITY
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builtin_builder.c56 nir_ssa_def *finf = nir_imm_floatN_t(b, INFINITY, vec->bit_size);
116 nir_ssa_def *finf = nir_imm_floatN_t(b, INFINITY, vec->bit_size);
H A Dnir_lower_double_ops.c99 nir_imm_double(b, INFINITY))),
293 nir_feq(b, src, nir_imm_double(b, INFINITY))),
H A Dnir.c685 return const_value_float(INFINITY, bit_size);
691 return const_value_float(-INFINITY, bit_size);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Ds_expression.cpp75 expr = new(ctx) s_float(INFINITY);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Ds_expression.cpp75 expr = new(ctx) s_float(INFINITY);
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c434 float vmax = -INFINITY;
446 float vbest = -INFINITY;
485 assert (vmax > -INFINITY);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h81 nir_ssa_def *inf = nir_imm_floatN_t(b, INFINITY, dest_bit_size);
92 nir_ssa_def *neg_inf = nir_imm_floatN_t(b, -INFINITY, dest_bit_size);
H A Dnir_lower_double_ops.c103 nir_imm_double(b, INFINITY))),
308 nir_feq(b, src, nir_imm_double(b, INFINITY))),
H A Dnir_builtin_builder.c117 nir_ssa_def *finf = nir_imm_floatN_t(b, INFINITY, vec->bit_size);
H A Dnir.c906 return const_value_float(INFINITY, bit_size);
912 return const_value_float(-INFINITY, bit_size);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c1447 nir_channels(b, nir_imm_vec4(b, INFINITY, INFINITY, INFINITY, 0), 0x7);
1556 nir_store_var(b, distances, nir_imm_vec4(b, INFINITY, INFINITY, INFINITY, INFINITY), 0xf);
1660 nir_store_var(b, result, nir_imm_vec4(b, INFINITY, 1.0f, 0.0f, 0.0f), 0xf);
H A Dsi_cmd_buffer.c649 float scale[3], translate[3], guardband_x = INFINITY, guardband_y = INFINITY;
H A Dradv_acceleration_structure.c405 bounds[i] = INFINITY;
407 bounds[3 + i] = -INFINITY;
478 bounds[i] = INFINITY;
480 bounds[3 + i] = -INFINITY;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_glsl450.c335 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size);
360 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size);
H A Dvtn_alu.c598 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size);
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c64 #define INFINITY 10000000 /* pretty big, huh? */ macro
429 XawTextReplace(text, 0, INFINITY, &block);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c506 float scale[3], translate[3], guardband_x = INFINITY, guardband_y = INFINITY;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2032 LLVMValueRef flt_max = bit_size == 64 ? LLVMConstReal(LLVMDoubleTypeInContext(gallivm->context), INFINITY) :
2033 (bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), INFINITY) : lp_build_const_float(gallivm, INFINITY));
2038 LLVMValueRef flt_min = bit_size == 64 ? LLVMConstReal(LLVMDoubleTypeInContext(gallivm->context), -INFINITY) :
2039 (bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), -INFINITY) : lp_build_const_float(gallivm, -INFINITY));
H A Dlp_bld_arit.c2750 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY);
3511 lp_build_const_vec(bld->gallivm, type, INFINITY));
3515 lp_build_const_vec(bld->gallivm, type, INFINITY),
3519 lp_build_const_vec(bld->gallivm, type, -INFINITY),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c511 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2861 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY);
3580 lp_build_const_vec(bld->gallivm, type, INFINITY));
3584 lp_build_const_vec(bld->gallivm, type, INFINITY),
3588 lp_build_const_vec(bld->gallivm, type, -INFINITY),
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3759 return LLVMConstReal(ctx->f16, INFINITY);
3765 return LLVMConstReal(ctx->f16, -INFINITY);
3790 return LLVMConstReal(ctx->f32, INFINITY);
3796 return LLVMConstReal(ctx->f32, -INFINITY);
3821 return LLVMConstReal(ctx->f64, INFINITY);
3827 return LLVMConstReal(ctx->f64, -INFINITY);

Completed in 54 milliseconds

12