Home
last modified time | relevance | path

Searched refs:scalar_type (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp80 typedef int16_t scalar_type; typedef
85 const scalar_type max_scalar = INT16_MAX;
90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type);
96 set(vector_type &v, unsigned i, scalar_type x) in set()
105 scalar_type
109 scalar_type x; in get()
156 scalar_type
188 typedef int16_t scalar_type; typedef
193 const scalar_type max_scalar = INT16_MAX;
204 set(vector_type &v, unsigned i, scalar_type x) in set()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc112 PrimitiveType scalar_type() const { in scalar_type() function
113 return derived().config().scalar_type(); in scalar_type()
125 PrimitiveType scalar_type() const { return scalar_type_; } in scalar_type() function in xla::cpu::__anon016ac5180111::GemvConfig
133 return absl::StrCat(name_, "_", PrimitiveType_Name(scalar_type()), "_", in GetCacheKey()
139 explicit GemvConfig(string name, PrimitiveType scalar_type, int64 tile_rows, in GemvConfig() argument
142 scalar_type_(scalar_type), in GemvConfig()
225 explicit Config(PrimitiveType scalar_type, int64 tile_rows, int64 tile_cols, in Config() argument
227 : GemvConfig(/*name=*/"col_major_gemv", scalar_type, in Config()
243 vsl_(config.scalar_type(), /*vector_size=*/config.tile_rows(), b_, "") { in ColumnMajorMatrixVectorProductEmitter()
451 explicit Config(PrimitiveType scalar_type, int64 tile_rows, int64 tile_cols, in Config() argument
[all …]
Dtiled_dot_emitter.h29 void EmitRowMajorGemv(PrimitiveType scalar_type, tensorflow::int64 tile_rows,
36 void EmitColumnMajorGemv(PrimitiveType scalar_type, tensorflow::int64 tile_rows,
43 void EmitSmallGemm(PrimitiveType scalar_type, tensorflow::int64 m,
Dvector_support_library.cc51 if (type != scalar_type() && type != vector_type()) { in AssertCorrectTypes()
52 LOG(FATAL) << "Expected either " << TypeToString(scalar_type()) << " or " in AssertCorrectTypes()
141 is_vector ? vector_type() : scalar_type(), name()); in I1ToFloat()
145 CHECK(scalar_type()->isFloatingPointTy()); in IntegerTypeForFloatSize()
148 int64 float_size_bits = data_layout.getTypeSizeInBits(scalar_type()); in IntegerTypeForFloatSize()
158 CHECK_EQ(x->getType(), scalar_type()); in BroadcastScalar()
404 return llvm::Constant::getNullValue(scalar_type()); in GetZeroScalar()
Dvector_support_library.h145 return BroadcastScalar(GetConstantFloat(scalar_type(), d)); in BroadcastScalar()
228 llvm::Type* scalar_type() const { return scalar_type_; } in scalar_type() function
316 : LlvmVariable(vector_support->scalar_type(), vector_support->b()) { in ScalarVariable()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h53 typedef float scalar_type;
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
75 void inv(scalar_type * dst,complex_type * src,int nfft) {
96 typedef double scalar_type;
113 void fwd(complex_type * dst,scalar_type * src,int nfft) {
118 void inv(scalar_type * dst,complex_type * src,int nfft) {
137 typedef long double scalar_type;
154 void fwd(complex_type * dst,scalar_type * src,int nfft) {
159 void inv(scalar_type * dst,complex_type * src,int nfft) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c490 LLVMTypeRef scalar_type; in lp_build_any_true_range() local
497 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
499 val = LLVMBuildBitCast(builder, val, scalar_type, ""); in lp_build_any_true_range()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp420 auto scalar_type = src->get_def(insn.word(2)); in GetLocationsConsumedByType() local
422 …(scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ? scalar_type in GetLocationsConsumedByType()
462 auto scalar_type = src->get_def(insn.word(2)); in GetComponentsConsumedByType() local
464 …(scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ? scalar_type in GetComponentsConsumedByType()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13936 const Utils::_variable_type scalar_type = Utils::getDoubleVariableType(1, 1); in getFunctionObject() local
13967 variable_type /* arg1_type */, scalar_type /* arg2_type */, in getFunctionObject()
13968 scalar_type /* arg3_type */); in getFunctionObject()
14288 scalar_type /* arg2_type */); in getFunctionObject()
14306 scalar_type /* arg2_type */); in getFunctionObject()
14332 scalar_type /* arg2_type */); in getFunctionObject()
14521 variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()
14522 scalar_type /* arg2_type */, variable_type /* arg3_type */); in getFunctionObject()
14546 function, "step", Math::step, variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()