HomeSort by relevance Sort by last modified time
    Searched defs:IsIntScalarType (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/val/
validation_state.cpp 675 bool ValidationState_t::IsIntScalarType(uint32_t id) const {
686 return IsIntScalarType(GetComponentType(id));
701 return IsIntScalarType(GetComponentType(id));
862 if (!IsIntScalarType(inst->type_id())) return false;
880 if (type == 0 || !IsIntScalarType(type) || GetBitWidth(type) != 32) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validation_state.cpp 692 bool ValidationState_t::IsIntScalarType(uint32_t id) const {
703 return IsIntScalarType(GetComponentType(id));
718 return IsIntScalarType(GetComponentType(id));
879 if (!IsIntScalarType(inst->type_id())) return false;
897 if (type == 0 || !IsIntScalarType(type) || GetBitWidth(type) != 32) {

Completed in 408 milliseconds