Searched refs:is_arithmetic_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c976 is_arithmetic_format(const struct util_format_description *format_desc) function in typeref:typename:boolean
1040 if (is_arithmetic_format(format_desc)) {
1107 if (is_arithmetic_format(format_desc) && type->length == 3) {
1766 bool pad_inline = is_arithmetic_format(out_format_desc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c135 is_arithmetic_format(const struct util_format_description *format_desc) function in typeref:typename:boolean
198 if (is_arithmetic_format(format_desc)) {
1677 if (is_arithmetic_format(format_desc) && type->length == 3) {
2350 bool pad_inline = is_arithmetic_format(out_format_desc);

Completed in 27 milliseconds