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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_zscan.h48 unsigned blocks_total; member in struct:vl_zscan
80 unsigned blocks_per_line, unsigned blocks_total,
H A Dvl_zscan.c161 * o_vtex.z = tmp.z * blocks_per_line / blocks_total
183 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total));
452 unsigned blocks_per_line, unsigned blocks_total,
462 zscan->blocks_total = blocks_total;
450 vl_zscan_init(struct vl_zscan * zscan,struct pipe_context * pipe,unsigned buffer_width,unsigned buffer_height,unsigned blocks_per_line,unsigned blocks_total,unsigned num_channels) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_zscan.h48 unsigned blocks_total; member in struct:vl_zscan
80 unsigned blocks_per_line, unsigned blocks_total,
H A Dvl_zscan.c161 * o_vtex.z = tmp.z * blocks_per_line / blocks_total
183 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total));
452 unsigned blocks_per_line, unsigned blocks_total,
462 zscan->blocks_total = blocks_total;
450 vl_zscan_init(struct vl_zscan * zscan,struct pipe_context * pipe,unsigned buffer_width,unsigned buffer_height,unsigned blocks_per_line,unsigned blocks_total,unsigned num_channels) argument

Completed in 4 milliseconds