Home
last modified time | relevance | path

Searched defs:vec_type (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c33 struct vec_type { struct
41 static const struct vec_type vec_types[] = { argument
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1694 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_abs() local
1768 LLVMTypeRef vec_type; in lp_build_sgn() local
1816 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_set_sign() local
1849 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_int_to_float() local
1905 LLVMTypeRef vec_type; in lp_build_iround_nearest_sse2() local
2048 LLVMTypeRef vec_type = bld->vec_type; in lp_build_trunc() local
2107 LLVMTypeRef vec_type = bld->vec_type; in lp_build_round() local
2158 LLVMTypeRef vec_type = bld->vec_type; in lp_build_floor() local
2233 LLVMTypeRef vec_type = bld->vec_type; in lp_build_ceil() local
2374 LLVMTypeRef vec_type = bld->vec_type; in lp_build_iround() local
[all …]
H A Dlp_bld_const.c224 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_undef() local
238 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_zero() local
267 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_one() local
H A Dlp_bld_type.c138 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) in lp_check_vec_type()
171 LLVMTypeRef vec_type = LLVMTypeOf(val); in lp_check_value() local
H A Dlp_bld_gather.c590 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() local
606 LLVMTypeRef vec_type, in lp_build_masked_gather()
H A Dlp_bld_logic.c288 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_select_bitwise() local
H A Dlp_bld_type.h154 LLVMTypeRef vec_type; member
H A Dlp_bld_swizzle.c49 LLVMTypeRef vec_type, in lp_build_broadcast()
H A Dlp_bld_conv.c402 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dliveness.cpp110 auto vec_type = type->AsVector(); in GetLocSize() local
134 auto vec_type = agg_type->AsVector(); in GetComponentType() local
156 auto vec_type = agg_type->AsVector(); in GetLocOffset() local
H A Dfolding_rules.cpp80 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local
94 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
185 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dliveness.cpp110 auto vec_type = type->AsVector(); in GetLocSize() local
134 auto vec_type = agg_type->AsVector(); in GetComponentType() local
156 auto vec_type = agg_type->AsVector(); in GetLocOffset() local
Dfolding_rules.cpp80 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local
94 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
185 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A D8b_mla.cpp28 const VLType vec_type, in generic_get_packed_size()
40 const VLType vec_type, in generic_pack()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dglsl_types.c2037 const glsl_type *vec_type, *array_type; in glsl_get_std140_base_alignment() local
2127 const glsl_type *vec_type; in glsl_get_std140_size() local
2236 const glsl_type *vec_type; in glsl_get_explicit_std140_type() local
2366 const glsl_type *vec_type, *array_type; in glsl_get_std430_base_alignment() local
2524 const glsl_type *vec_type; in glsl_get_std430_size() local
2601 const glsl_type *vec_type; in glsl_get_explicit_std430_type() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dliveness.cpp110 auto vec_type = type->AsVector(); in GetLocSize() local
164 auto vec_type = agg_type->AsVector(); in GetLocOffset() local
H A Dfolding_rules.cpp80 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local
94 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
197 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp197 const auto vec_type = type.VectorType(); in PrintOffset() local
215 const auto vec_type = type.VectorType(); in PrintOffset() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Ddata_type.cc28 const std::string& vec_type, int vec_size) { in ToGlslType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2094 … SpvId vec_type = get_alu_type(ctx, type, num_components * 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local
2100 SpvId vec_type = get_alu_type(ctx, type, 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local
2117 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local
2138 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local
2895 SpvId vec_type = get_alu_type(ctx, atype, num_coords, 32); in get_image_coords() local
3770 SpvId vec_type = get_fvec_type(ctx, 32, coord_components); in move_tex_proj_to_coord() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c197 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, fs_type); in llvm_fragment_body() local
H A Dlp_test_blend.c141 LLVMTypeRef vec_type; in add_blend_test() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2757 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_readlane_common() local
2908 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_dpp() local
2959 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_permlane16() local
3003 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_ds_swizzle() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h36 using vec_type = typename VectorType::type; in elementwise_arithm_op() local
77 using vec_type = typename VectorType::type; in elementwise_arithm_op_broadcast() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_passes.cc324 auto vec_type = in MemrefToVector() local

12