/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 291 return LLVMConstVector(elems, type.length); in lp_build_one() 336 return LLVMConstVector(elems, type.length); in lp_build_const_vec() 357 return LLVMConstVector(elems, type.length); in lp_build_const_int_vec() 387 return LLVMConstVector(elems, type.length); in lp_build_const_aos() 414 return LLVMConstVector(masks, type.length); in lp_build_const_mask_aos()
|
D | lp_bld_swizzle.c | 185 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_scalar_aos() 350 …return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffle… in lp_build_swizzle_aos_n() 446 LLVMConstVector(aux, n), in lp_build_swizzle_aos() 447 LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_aos() 760 LLVMConstVector(shuffles, num_dst), ""); in lp_build_pack_aos_scalars() 796 LLVMConstVector(shuffles, num_dst), ""); in lp_build_unpack_broadcast_aos_scalars()
|
D | lp_bld_pack.c | 103 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle() 128 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle_half() 153 return LLVMConstVector(elems, 16); in lp_build_const_unpack_shuffle_16wide() 175 return LLVMConstVector(elems, n); in lp_build_const_pack_shuffle() 202 LLVMConstVector(elems, size), ""); in lp_build_extract_range() 237 LLVMConstVector(shuffles, new_length), ""); in lp_build_concat() 304 shuffle = LLVMConstVector(elems, num_elems / 2); in lp_build_uninterleave1() 1062 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
|
D | lp_bld_format_aos.c | 326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 328 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos() 329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos() 398 LLVMConstVector(swizzles, 4), ""); in lp_build_pack_rgba_aos() 427 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos() 433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
D | lp_bld_quad.c | 149 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord() 151 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
|
D | lp_bld_intr.c | 327 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength() 334 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
|
D | lp_bld_format_soa.c | 529 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa() 539 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa() 631 LLVMConstVector(shuffles, type.length), ""); in lp_build_fetch_rgba_soa()
|
D | lp_bld_arit.c | 662 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add() 664 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add() 710 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 712 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 720 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 722 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 732 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 739 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f() 1139 shuf_vec = LLVMConstVector(shuf, bld->type.length); in lp_build_mul_32_lohi_cpu() 1210 shuf_vec = LLVMConstVector(shuf, bld->type.length); in lp_build_mul_32_lohi_cpu() [all …]
|
D | lp_bld_logic.c | 472 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
|
D | lp_bld_gather.c | 266 … res = LLVMBuildShuffleVector(gallivm->builder, res, res, LLVMConstVector(shuffles, 4), ""); in lp_build_gather_elem_vec()
|
D | lp_bld_sample.c | 376 LLVMConstVector(shuffles, length), ""); in lp_build_rho() 449 LLVMConstVector(shuffles1, length), ""); in lp_build_rho() 451 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
|
D | lp_bld_sample_aos.c | 892 shuffle = LLVMConstVector(shuffles, u8n.type.length); in lp_build_sample_fetch_image_linear() 1576 LLVMConstVector(shuffle, u8n_bld.type.length), ""); in lp_build_sample_mipmap()
|
D | lp_bld_tgsi_aos.c | 166 LLVMConstVector(shuffles, type.length), in emit_fetch_constant()
|
D | lp_bld_tgsi_soa.c | 1300 res = LLVMBuildShuffleVector(builder, input, input2, LLVMConstVector(shuffles, len), ""); in emit_fetch_64bit() 1723 LLVMConstVector(shuffles, in emit_store_64bit_chan() 1728 LLVMConstVector(shuffles2, in emit_store_64bit_chan()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 475 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count() 599 LLVMConstVector(shuffles, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled() 630 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled() 632 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled() 758 LLVMConstVector(&shuffles[0], in lp_build_depth_stencil_write_swizzled() 761 LLVMConstVector(&shuffles[4], in lp_build_depth_stencil_write_swizzled() 782 LLVMConstVector(&shuffles[0], in lp_build_depth_stencil_write_swizzled() 785 LLVMConstVector(&shuffles[8], in lp_build_depth_stencil_write_swizzled()
|
D | lp_state_setup.c | 233 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri() 239 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri() 248 LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri() 330 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri() 335 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri() 670 shuf10 = LLVMConstVector(shuffles, 4); in init_args()
|
D | lp_state_fs.c | 183 bits_vec = LLVMConstVector(bits, fs_type.length); in generate_quad_mask() 846 shuf_vec = LLVMConstVector(shuf, 8); in fs_twiddle_transpose() 852 shuf_vec = LLVMConstVector(shuf, 4); in fs_twiddle_transpose() 1326 LLVMConstVector(shuffles, 8), ""); in convert_to_blend_type() 1486 LLVMConstVector(shuffles, 8), ""); in convert_from_blend_type() 1699 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 237 LLVMConstVector(swizzles, 4), ""); in emit_swizzle()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 604 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1719 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1180 LLVMValueRef swizzle = LLVMConstVector(masks, count); in trim_vector() 1260 LLVMValueRef swizzle = LLVMConstVector(masks, num_components); in get_alu_src() 2133 value = LLVMConstVector(values, instr->def.num_components); in visit_load_const() 2482 LLVMValueRef swizzle = LLVMConstVector(indices, count); in extract_vector_range() 2664 LLVMValueRef swizzle = LLVMConstVector(masks, num_components); in visit_load_buffer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1907 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 689 return LLVMConstVector((LLVMValueRef*) Op_val(ElementVals), in llvm_const_vector()
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 1589 out[0] = LLVMConstVector(values, fVectorCount); in compileVectorFloatLiteral()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1589 out[0] = LLVMConstVector(values, fVectorCount); in compileVectorFloatLiteral()
|