Searched refs:depth_texture_mask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ | ||
| H A D | r600_blit.c | 269 unsigned depth_texture_mask = textures->compressed_depthtex_mask; local in function:r600_decompress_depth_textures 271 while (depth_texture_mask) { 276 i = u_bit_scan(&depth_texture_mask); 303 unsigned depth_texture_mask = images->compressed_depthtex_mask; local in function:r600_decompress_depth_images 305 while (depth_texture_mask) { 309 i = u_bit_scan(&depth_texture_mask); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ | ||
| H A D | r600_blit.c | 269 unsigned depth_texture_mask = textures->compressed_depthtex_mask; local in function:r600_decompress_depth_textures 271 while (depth_texture_mask) { 276 i = u_bit_scan(&depth_texture_mask); 303 unsigned depth_texture_mask = images->compressed_depthtex_mask; local in function:r600_decompress_depth_images 305 while (depth_texture_mask) { 309 i = u_bit_scan(&depth_texture_mask); |
Completed in 4 milliseconds