/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 33 struct vec_type { struct 41 static const struct vec_type vec_types[] = { argument
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 1694 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 D | lp_bld_const.c | 224 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 D | lp_bld_type.c | 138 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 D | lp_bld_gather.c | 590 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 D | lp_bld_logic.c | 288 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_select_bitwise() local
|
H A D | lp_bld_type.h | 154 LLVMTypeRef vec_type; member
|
H A D | lp_bld_swizzle.c | 49 LLVMTypeRef vec_type, in lp_build_broadcast()
|
H A D | lp_bld_conv.c | 402 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 D | liveness.cpp | 110 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 D | folding_rules.cpp | 80 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/ |
D | liveness.cpp | 110 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
|
D | folding_rules.cpp | 80 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 D | 8b_mla.cpp | 28 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 D | glsl_types.c | 2037 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 D | liveness.cpp | 110 auto vec_type = type->AsVector(); in GetLocSize() local 164 auto vec_type = agg_type->AsVector(); in GetLocOffset() local
|
H A D | folding_rules.cpp | 80 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 D | idl_gen_text.cpp | 197 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 D | data_type.cc | 28 const std::string& vec_type, int vec_size) { in ToGlslType()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 2094 … 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 D | lp_state_fs_linear_llvm.c | 197 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, fs_type); in llvm_fragment_body() local
|
H A D | lp_test_blend.c | 141 LLVMTypeRef vec_type; in add_blend_test() local
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 2757 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 D | impl.h | 36 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 D | tf_cpurt_passes.cc | 324 auto vec_type = in MemrefToVector() local
|