Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_constants.cpp61 const auto component_type = in ValidateConstantComposite() local
63 if (!component_type) { in ValidateConstantComposite()
81 component_type->opcode() != constituent_result_type->opcode()) { in ValidateConstantComposite()
107 const auto component_type = in ValidateConstantComposite() local
109 if (!component_type) { in ValidateConstantComposite()
144 if (component_type->id() != vector_component_type->id()) { in ValidateConstantComposite()
Dvalidate_arithmetics.cpp136 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass() local
137 if (component_type != result_type) in ArithmeticsPass()
167 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass() local
170 if (component_type != scalar_type_id) in ArithmeticsPass()
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass() local
193 if (component_type != scalar_type_id) in ArithmeticsPass()
Dvalidate_type.cpp72 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local
73 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
Dvalidate_composites.cpp175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); in ValidateVectorInsertDyanmic() local
176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
Dvalidate_extensions.cpp260 uint32_t component_type = 0; in ValidateExtInst() local
262 &component_type) || in ValidateExtInst()
269 if (result_type != component_type) { in ValidateExtInst()
282 uint32_t component_type = 0; in ValidateExtInst() local
284 &component_type) || in ValidateExtInst()
Dvalidate_builtins.cpp680 const uint32_t component_type = type_inst->word(2); in ValidateI32Arr() local
681 if (!_.IsIntScalarType(component_type)) { in ValidateI32Arr()
686 const uint32_t bit_width = _.GetBitWidth(component_type); in ValidateI32Arr()
743 const uint32_t component_type = type_inst->word(2); in ValidateF32ArrHelper() local
744 if (!_.IsFloatScalarType(component_type)) { in ValidateF32ArrHelper()
749 const uint32_t bit_width = _.GetBitWidth(component_type); in ValidateF32ArrHelper()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp61 const auto component_type = in ValidateConstantComposite() local
63 if (!component_type) { in ValidateConstantComposite()
81 component_type->opcode() != constituent_result_type->opcode()) { in ValidateConstantComposite()
107 const auto component_type = in ValidateConstantComposite() local
109 if (!component_type) { in ValidateConstantComposite()
144 if (component_type->id() != vector_component_type->id()) { in ValidateConstantComposite()
Dvalidate_arithmetics.cpp136 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass() local
137 if (component_type != result_type) in ArithmeticsPass()
167 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass() local
170 if (component_type != scalar_type_id) in ArithmeticsPass()
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass() local
193 if (component_type != scalar_type_id) in ArithmeticsPass()
Dvalidate_type.cpp73 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local
74 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
Dvalidate_composites.cpp175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); in ValidateVectorInsertDyanmic() local
176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
Dvalidate_extensions.cpp260 uint32_t component_type = 0; in ValidateExtInst() local
262 &component_type) || in ValidateExtInst()
269 if (result_type != component_type) { in ValidateExtInst()
282 uint32_t component_type = 0; in ValidateExtInst() local
284 &component_type) || in ValidateExtInst()
Dvalidate_builtins.cpp680 const uint32_t component_type = type_inst->word(2); in ValidateI32Arr() local
681 if (!_.IsIntScalarType(component_type)) { in ValidateI32Arr()
686 const uint32_t bit_width = _.GetBitWidth(component_type); in ValidateI32Arr()
743 const uint32_t component_type = type_inst->word(2); in ValidateF32ArrHelper() local
744 if (!_.IsFloatScalarType(component_type)) { in ValidateF32ArrHelper()
749 const uint32_t bit_width = _.GetBitWidth(component_type); in ValidateF32ArrHelper()
/external/google-fruit/extras/benchmark/
Dfruit_source_generator.py37 component_type = _get_component_type(component_index)
72 component_type = _get_component_type(component_index)
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc479 PrimitiveType component_type = in EmitComplexUnaryOp() local
490 TF_ASSIGN_OR_RETURN(auto log_sum_sq, EmitLog(component_type, sum_sq)); in EmitComplexUnaryOp()
491 TF_ASSIGN_OR_RETURN(auto angle, EmitAtan2(component_type, b, a)); in EmitComplexUnaryOp()
503 TF_ASSIGN_OR_RETURN(auto log_sum_sq, EmitLog(component_type, sum_sq)); in EmitComplexUnaryOp()
504 TF_ASSIGN_OR_RETURN(auto angle, EmitAtan2(component_type, b, a_plus_one)); in EmitComplexUnaryOp()
527 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value))); in EmitComplexUnaryOp()
529 auto cos_b, EmitCos(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp()
531 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp()
537 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value))); in EmitComplexUnaryOp()
539 auto cos_b, EmitCos(component_type, EmitExtractImag(operand_value))); in EmitComplexUnaryOp()
[all …]
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.h155 const uint32_t component_type = in GetVectorComponentType() local
157 return component_type; in GetVectorComponentType()
Dmarkv_codec.cpp351 const uint32_t component_type = type_inst->word(2); in ProcessCurInstruction() local
352 multi_mtf_.Insert(GetMtfVectorOfComponentType(component_type), in ProcessCurInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.h155 const uint32_t component_type = in GetVectorComponentType() local
157 return component_type; in GetVectorComponentType()
Dmarkv_codec.cpp351 const uint32_t component_type = type_inst->word(2); in ProcessCurInstruction() local
352 multi_mtf_.Insert(GetMtfVectorOfComponentType(component_type), in ProcessCurInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp228 const auto* component_type = components.front()->type(); in CreateConstant() local
230 [&component_type](const Constant* c) { in CreateConstant()
231 if (c->type() == component_type) return true; in CreateConstant()
Dfold_spec_constant_op_and_composite_pass.cpp250 const analysis::Type* component_type = in DoVectorShuffle() local
253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle()
Dconstants.h361 const Type* component_type() const { return component_type_; } in component_type() function
394 const Type* component_type() { return component_type_; } in component_type() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp228 const auto* component_type = components.front()->type(); in CreateConstant() local
230 [&component_type](const Constant* c) { in CreateConstant()
231 if (c->type() == component_type) return true; in CreateConstant()
Dfold_spec_constant_op_and_composite_pass.cpp250 const analysis::Type* component_type = in DoVectorShuffle() local
253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle()
Dconstants.h361 const Type* component_type() const { return component_type_; } in component_type() function
394 const Type* component_type() { return component_type_; } in component_type() function
/external/tensorflow/tensorflow/core/kernels/
Dbarrier_ops.cc284 DataType component_type(int i) const { in component_type() function in tensorflow::barrier::Barrier
355 Tensor uninitialized(component_type(j)); in InsertOneLocked()
543 barrier->component_type(component_index_)}, in ComputeAsync()

12