Home
last modified time | relevance | path

Searched refs:u_bit_scan (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer.c75 unsigned i = u_bit_scan(&mask); in r600_set_constants_dirty_if_bound()
114 i = u_bit_scan(&mask); in r600_buffer_transfer_map()
Dr600_state_common.c541 i = u_bit_scan(&remaining_buffers_mask); in r600_set_vertex_buffers()
615 i = u_bit_scan(&remaining_mask); in r600_set_sampler_views()
1300 unsigned i = u_bit_scan(&mask); in r600_draw_vbo()
Dr600_blit.c240 i = u_bit_scan(&depth_texture_mask); in r600_decompress_depth_textures()
320 i = u_bit_scan(&mask); in r600_decompress_color_textures()
Dr600_state.c1825 unsigned buffer_index = u_bit_scan(&dirty_mask); in r600_emit_vertex_buffers()
1922 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views()
Devergreen_state.c1962 unsigned buffer_index = u_bit_scan(&dirty_mask); in evergreen_emit_vertex_buffers()
2085 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h503 static INLINE int u_bit_scan(unsigned *mask) in u_bit_scan() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c195 plane[nr_planes] = tri_plane[u_bit_scan(&plane_mask)]; in debug_triangle()