Lines Matching refs:format
319 const NEONFormatMap* format) {
321 SetFormatMaps(format);
353 const NEONFormatMap* format) {
355 DCHECK_NOT_NULL(format);
356 formats_[index] = format;
409 const char* NEONFormatDecoder::NEONFormatAsString(NEONFormat format) {
413 DCHECK_LT(format, arraysize(formats));
414 return formats[format];
417 const char* NEONFormatDecoder::NEONFormatAsPlaceholder(NEONFormat format) {
418 DCHECK((format == NF_B) || (format == NF_H) || (format == NF_S) ||
419 (format == NF_D) || (format == NF_UNDEF));
424 return formats[format];