HomeSort by relevance Sort by last modified time
    Searched refs:halign (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/intel/isl/
isl_gen8.c 128 * | all others | HALIGN | VALIGN
160 * HALIGN 16 must be used.
170 * cache-aligned. If that's true, then defaulting to halign=4 is wrong for
172 * increase halign to 8.
174 const uint32_t halign = needs_halign16 ? 16 : 4; local
176 *image_align_el = isl_extent3d(halign, valign, 1);
isl_gen7.c 328 * | all others | HALIGN | VALIGN
349 /* There are no restrictions on halign beyond what's given in the table
353 const uint32_t halign = 4; local
390 *image_align_el = isl_extent3d(halign, valign, 1);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 370 * with the samplers if the GPU does hot support the HALIGN feature.
377 unsigned *paddingX, unsigned *paddingY, unsigned *halign)
383 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR;
388 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR;
393 *halign = TEXTURE_HALIGN_SUPER_TILED;
398 *halign = TEXTURE_HALIGN_SPLIT_TILED;
403 *halign = TEXTURE_HALIGN_SPLIT_SUPER_TILED;
etnaviv_resource.h 70 unsigned halign; member in struct:etna_resource
etnaviv_resource.c 214 unsigned halign = TEXTURE_HALIGN_FOUR; local
224 &paddingY, &halign);
275 rsc->halign = halign;
513 rsc->halign = TEXTURE_HALIGN_FOUR;
523 &paddingX, &paddingY, &rsc->halign);
etnaviv_texture.c 181 /* If we have HALIGN support, we can allow for the RS padding */
185 /* Non-HALIGN GPUs only accept 4x4 tile-aligned textures */
186 if (res->halign != TEXTURE_HALIGN_FOUR)
etnaviv_transfer.c 186 /* HALIGN 4 resources are incompatible with the resolve engine,
188 rsc->halign != TEXTURE_HALIGN_FOUR)) {
etnaviv_texture_state.c 136 VIVS_TE_SAMPLER_CONFIG1_HALIGN(res->halign) | swiz;
  /external/libnl/doc/stylesheets/
volnitsky.css 415 th.tableblock.halign-left, td.tableblock.halign-left {
418 th.tableblock.halign-center, td.tableblock.halign-center {
421 th.tableblock.halign-right, td.tableblock.halign-right {
asciidoc.css 508 th.tableblock.halign-left, td.tableblock.halign-left {
511 th.tableblock.halign-center, td.tableblock.halign-center {
514 th.tableblock.halign-right, td.tableblock.halign-right {
flask.css 500 th.tableblock.halign-left, td.tableblock.halign-left {
503 th.tableblock.halign-center, td.tableblock.halign-center {
506 th.tableblock.halign-right, td.tableblock.halign-right {
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.cpp 637 const unsigned width = align(res->swr.width, res->swr.halign);
715 * Each level's sizes are subject to the valign and halign settings of the
734 res->swr.halign = KNOB_MACROTILE_X_DIM;
745 res->swr.halign = 1;
749 unsigned halign = res->swr.halign * util_format_get_blockwidth(fmt); local
750 unsigned width = align(pt->width0, halign);
753 width += align(u_minify(pt->width0, level), halign);
761 // widths. This can happen if, e.g. halign is 32, and the width of level
768 align(u_minify(pt->width0, 1), halign)
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 259 GtkWidget* halign = gtk_alignment_new(1, 0, 0, 0); local
260 gtk_container_add(GTK_CONTAINER(halign), hbox);
261 gtk_box_pack_start(GTK_BOX(vbox_), halign, FALSE, FALSE, 0); local
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h 260 /// @param hAlign - horizontal alignment per miip, in texels
266 uint32_t hAlign,
277 // @note hAlign is already in blocks for compressed formats so upconvert
281 hAlign *= info.bcWidth;
284 offset = GFX_ALIGN(curWidth, hAlign);
288 offset += GFX_ALIGN(curWidth, hAlign);
301 /// @param hAlign - horizontal alignment per mip, in texels
307 uint32_t hAlign,
318 // @note hAlign is already in blocks for compressed formats so upconvert
322 hAlign *= info.bcWidth
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 537 uint32_t halign; member in struct:SWR_SURFACE_STATE
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]

Completed in 673 milliseconds