/third_party/skia/third_party/externals/tint/src/transform/ |
D | vectorize_scalar_matrix_constructors_test.cc | 35 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/ |
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
|
D | lp_bld_tgsi_aos.c | 209 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
|
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 …]
|
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
|
D | lp_bld_logic.c | 288 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_select_bitwise() local
|
D | lp_bld_type.h | 154 LLVMTypeRef vec_type; member
|
D | lp_bld_gather.c | 590 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() local
|
D | lp_bld_swizzle.c | 49 LLVMTypeRef vec_type, in lp_build_broadcast()
|
D | lp_bld_conv.c | 399 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | anon_enum_trait.hpp | 9 typedef value_type vec_type; typedef in DataType
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | type_constructor_validation_test.cc | 1774 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 …]
|
D | resolver.cc | 1400 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/ |
D | glsl_types.cpp | 2063 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; in std430_base_alignment() local 2546 const struct glsl_type *vec_type; in std430_size() local 2621 const glsl_type *vec_type; in get_explicit_std430_type() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear_llvm.c | 203 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, fs_type); in llvm_fragment_body() local
|
D | lp_test_blend.c | 141 LLVMTypeRef vec_type; in add_blend_test() local
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1635 SpvId vec_type = get_fvec_type(ctx, glsl_get_bit_size(out_type), vec_size); in emit_so_outputs() local 2218 … SpvId vec_type = get_alu_type(ctx, type, num_components * 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local 2224 SpvId vec_type = get_alu_type(ctx, type, 2, nir_src_bit_size(alu->src[0].src)); in emit_alu() local 2241 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local 2262 SpvId vec_type = get_alu_type(ctx, type, 2, bit_size); in emit_alu() local 2753 SpvId vec_type = get_uvec_type(ctx, 32, num_coords); in get_image_coords() local 3564 SpvId vec_type = get_fvec_type(ctx, 32, coord_components); in emit_tex() local
|
/third_party/rust/crates/clap/tests/derive/ |
D | value_enum.rs | 535 fn vec_type() { in vec_type() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 81 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
|
D | const_folding_rules.cpp | 29 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 81 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/ |
D | ac_nir_to_llvm.c | 1714 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant() local 1742 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant() local 4131 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() local 4153 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); in visit_intrinsic() local 4177 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() local
|
D | ac_llvm_build.c | 3169 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_readlane_common() local 3313 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_dpp() local 3364 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_permlane16() local 3408 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_ds_swizzle() local
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 81 if (const analysis::Vector* vec_type = type->AsVector()) { in ElementWidth() local 95 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local 186 if (const auto* vec_type = type->AsVector()) in ConvertWordsToNumericScalarOrVectorConstant() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 902 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
|