Home
last modified time | relevance | path

Searched refs:IsSignedIntScalarType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h614 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp1059 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
1071 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.h649 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp1094 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
1106 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h630 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp1077 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
1089 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()