Searched refs:LLVMFloatTypeInContext (Results 1 – 17 of 17) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_jit.c | 116 elem_types[LP_JIT_SAMPLER_MAX_ANISO] = LLVMFloatTypeInContext(lc); in create_jit_sampler_type() 118 LLVMArrayType(LLVMFloatTypeInContext(lc), 4); in create_jit_sampler_type() 200 elem_types[LP_JIT_VIEWPORT_MAX_DEPTH] = LLVMFloatTypeInContext(lc); in lp_jit_create_types() 225 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types() 234 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc); in lp_jit_create_types() 239 elem_types[LP_JIT_CTX_F_BLEND_COLOR] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_types() 241 elem_types[LP_JIT_CTX_ANISO_FILTER_TABLE] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_types() 448 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_cs_types() 466 elem_types[LP_JIT_CS_CTX_ANISO_FILTER_TABLE] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_cs_types()
|
| D | lp_state_setup.c | 132 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() 666 LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
|
| D | lp_bld_interp.c | 246 LLVMTypeRef fs_elem_type = LLVMFloatTypeInContext(gallivm->context); in coeffs_init_simple()
|
| D | lp_state_fs.c | 3254 LLVMTypeRef flt_type = LLVMFloatTypeInContext(gallivm->context); in generate_fragment() 3266 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment() 3271 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_aos.c | 271 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos() 334 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 336 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 397 … LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), in lp_build_pack_rgba_aos() 407 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 909 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
|
| D | lp_bld_type.c | 50 return LLVMFloatTypeInContext(gallivm->context); in lp_build_elem_type() 55 return LLVMFloatTypeInContext(gallivm->context); in lp_build_elem_type()
|
| D | lp_bld_const.h | 138 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x); in lp_build_const_float()
|
| D | lp_bld_logic.c | 383 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select() 397 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
|
| D | lp_bld_tgsi_soa.c | 552 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather() 889 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in emit_fetch_constant() 971 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_immediate() 1070 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_input() 1438 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_temporary() 1702 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_output() 1801 …value = LLVMBuildBitCast(builder, value, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in emit_store_temp() 1813 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_temp()
|
| D | lp_bld_gather.c | 293 LLVMFloatTypeInContext(gallivm->context); in lp_build_gather_avx2()
|
| D | lp_bld_conv.c | 213 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_float_to_half()
|
| D | lp_bld_nir_soa.c | 149 …value = LLVMBuildBitCast(gallivm->builder, value, LLVMVectorType(LLVMFloatTypeInContext(gallivm->c… in emit_store_64bit_split() 237 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather() 472 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_load_var()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 222 elem_types[DRAW_JIT_SAMPLER_MAX_ANISO] = LLVMFloatTypeInContext(gallivm->context); in create_jit_sampler_type() 224 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_sampler_type() 317 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type() 374 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_context_type() 449 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_input_type() 509 …elem_types[DRAW_JIT_VERTEX_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_vertex_header() 554 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_context_type() 609 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_input_type() 622 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_output_type() 635 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tes_jit_input_deref_type() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
| D | Core.h | 1168 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLJIT.cpp | 116 fFloat32Type = LLVMFloatTypeInContext(fContext); in JIT()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 599 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function 622 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 87 ctx->f32 = LLVMFloatTypeInContext(ctx->context); in ac_llvm_context_init()
|