Home
last modified time | relevance | path

Searched defs:vec_type (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/transform/
H A 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/
H A Danon_enum_trait.hpp9 typedef value_type vec_type; typedef in DataType
/third_party/rust/crates/clap/tests/derive/
H A Dvalue_enum.rs535 fn vec_type() { in vec_type() functions
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
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_type.c138 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) in lp_check_vec_type() argument
[all...]
H A Dlp_bld_gather.c590 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() local
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_swizzle.c48 lp_build_broadcast(struct gallivm_state *gallivm, LLVMTypeRef vec_type, LLVMValueRef scalar) lp_build_broadcast() argument
H A Dlp_bld_tgsi_aos.c209 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); in emit_fetch_temporary() local
290 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); in lp_emit_store_aos() local
377 LLVMTypeRef vec_type = lp_build_vec_type(bld->bld_base.base.gallivm, bld->bld_base.base.type); in lp_emit_declaration_aos() local
H A Dlp_bld_conv.c399 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
H A Dlp_bld_nir.c2472 LLVMTypeRef vec_type = NULL; visit_tex() local
[all...]
H A Dlp_bld_arit.c1694 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_abs() local
1768 LLVMTypeRef vec_type; lp_build_sgn() local
1816 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_set_sign() local
1849 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_int_to_float() local
1905 LLVMTypeRef vec_type; lp_build_iround_nearest_sse2() local
2048 LLVMTypeRef vec_type = bld->vec_type; lp_build_trunc() local
2107 LLVMTypeRef vec_type = bld->vec_type; lp_build_round() local
2158 LLVMTypeRef vec_type = bld->vec_type; lp_build_floor() local
2233 LLVMTypeRef vec_type = bld->vec_type; lp_build_ceil() local
2374 LLVMTypeRef vec_type = bld->vec_type; lp_build_iround() local
2570 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_sqrt() local
3031 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_sin() local
3053 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_cos() local
3236 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_exp2() local
3415 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); lp_build_log2_approx() local
[all...]
H A Dlp_bld_tgsi_soa.c2895 LLVMTypeRef vec_type = bld->bld_base.base.vec_type; lp_emit_declaration_soa() local
4305 LLVMTypeRef vec_type = bld_base->base.vec_type; emit_prologue() local
[all...]
H A Dlp_bld_nir_soa.c2052 LLVMTypeRef vec_type = bld->bld_base.base.vec_type; emit_prologue() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c203 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
/third_party/spirv-tools/source/opt/
H A Dliveness.cpp110 auto vec_type = type->AsVector(); in GetLocSize() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A 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); TEST_P() local
1929 auto* vec_type = ty.vec<u32>(param.rows); TEST_P() local
2042 auto* vec_type = ty.vec<f32>(param.rows); TEST_P() local
2078 auto* vec_type = ty.vec(ty.u32(), param.rows); TEST_P() local
2100 auto* vec_type = ty.vec<f32>(param.rows); TEST_P() local
2132 auto* vec_type = ty.vec<f32>(param.rows); TEST_P() local
2153 auto* vec_type = ty.vec(ty.Of(f32_alias), param.rows); TEST_P() local
2173 auto* vec_type = ty.vec(ty.Of(f32_alias), param.rows); TEST_P() local
[all...]
H A Dresolver_validation.cc1766 ValidateVectorConstructorOrCast(const ast::CallExpression* ctor, const sem::Vector* vec_type) ValidateVectorConstructorOrCast() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c1360 const struct glsl_type *vec_type = var->type; in shrink_vec_var_list() local
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp2063 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local
2153 const struct glsl_type *vec_type; in std140_size() local
2261 const glsl_type *vec_type; in get_explicit_std140_type() local
2388 const struct glsl_type *vec_type, *array_type; std430_base_alignment() local
2546 const struct glsl_type *vec_type; std430_size() local
2621 const glsl_type *vec_type; get_explicit_std430_type() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp902 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp902 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp1120 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local

Completed in 43 milliseconds

12