HomeSort by relevance Sort by last modified time
    Searched refs:GetComponentType (Results 1 - 25 of 74) sorted by null

1 2 3

  /art/test/004-UnsafeTest/
unsafe_test.cc 32 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value();
38 return Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType());
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_arithmetics.cpp 136 const uint32_t component_type = _.GetComponentType(type_id);
167 const uint32_t component_type = _.GetComponentType(vector_type_id);
190 const uint32_t component_type = _.GetComponentType(matrix_type_id);
210 const uint32_t res_component_type = _.GetComponentType(result_type);
217 if (res_component_type != _.GetComponentType(vector_type_id))
282 if (matrix_component_type != _.GetComponentType(vector_type_id))
385 if (res_component_type != _.GetComponentType(right_type_id))
validation_state.cpp 579 uint32_t ValidationState_t::GetComponentType(uint32_t id) const {
593 return GetComponentType(inst->word(2));
599 if (inst->type_id()) return GetComponentType(inst->type_id());
630 const uint32_t component_type_id = GetComponentType(id);
654 return IsFloatScalarType(GetComponentType(id));
669 return IsFloatScalarType(GetComponentType(id));
686 return IsIntScalarType(GetComponentType(id));
701 return IsIntScalarType(GetComponentType(id));
718 return IsUnsignedIntScalarType(GetComponentType(id));
735 return IsSignedIntScalarType(GetComponentType(id))
    [all...]
validate_composites.cpp 147 if (_.GetComponentType(vector_type) != result_type) {
176 if (_.GetComponentType(result_type) != component_type) {
198 const uint32_t result_component_type = _.GetComponentType(result_type);
213 _.GetComponentType(operand_type) != result_component_type) {
validate_extensions.cpp 603 if (result_type != _.GetComponentType(x_type)) {
626 if (result_type != _.GetComponentType(p0_type)) {
640 if (result_type != _.GetComponentType(p1_type)) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_arithmetics.cpp 136 const uint32_t component_type = _.GetComponentType(type_id);
167 const uint32_t component_type = _.GetComponentType(vector_type_id);
190 const uint32_t component_type = _.GetComponentType(matrix_type_id);
210 const uint32_t res_component_type = _.GetComponentType(result_type);
217 if (res_component_type != _.GetComponentType(vector_type_id))
282 if (matrix_component_type != _.GetComponentType(vector_type_id))
385 if (res_component_type != _.GetComponentType(right_type_id))
validation_state.cpp 596 uint32_t ValidationState_t::GetComponentType(uint32_t id) const {
610 return GetComponentType(inst->word(2));
616 if (inst->type_id()) return GetComponentType(inst->type_id());
647 const uint32_t component_type_id = GetComponentType(id);
671 return IsFloatScalarType(GetComponentType(id));
686 return IsFloatScalarType(GetComponentType(id));
703 return IsIntScalarType(GetComponentType(id));
718 return IsIntScalarType(GetComponentType(id));
735 return IsUnsignedIntScalarType(GetComponentType(id));
752 return IsSignedIntScalarType(GetComponentType(id))
    [all...]
validate_composites.cpp 147 if (_.GetComponentType(vector_type) != result_type) {
176 if (_.GetComponentType(result_type) != component_type) {
198 const uint32_t result_component_type = _.GetComponentType(result_type);
213 _.GetComponentType(operand_type) != result_component_type) {
validate_extensions.cpp 603 if (result_type != _.GetComponentType(x_type)) {
626 if (result_type != _.GetComponentType(p0_type)) {
640 if (result_type != _.GetComponentType(p1_type)) {
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.h 50 (!klass->IsArrayClass() || IsAdmissible(klass->GetComponentType()));
instruction_simplifier_arm.cc 227 size_t access_size = DataType::Size(instruction->GetComponentType());
229 DataType::Type type = instruction->GetComponentType();
instruction_simplifier_mips.cc 128 DataType::Type packed_type = instruction->GetComponentType();
instruction_simplifier_arm64.cc 208 size_t access_size = DataType::Size(instruction->GetComponentType());
load_store_analysis.h 261 type = instruction->AsArraySet()->GetComponentType();
550 DataType::Type type = instruction->GetComponentType();
  /art/runtime/native/
java_lang_reflect_Array.cc 44 DCHECK_EQ(dimensions_obj->GetClass()->GetComponentType()->GetPrimitiveType(),
java_lang_System.cc 91 ObjPtr<mirror::Class> dstComponentType = dstArray->GetClass()->GetComponentType();
92 ObjPtr<mirror::Class> srcComponentType = srcArray->GetClass()->GetComponentType();
185 DCHECK_EQ(srcArray->GetClass()->GetComponentType()->GetPrimitiveType(), kPrimType);
  /art/runtime/mirror/
class-inl.h 431 return GetComponentType()->IsAssignableFrom(src->GetComponentType());
    [all...]
object_array-inl.h 50 ObjPtr<Class> element_class = GetClass<kVerifyFlags>()->GetComponentType();
240 ObjPtr<Class> dst_class = GetClass()->GetComponentType();
array.cc 54 Handle<mirror::Class> h_component_type(hs.NewHandle(array_class->GetComponentType()));
throwable.cc 132 CHECK_EQ(stack_trace->GetClass()->GetComponentType(), GetClassRoot<StackTraceElement>());
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.h 77 GLenum GetComponentType(GLint internalformat, GLenum attachment);
  /art/runtime/verifier/
reg_type.cc 562 return type->IsArrayClass() && !type->GetComponentType()->IsPrimitive();
588 return type->IsArrayClass() && type->GetComponentType()->IsObjectClass();
797 ObjPtr<mirror::Class> s_ct = s->GetComponentType();
798 ObjPtr<mirror::Class> t_ct = t->GetComponentType();
    [all...]
reg_type_cache.h 153 const RegType& GetComponentType(const RegType& array, ObjPtr<mirror::ClassLoader> loader)
  /art/openjdkjvmti/
ti_class_definition.cc 156 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte());
208 DCHECK(orig_dex->GetClass()->GetComponentType()->IsPrimitiveByte());
  /art/runtime/
class_linker_test.cc 104 EXPECT_TRUE(primitive->GetComponentType() == nullptr);
143 EXPECT_TRUE(JavaLangObject->GetComponentType() == nullptr);
189 EXPECT_STREQ(component_type.c_str(), array->GetComponentType()->GetDescriptor(&temp));
208 ASSERT_TRUE(array->GetComponentType() != nullptr);
209 ASSERT_GT(strlen(array->GetComponentType()->GetDescriptor(&temp)), 0U);
220 EXPECT_EQ(array->GetComponentType()->IsPublic(), array->IsPublic());
240 EXPECT_OBJ_PTR_EQ(class_linker_->FindArrayClass(self, array->GetComponentType()), array.Get());
283 EXPECT_TRUE(klass->GetComponentType() == nullptr);
    [all...]

Completed in 399 milliseconds

1 2 3