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();