Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1942 unsigned num_fetch = dst_type.length == 8 ? num_srcs / 2 : num_srcs / 4; in convert_to_blend_type() local
1945 for (i = 0; i < num_fetch; i++) { in convert_to_blend_type()
2142 unsigned num_fetch = src_type.length == 8 ? num_srcs / 2 : num_srcs / 4; in convert_from_blend_type() local
2149 for (i = 0; i < num_fetch; i++) { in convert_from_blend_type()

Completed in 7 milliseconds