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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 365 * - If the surface is to be used with the resolve engine, set rs_align true.
374 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align,
379 *paddingX = rs_align ? 16 : 4;
381 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR;
384 *paddingX = rs_align ? 16 : 4;
386 *halign = rs_align ? TEXTURE_HALIGN_SIXTEEN : TEXTURE_HALIGN_FOUR;
etnaviv_resource.c 172 bool rs_align = VIV_FEATURE(screen, chipMinorFeatures1, TEXTURE_HALIGN) || local
178 etna_layout_multiple(layout, screen->specs.pixel_pipes, rs_align, &paddingX,
  /toolchain/binutils/binutils-2.27/gas/
debug.c 60 case rs_align:
frags.c 335 p = frag_var (rs_align, 1, 1, (relax_substateT) max,
354 p = frag_var (rs_align, n_fill, n_fill, (relax_substateT) max,
as.h 255 rs_align,
264 /* Test for alignment. Like rs_align, but used by several targets
252 rs_align, enumerator in enum:_relax_state
write.c 436 case rs_align:
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-visium.c 435 if (f->fr_type == rs_align || f->fr_type == rs_align_code)
600 rest->fr_type = rs_align;
    [all...]
tc-rl78.c 518 && (frag->fr_type == rs_align
    [all...]
tc-rx.c 1295 if ((frag->fr_type == rs_align
1321 && (frag->fr_type == rs_align
    [all...]
tc-i960.c     [all...]
tc-xtensa.c     [all...]
tc-avr.c     [all...]
tc-mn10300.c     [all...]
tc-mmix.c     [all...]
tc-nios2.c     [all...]
tc-v850.c     [all...]
tc-nds32.c     [all...]
tc-ppc.c     [all...]
tc-sh.c     [all...]
tc-aarch64.c     [all...]
tc-ia64.c     [all...]
tc-arm.c     [all...]
tc-mips.c     [all...]

Completed in 1398 milliseconds