Home
last modified time | relevance | path

Searched refs:halign (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_gfx8.c155 * cache-aligned. If that's true, then defaulting to halign=4 is wrong for in isl_gfx8_choose_image_alignment_el()
157 * increase halign to 8. in isl_gfx8_choose_image_alignment_el()
159 uint32_t halign = 4; in isl_gfx8_choose_image_alignment_el() local
172 assert(halign <= 16); in isl_gfx8_choose_image_alignment_el()
173 halign = 16; in isl_gfx8_choose_image_alignment_el()
179 * combining) scenarios if halign=4. in isl_gfx8_choose_image_alignment_el()
186 halign = MAX(halign, 8); in isl_gfx8_choose_image_alignment_el()
189 *image_align_el = isl_extent3d(halign, valign, 1); in isl_gfx8_choose_image_alignment_el()
H A Disl_genX_helpers.h40 isl_encode_halign(uint8_t halign) in isl_encode_halign() argument
42 switch (halign) { in isl_encode_halign()
56 default: unreachable("Invalid halign"); in isl_encode_halign()
H A Disl_gfx7.c376 /* There are no restrictions on halign beyond what's given in the table in isl_gfx7_choose_image_alignment_el()
380 const uint32_t halign = 4; in isl_gfx7_choose_image_alignment_el() local
417 *image_align_el = isl_extent3d(halign, valign, 1); in isl_gfx7_choose_image_alignment_el()
/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c97 int i, valign = 0, halign = 0; in jacosub_to_ass() local
116 if (strstr(directives, "JC")) halign = ALIGN_JC; in jacosub_to_ass()
117 else if (strstr(directives, "JL")) halign = ALIGN_JL; in jacosub_to_ass()
118 else if (strstr(directives, "JR")) halign = ALIGN_JR; in jacosub_to_ass()
119 if (valign || halign) { in jacosub_to_ass()
121 if (!halign) halign = ALIGN_JC; in jacosub_to_ass()
122 switch (valign | halign) { in jacosub_to_ass()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h365 unsigned *paddingX, unsigned *paddingY, unsigned *halign) in etna_layout_multiple()
371 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR; in etna_layout_multiple()
376 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR; in etna_layout_multiple()
381 *halign = TEXTURE_HALIGN_SUPER_TILED; in etna_layout_multiple()
386 *halign = TEXTURE_HALIGN_SPLIT_TILED; in etna_layout_multiple()
391 *halign = TEXTURE_HALIGN_SPLIT_SUPER_TILED; in etna_layout_multiple()
364 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, unsigned *paddingX, unsigned *paddingY, unsigned *halign) etna_layout_multiple() argument
H A Detnaviv_resource.c234 unsigned halign = TEXTURE_HALIGN_FOUR; in etna_resource_alloc() local
242 &paddingX, &paddingY, &halign); in etna_resource_alloc()
262 rsc->halign = halign; in etna_resource_alloc()
498 rsc->halign = TEXTURE_HALIGN_FOUR; in etna_resource_from_handle()
513 &paddingX, &paddingY, &rsc->halign); in etna_resource_from_handle()
H A Detnaviv_resource.h83 unsigned halign; member
H A Detnaviv_texture.c210 if (res->halign != TEXTURE_HALIGN_FOUR) in etna_resource_sampler_compatible()
H A Detnaviv_transfer.c262 rsc->halign != TEXTURE_HALIGN_FOUR)) { in etna_transfer_map()
H A Detnaviv_texture_desc.c195 VIVS_TE_SAMPLER_CONFIG1_HALIGN(res->halign) | swiz); in etna_create_sampler_view_desc()
H A Detnaviv_texture_state.c237 VIVS_TE_SAMPLER_CONFIG1_HALIGN(res->halign) | swiz; in etna_create_sampler_view_state()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3845 % Macros used to set up halign preamble:
3957 \halign\bgroup &%
4004 \egroup % end the \halign

Completed in 16 milliseconds