HomeSort by relevance Sort by last modified time
    Searched defs:component_type (Results 26 - 36 of 36) sorted by null

12

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_image.cpp 440 const uint32_t component_type = type_inst->word(2); local
441 if (!_.IsIntVectorType(component_type) ||
442 _.GetDimension(component_type) != 2) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_builtins.cpp 680 const uint32_t component_type = type_inst->word(2); local
681 if (!_.IsIntScalarType(component_type)) {
686 const uint32_t bit_width = _.GetBitWidth(component_type);
743 const uint32_t component_type = type_inst->word(2); local
744 if (!_.IsFloatScalarType(component_type)) {
749 const uint32_t bit_width = _.GetBitWidth(component_type);
    [all...]
validate_image.cpp 440 const uint32_t component_type = type_inst->word(2); local
441 if (!_.IsIntVectorType(component_type) ||
442 _.GetDimension(component_type) != 2) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 1144 ObjPtr<mirror::Class> component_type = array_type->GetComponentType(); local
    [all...]
  /art/runtime/mirror/
object-inl.h 202 const ObjPtr<Class> component_type = klass->GetComponentType<kNewFlags, kWithoutReadBarrier>(); local
203 return component_type != nullptr &&
204 component_type->GetPrimitiveType<kNewFlags>() == kType;
    [all...]
class-inl.h 1047 const ObjPtr<Class> component_type = GetComponentType<kVerifyFlags, kWithoutReadBarrier>(); local
1056 const ObjPtr<Class> component_type = GetComponentType<kVerifyFlags, kWithoutReadBarrier>(); local
    [all...]
  /art/compiler/optimizing/
loop_optimization.cc 1801 DataType::Type component_type = org->AsArraySet()->GetComponentType(); local
    [all...]
  /art/imgdiag/
imgdiag.cc 474 ObjPtr<mirror::Class> component_type = klass->GetComponentType(); local
475 Primitive::Type primitive_type = component_type->GetPrimitiveType();
    [all...]
  /external/ImageMagick/coders/
dpx.c 697 component_type;
691 component_type; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2600 const RegType& component_type = reg_types_.GetComponentType(array_type, local
4508 const RegType& component_type = reg_types_.GetComponentType(array_type, class_loader_.Get()); local
4630 const RegType& component_type = reg_types_.GetComponentType(array_type, class_loader_.Get()); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 479 PrimitiveType component_type = local
490 TF_ASSIGN_OR_RETURN(auto log_sum_sq, EmitLog(component_type, sum_sq));
491 TF_ASSIGN_OR_RETURN(auto angle, EmitAtan2(component_type, b, a));
503 TF_ASSIGN_OR_RETURN(auto log_sum_sq, EmitLog(component_type, sum_sq));
504 TF_ASSIGN_OR_RETURN(auto angle, EmitAtan2(component_type, b, a_plus_one));
527 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value)));
529 auto cos_b, EmitCos(component_type, EmitExtractImag(operand_value)));
531 auto sin_b, EmitSin(component_type, EmitExtractImag(operand_value)));
537 auto exp_a, EmitExp(component_type, EmitExtractReal(operand_value)));
539 auto cos_b, EmitCos(component_type, EmitExtractImag(operand_value)))
763 PrimitiveType component_type = local
    [all...]

Completed in 525 milliseconds

12