/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 114 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()
|
D | lp_state_setup.c | 134 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() 751 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4); in generate_setup_variant()
|
D | lp_state_fs.c | 3123 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/ |
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() 912 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
|
D | lp_bld_type.c | 45 return LLVMFloatTypeInContext(gallivm->context); in lp_build_elem_type() 52 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 | 380 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select() 394 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
|
D | lp_bld_gather.c | 294 LLVMFloatTypeInContext(gallivm->context); in lp_build_gather_avx2()
|
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() 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()
|
D | lp_bld_conv.c | 202 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context); in lp_build_float_to_half()
|
D | lp_bld_nir_soa.c | 113 …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/ |
D | draw_llvm.c | 222 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/ |
D | echo.cpp | 76 return LLVMFloatTypeInContext(Ctx); in Clone()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 78 return LLVMFloatTypeInContext(Ctx); in Clone()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 887 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 433 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function 459 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1179 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1168 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 116 fFloat32Type = LLVMFloatTypeInContext(fContext); in JIT()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 608 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) { in LLVMFloatTypeInContext() function 634 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
|
/external/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()
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 403 return LLVMFloatTypeInContext(Context); in llvm_float_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 334 return LLVMFloatTypeInContext(Context); in llvm_float_type()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return }
|