Searched defs: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 1498 unsigned num_fetch = src_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_from_blend_type |
| /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 2077 unsigned num_fetch = src_type.length == 8 ? num_srcs / 2 : num_srcs / 4; local in function:convert_from_blend_type |
Completed in 12 milliseconds