/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 61 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()
|
D | validate_arithmetics.cpp | 136 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()
|
D | validate_type.cpp | 72 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local 73 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
|
D | validate_composites.cpp | 175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); in ValidateVectorInsertDyanmic() local 176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
|
D | validate_extensions.cpp | 260 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()
|
D | validate_builtins.cpp | 680 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/ |
D | validate_constants.cpp | 61 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()
|
D | validate_arithmetics.cpp | 136 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()
|
D | validate_type.cpp | 73 const auto component_type = _.FindDef(component_id); in ValidateTypeVector() local 74 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
|
D | validate_composites.cpp | 175 const uint32_t component_type = _.GetOperandTypeId(inst, 3); in ValidateVectorInsertDyanmic() local 176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
|
D | validate_extensions.cpp | 260 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()
|
D | validate_builtins.cpp | 680 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/ |
D | fruit_source_generator.py | 37 component_type = _get_component_type(component_index) 72 component_type = _get_component_type(component_index)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 479 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/ |
D | markv_codec.h | 155 const uint32_t component_type = in GetVectorComponentType() local 157 return component_type; in GetVectorComponentType()
|
D | markv_codec.cpp | 351 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/ |
D | markv_codec.h | 155 const uint32_t component_type = in GetVectorComponentType() local 157 return component_type; in GetVectorComponentType()
|
D | markv_codec.cpp | 351 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/ |
D | constants.cpp | 228 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()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 250 const analysis::Type* component_type = in DoVectorShuffle() local 253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle()
|
D | constants.h | 361 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/ |
D | constants.cpp | 228 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()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 250 const analysis::Type* component_type = in DoVectorShuffle() local 253 context()->get_constant_mgr()->GetConstant(component_type, {}); in DoVectorShuffle()
|
D | constants.h | 361 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/ |
D | barrier_ops.cc | 284 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()
|