Searched refs:num_fetch (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_state_fs.c | 1298 unsigned num_fetch = dst_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_to_blend_type 1301 for (i = 0; i < num_fetch; i++) { 1498 unsigned num_fetch = src_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_from_blend_type 1505 for (i = 0; i < num_fetch; i++) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_state_fs.c | 1877 unsigned num_fetch = dst_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_to_blend_type 1880 for (i = 0; i < num_fetch; i++) { 2077 unsigned num_fetch = src_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_from_blend_type 2084 for (i = 0; i < num_fetch; i++) { |
Completed in 12 milliseconds