| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.h | 47 unsigned blocks_per_line; member in struct:vl_zscan 75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 80 unsigned blocks_per_line, unsigned blocks_total,
|
| H A D | vl_mpeg12_decoder.h | 53 unsigned blocks_per_line; member in struct:vl_mpeg12_decoder
|
| H A D | vl_zscan.c | 155 * tmp.xy = InstanceID / blocks_per_line 159 * o_vtex.x = vrect.x / blocks_per_line + tmp.x 161 * o_vtex.z = tmp.z * blocks_per_line / blocks_total 168 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line)); 175 ureg_imm1f(shader, 1.0f / (zscan->blocks_per_line * VL_BLOCK_WIDTH) 179 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line), ureg_src(tmp)); 183 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total)); 373 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) argument 375 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; 388 VL_BLOCK_WIDTH * blocks_per_line, 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 [all...] |
| H A D | vl_mpeg12_decoder.c | 178 res_tmpl.width0 = dec->blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; 179 res_tmpl.height0 = align(dec->num_blocks, dec->blocks_per_line) / dec->blocks_per_line; 941 dec->zscan_linear = vl_zscan_layout(dec->context, vl_zscan_linear, dec->blocks_per_line); 942 dec->zscan_normal = vl_zscan_layout(dec->context, vl_zscan_normal, dec->blocks_per_line); 943 dec->zscan_alternate = vl_zscan_layout(dec->context, vl_zscan_alternate, dec->blocks_per_line); 948 dec->blocks_per_line, dec->num_blocks, num_channels)) 952 dec->blocks_per_line, dec->num_blocks, num_channels)) 1132 dec->blocks_per_line = MAX2(util_next_power_of_two(dec->base.width) / block_size_pixels, 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.h | 47 unsigned blocks_per_line; member in struct:vl_zscan 75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 80 unsigned blocks_per_line, unsigned blocks_total,
|
| H A D | vl_mpeg12_decoder.h | 53 unsigned blocks_per_line; member in struct:vl_mpeg12_decoder
|
| H A D | vl_zscan.c | 155 * tmp.xy = InstanceID / blocks_per_line 159 * o_vtex.x = vrect.x / blocks_per_line + tmp.x 161 * o_vtex.z = tmp.z * blocks_per_line / blocks_total 168 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line)); 175 ureg_imm1f(shader, 1.0f / (zscan->blocks_per_line * VL_BLOCK_WIDTH) 179 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line), ureg_src(tmp)); 183 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total)); 373 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) argument 375 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; 388 VL_BLOCK_WIDTH * blocks_per_line, 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 [all...] |
| H A D | vl_mpeg12_decoder.c | 178 res_tmpl.width0 = dec->blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; 179 res_tmpl.height0 = align(dec->num_blocks, dec->blocks_per_line) / dec->blocks_per_line; 942 dec->zscan_linear = vl_zscan_layout(dec->context, vl_zscan_linear, dec->blocks_per_line); 943 dec->zscan_normal = vl_zscan_layout(dec->context, vl_zscan_normal, dec->blocks_per_line); 944 dec->zscan_alternate = vl_zscan_layout(dec->context, vl_zscan_alternate, dec->blocks_per_line); 949 dec->blocks_per_line, dec->num_blocks, num_channels)) 953 dec->blocks_per_line, dec->num_blocks, num_channels)) 1134 dec->blocks_per_line = MAX2(util_next_power_of_two(dec->base.width) / block_size_pixels, 4);
|