/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 227 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
|
D | lp_bld_type.c | 121 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
|
D | lp_bld_arit.c | 1735 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_abs() local 1809 LLVMTypeRef vec_type; in lp_build_sgn() local 1857 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_set_sign() local 1890 LLVMTypeRef vec_type = lp_build_vec_type(bld->gallivm, type); in lp_build_int_to_float() local 1942 LLVMTypeRef vec_type; in lp_build_iround_nearest_sse2() local 2074 LLVMTypeRef vec_type = bld->vec_type; in lp_build_trunc() local 2127 LLVMTypeRef vec_type = bld->vec_type; in lp_build_round() local 2178 LLVMTypeRef vec_type = bld->vec_type; in lp_build_floor() local 2253 LLVMTypeRef vec_type = bld->vec_type; in lp_build_ceil() local 2394 LLVMTypeRef vec_type = bld->vec_type; in lp_build_iround() local [all …]
|
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 | 591 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() local
|
D | lp_bld_tgsi_aos.c | 376 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_swizzle.c | 48 LLVMTypeRef vec_type, in lp_build_broadcast()
|
D | lp_bld_conv.c | 388 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); in lp_build_unsigned_norm_to_float() local
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 1872 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 1962 const struct glsl_type *vec_type; in std140_size() local 2070 const glsl_type *vec_type; in get_explicit_std140_type() local 2197 const struct glsl_type *vec_type, *array_type; in std430_base_alignment() local 2355 const struct glsl_type *vec_type; in std430_size() local 2430 const glsl_type *vec_type; in get_explicit_std430_type() local
|
/external/flatbuffers/src/ |
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
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_blend.c | 141 LLVMTypeRef vec_type; in add_blend_test() local
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1538 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i8, 4 * load_dwords); in visit_load_push_constant() local 1566 LLVMTypeRef vec_type = LLVMVectorType(ctx->ac.i16, 2 * load_dwords); in visit_load_push_constant() local 3755 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() local 3777 LLVMTypeRef vec_type = count == 1 ? comp_type : LLVMVectorType(comp_type, count); in visit_intrinsic() local 3801 LLVMTypeRef vec_type = instr->dest.ssa.num_components == 1 in visit_intrinsic() local
|
D | ac_llvm_build.c | 3331 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_readlane_common() local 3466 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_dpp() local 3517 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_permlane16() local 3561 LLVMTypeRef vec_type = LLVMVectorType(ctx->i32, bits / 32); in ac_build_ds_swizzle() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
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 182 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
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 239 const struct glsl_type *vec_type; in int_div_to_mul_rcp() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 273 LLVMTypeRef vec_type = LLVMVectorType(type, 4); in buffer_load() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
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
|
D | const_folding_rules.cpp | 29 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
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
|
D | const_folding_rules.cpp | 29 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 812 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validation_state.cpp | 887 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 814 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo() local
|