Searched refs:half_size (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.c | 167 int half_size; local in function:generate_offsets 174 half_size = size >> 1; 202 for (v.x = -half_size; v.x <= half_size; ++v.x) 203 for (v.y = -half_size; v.y <= half_size; ++v.y) 209 for (v.x = -half_size; v.x <= half_size; ++v.x) 213 for (v.y = -half_size; v.y <= half_size; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.c | 167 int half_size; local in function:generate_offsets 174 half_size = size >> 1; 202 for (v.x = -half_size; v.x <= half_size; ++v.x) 203 for (v.y = -half_size; v.y <= half_size; ++v.y) 209 for (v.x = -half_size; v.x <= half_size; ++v.x) 213 for (v.y = -half_size; v.y <= half_size; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 130 float half_size; local in function:widepoint_point 148 half_size = header->v[0]->data[wide->psize_slot][0]; 149 half_size *= 0.5f; 152 half_size = wide->half_point_size; 155 left_adj = -half_size + wide->xbias; 156 right_adj = half_size + wide->xbias; 157 bot_adj = half_size + wide->ybias; 158 top_adj = -half_size + wide->ybias;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 130 float half_size; local in function:widepoint_point 148 half_size = header->v[0]->data[wide->psize_slot][0]; 149 half_size *= 0.5f; 152 half_size = wide->half_point_size; 155 left_adj = -half_size + wide->xbias; 156 right_adj = half_size + wide->xbias; 157 bot_adj = half_size + wide->ybias; 158 top_adj = -half_size + wide->ybias;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra_validate.c | 99 unsigned full_size, half_size; member in struct:ra_val_ctx 130 return ctx->half_size; 196 progress |= merge_file(&dst->half, &src->half, ctx->half_size); 518 for (unsigned i = 0; i < ctx->half_size; i++) 544 unsigned half_size, unsigned block_count) 558 ctx->half_size = half_size; 543 ir3_ra_validate(struct ir3_shader_variant * v,unsigned full_size,unsigned half_size,unsigned block_count) argument
|
| H A D | ir3_ra.h | 172 unsigned half_size, unsigned block_count);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | search.c | 94 static const char *half_size[] = { local in function:MakeSearchWidget 107 FormUpWidgets(dialog, full_size, half_size);
|
| H A D | buttons.c | 72 static const char *half_size[] = { local in function:MakeTopBox 118 FormUpWidgets(form, full_size, half_size); 637 * half_size - array of widget names that will be half size. 642 FormUpWidgets(Widget parent, const char **full_size, const char **half_size) argument 650 half_widgets = ConvertNamesToWidgets(parent, half_size);
|
| H A D | man.h | 211 const char **full_size, const char **half_size);
|
Completed in 14 milliseconds