Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c56 elem_types[LP_JIT_VIEWPORT_MAX_DEPTH] = LLVMFloatTypeInContext(lc); in lp_jit_create_types()
125 elem_types[LP_JIT_SAMPLER_LOD_BIAS] = LLVMFloatTypeInContext(lc); in lp_jit_create_types()
127 LLVMArrayType(LLVMFloatTypeInContext(lc), 4); in lp_jit_create_types()
154 LLVMArrayType(LLVMPointerType(LLVMFloatTypeInContext(lc), 0), LP_MAX_TGSI_CONST_BUFFERS); in lp_jit_create_types()
157 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc); in lp_jit_create_types()
161 elem_types[LP_JIT_CTX_F_BLEND_COLOR] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_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_bld_interp.c593 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext( in attribs_update()
/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()
873 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.h133 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x); in lp_build_const_float()
Dlp_bld_logic.c374 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
388 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
Dlp_bld_tgsi_soa.c928 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather()
1322 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_immediate()
1419 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_input()
1571 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_fetch_temporary()
1802 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_chan()
1828 …value = LLVMBuildBitCast(builder, value, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in emit_store_chan()
1840 fptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0); in emit_store_chan()
Dlp_bld_gather.c294 LLVMFloatTypeInContext(gallivm->context); in lp_build_gather_avx2()
Dlp_bld_conv.c188 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_float_to_half()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c185 elem_types[DRAW_JIT_SAMPLER_LOD_BIAS] = LLVMFloatTypeInContext(gallivm->context); in create_jit_sampler_type()
187 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_sampler_type()
221 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type()
272 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_context_type()
333 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_input_type()
393 …elem_types[DRAW_JIT_VERTEX_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4); in create_jit_vertex_header()
1030 LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), in store_clip()
/external/llvm/tools/llvm-c-test/
Decho.cpp76 return LLVMFloatTypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp76 return LLVMFloatTypeInContext(Ctx); in Clone()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1083 ctx->f32 = LLVMFloatTypeInContext(ctx->ac.context); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp225 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
245 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h385 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h887 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1046 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp433 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
459 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c78 ctx->f32 = LLVMFloatTypeInContext(ctx->context); in ac_llvm_context_init()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c225 return LLVMFloatTypeInContext(Context); in llvm_float_type()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp583 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function
606 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
/external/skia/src/sksl/
DSkSLJIT.cpp116 fFloat32Type = LLVMFloatTypeInContext(fContext); in JIT()
/external/skqp/src/sksl/
DSkSLJIT.cpp116 fFloat32Type = LLVMFloatTypeInContext(fContext); in JIT()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c403 return LLVMFloatTypeInContext(Context); in llvm_float_type()

12