Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h571 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp826 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
838 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h571 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp826 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
838 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
/third_party/spirv-tools/source/val/
Dvalidation_state.h604 bool IsSignedIntScalarType(uint32_t id) const;
Dvalidation_state.cpp986 bool ValidationState_t::IsSignedIntScalarType(uint32_t id) const { in IsSignedIntScalarType() function in spvtools::val::ValidationState_t
998 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()