Home
last modified time | relevance | path

Searched defs:vec_type (Results 1 – 25 of 47) 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c227 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_undef() local
242 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_zero() local
272 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, type); in lp_build_one() local
Dlp_bld_type.c121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) in lp_check_vec_type()
147 LLVMTypeRef vec_type; in lp_check_value() local
Dlp_bld_arit.c1715 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_abs() local
1789 LLVMTypeRef vec_type; in lp_build_sgn() local
1837 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_set_sign() local
1870 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_int_to_float() local
1922 LLVMTypeRef vec_type; in lp_build_iround_nearest_sse2() local
2062 LLVMTypeRef vec_type = bld->vec_type; in lp_build_trunc() local
2121 LLVMTypeRef vec_type = bld->vec_type; in lp_build_round() local
2172 LLVMTypeRef vec_type = bld->vec_type; in lp_build_floor() local
2247 LLVMTypeRef vec_type = bld->vec_type; in lp_build_ceil() local
2388 LLVMTypeRef vec_type = bld->vec_type; in lp_build_iround() local
[all …]
Dlp_bld_logic.c288 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_select_bitwise() local
Dlp_bld_type.h154 LLVMTypeRef vec_type; member
Dlp_bld_gather.c591 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() local
Dlp_bld_tgsi_aos.c376 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); in lp_emit_declaration_aos() local
Dlp_bld_swizzle.c49 LLVMTypeRef vec_type, in lp_build_broadcast()
Dlp_bld_conv.c399 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
/third_party/boost/boost/qvm/
Dvec_traits_defaults.hpp60 typedef VecType vec_type; typedef
/third_party/boost/libs/stl_interfaces/test/
Dstatic_vec_noncopyable.cpp48 using vec_type = std::vector<noncopyable_int>; typedef
50 using vec_type = static_vector<noncopyable_int, 10>; typedef
Dstatic_vec.cpp17 using vec_type = static_vector<int, 10>; typedef
/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/mesa3d/src/compiler/
Dglsl_types.cpp1949 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local
2039 const struct glsl_type *vec_type; in std140_size() local
2147 const glsl_type *vec_type; in get_explicit_std140_type() local
2274 const struct glsl_type *vec_type, *array_type; in std430_base_alignment() local
2432 const struct glsl_type *vec_type; in std430_size() local
2507 const glsl_type *vec_type; in get_explicit_std430_type() local
/third_party/flatbuffers/src/
Didl_gen_text.cpp197 const auto vec_type = type.VectorType(); in PrintOffset() local
215 const auto vec_type = type.VectorType(); in PrintOffset() local
/third_party/boost/boost/qvm/detail/
Dvec_register_impl.hpp20 typedef VecType vec_type; typedef
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c218 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/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1666 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant() local
1694 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant() local
4105 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() local
4127 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); in visit_intrinsic() local
4151 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() 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/compiler/glsl/
Dlower_instructions.cpp239 const struct glsl_type *vec_type; in int_div_to_mul_rcp() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c275 LLVMTypeRef vec_type = LLVMVectorType(type, 4); in buffer_load() local

12