Searched defs:blocks_per_line (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_zscan.h47 unsigned blocks_per_line; member in struct:vl_zscan
72 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line);
77 unsigned blocks_per_line, unsigned blocks_total,
H A Dvl_mpeg12_decoder.h50 unsigned blocks_per_line; member in struct:vl_mpeg12_decoder
H A Dvl_zscan.c130 * tmp.xy = InstanceID / blocks_per_line
134 * o_vtex.x = vrect.x / blocks_per_line + tmp.x
136 * o_vtex.z = tmp.z * blocks_per_line / blocks_total
143 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line));
150 ureg_imm1f(shader, 1.0f / (zscan->blocks_per_line * VL_BLOCK_WIDTH)
154 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line), ureg_src(tmp));
158 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total));
345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) argument
347 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
360 VL_BLOCK_WIDTH * blocks_per_line,
433 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
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.h47 unsigned blocks_per_line; member in struct:vl_zscan
72 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line);
77 unsigned blocks_per_line, unsigned blocks_total,
H A Dvl_mpeg12_decoder.h50 unsigned blocks_per_line; member in struct:vl_mpeg12_decoder
H A Dvl_zscan.c130 * tmp.xy = InstanceID / blocks_per_line
134 * o_vtex.x = vrect.x / blocks_per_line + tmp.x
136 * o_vtex.z = tmp.z * blocks_per_line / blocks_total
143 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line));
150 ureg_imm1f(shader, 1.0f / (zscan->blocks_per_line * VL_BLOCK_WIDTH)
154 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line), ureg_src(tmp));
158 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total));
345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) argument
347 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
360 VL_BLOCK_WIDTH * blocks_per_line,
433 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
[all...]

Completed in 135 milliseconds