Home
last modified time | relevance | path

Searched refs:LLVMFloatTypeInContext (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c114 elem_types[LP_JIT_SAMPLER_LOD_BIAS] = LLVMFloatTypeInContext(lc); in create_jit_sampler_type()
116 LLVMArrayType(LLVMFloatTypeInContext(lc), 4); in create_jit_sampler_type()
194 elem_types[LP_JIT_VIEWPORT_MAX_DEPTH] = LLVMFloatTypeInContext(lc); in lp_jit_create_types()
219 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types()
228 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc); in lp_jit_create_types()
233 elem_types[LP_JIT_CTX_F_BLEND_COLOR] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_types()
369 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_cs_types()
Dlp_state_setup.c134 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef()
751 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
Dlp_state_fs.c3123 LLVMTypeRef flt_type = LLVMFloatTypeInContext(gallivm->context); in generate_fragment()
3133 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment()
3138 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c271 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()
912 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
Dlp_bld_type.c45 return LLVMFloatTypeInContext(gallivm->context); in lp_build_elem_type()
52 return LLVMFloatTypeInContext(gallivm->context); in lp_build_elem_type()
Dlp_bld_const.h138 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x); in lp_build_const_float()
Dlp_bld_logic.c380 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
394 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
Dlp_bld_gather.c294 LLVMFloatTypeInContext(gallivm->context); in lp_build_gather_avx2()
Dlp_bld_tgsi_soa.c552 …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()
1697 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_output()
1796 …value = LLVMBuildBitCast(builder, value, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in emit_store_temp()
1808 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_temp()
Dlp_bld_conv.c202 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_float_to_half()
Dlp_bld_nir_soa.c113 …value = LLVMBuildBitCast(gallivm->builder, value, LLVMVectorType(LLVMFloatTypeInContext(gallivm->c… in emit_store_64bit_split()
201 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather()
435 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_load_var()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c222 elem_types[DRAW_JIT_SAMPLER_LOD_BIAS] = LLVMFloatTypeInContext(gallivm->context); in create_jit_sampler_type()
224 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_sampler_type()
313 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type()
377 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_context_type()
450 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_input_type()
510 …elem_types[DRAW_JIT_VERTEX_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_vertex_header()
555 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_context_type()
608 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_input_type()
621 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_output_type()
634 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tes_jit_input_type()
[all …]
/external/llvm/tools/llvm-c-test/
Decho.cpp76 return LLVMFloatTypeInContext(Ctx); in Clone()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp78 return LLVMFloatTypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h887 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp433 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
459 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1179 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1168 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/skqp/src/sksl/
DSkSLJIT.cpp116 fFloat32Type = LLVMFloatTypeInContext(fContext); in JIT()
/external/llvm-project/llvm/lib/IR/
DCore.cpp608 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
634 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp599 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
622 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c403 return LLVMFloatTypeInContext(Context); in llvm_float_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c334 return LLVMFloatTypeInContext(Context); in llvm_float_type()
/external/llvm/bindings/go/llvm/
Dir.go506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }

12