Searched refs:SkSLTypeIsFullPrecisionNumericType (Results 1 – 5 of 5) sorted by relevance
465 SkASSERT(!SkSLTypeIsFullPrecisionNumericType(type)); in Validate()468 SkASSERT(SkSLTypeIsFullPrecisionNumericType(type) || in Validate()
40 SkSLTypeIsFullPrecisionNumericType(type) ? 4 : 2; in advanceOffset()
58 bool SkSLTypeIsFullPrecisionNumericType(SkSLType type) { in SkSLTypeIsFullPrecisionNumericType() function
263 bool SkSLTypeIsFullPrecisionNumericType(SkSLType type);
51 return (layout == Layout::kMetal && !SkSLTypeIsFullPrecisionNumericType(type)) ? 2 : 4; in element_size()