Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/tint/src/transform/
Dvectorize_scalar_matrix_constructors_test.cc35 std::string vec_type = "vec" + std::to_string(rows) + "<f32>"; in TEST_P() local
76 std::string vec_type = "vec" + std::to_string(rows) + "<f32>"; in TEST_P() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Danon_enum_trait.hpp9 typedef value_type vec_type; typedef in DataType
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
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
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
Dlp_bld_arit.c1697 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_abs() local
1771 LLVMTypeRef vec_type; in lp_build_sgn() local
1819 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_set_sign() local
1852 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_int_to_float() local
1909 LLVMTypeRef vec_type; in lp_build_iround_nearest_sse2() local
2052 LLVMTypeRef vec_type = bld->vec_type; in lp_build_trunc() local
2117 LLVMTypeRef vec_type = bld->vec_type; in lp_build_round() local
2179 LLVMTypeRef vec_type = bld->vec_type; in lp_build_floor() local
2254 LLVMTypeRef vec_type = bld->vec_type; in lp_build_ceil() local
2395 LLVMTypeRef vec_type = bld->vec_type; in lp_build_iround() local
[all …]
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()
Dlp_bld_logic.c288 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_select_bitwise() local
Dlp_bld_type.h160 LLVMTypeRef vec_type; member
Dlp_bld_swizzle.c49 LLVMTypeRef vec_type, in lp_build_broadcast()
Dlp_bld_conv.c402 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
Dlp_bld_tgsi_soa.c1453 LLVMTypeRef vec_type = bld->bld_base.base.vec_type; in emit_fetch_temporary() local
2908 LLVMTypeRef vec_type = bld->bld_base.base.vec_type; in lp_emit_declaration_soa() local
4331 LLVMTypeRef vec_type = bld_base->base.vec_type; in emit_prologue() local
/third_party/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
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc1774 auto* vec_type = ty.vec(ty.Of(f32_alias), 2); in TEST_F() local
1790 auto* vec_type = ty.vec(ty.Of(f32_alias), 2); in TEST_F() local
1802 auto* vec_type = ty.vec(ty.Of(f32_alias), 2); in TEST_F() local
1817 auto* vec_type = ty.vec(ty.Of(f32_alias), 2); in TEST_F() local
1846 auto* vec_type = ty.vec<f32>(param.rows); in TEST_P() local
1887 auto* vec_type = ty.vec<f32>(param.rows); in TEST_P() local
1929 auto* vec_type = ty.vec<u32>(param.rows); in TEST_P() local
2042 auto* vec_type = ty.vec<f32>(param.rows); in TEST_P() local
2078 auto* vec_type = ty.vec(ty.u32(), param.rows); in TEST_P() local
2100 auto* vec_type = ty.vec<f32>(param.rows); in TEST_P() local
[all …]
Dresolver.cc1400 if (auto* vec_type = target->As<sem::Vector>()) { in TypeConversion() local
1459 if (auto* vec_type = ty->As<sem::Vector>()) { in TypeConstructor() local
2585 sem::Vector vec_type(element_type, size); in VectorPretty() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dvec.rs232 fn vec_type(ty: Ty<'_>) -> Ty<'_> { in vec_type() function
/third_party/flatbuffers/src/
Didl_gen_text.cpp209 const auto vec_type = type.VectorType(); in PrintOffset() local
225 const auto vec_type = type.VectorType(); in PrintOffset() local
/third_party/mesa3d/src/compiler/
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
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c197 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, fs_type); in llvm_fragment_body() local
Dlp_test_blend.c141 LLVMTypeRef vec_type; in add_blend_test() local
/third_party/rust/crates/clap/tests/derive/
Dvalue_enum.rs535 fn vec_type() { in vec_type() function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2256 … SpvId vec_type = get_alu_type(ctx, type, num_components * 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local
2262 SpvId vec_type = get_alu_type(ctx, type, 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local
2279 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local
2300 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local
3060 SpvId vec_type = get_alu_type(ctx, atype, num_coords, 32); in get_image_coords() local
3936 SpvId vec_type = get_fvec_type(ctx, 32, coord_components); in move_tex_proj_to_coord() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp81 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local
95 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
183 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp81 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local
95 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
183 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2574 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_readlane_common() local
2719 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_dpp() local
2770 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_permlane16() local
2814 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_ds_swizzle() local

12