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

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blt.c 259 uint32_t new_clear_bits = 0, clear_bits_depth, clear_bits_stencil; local
265 clear_bits_stencil = 0x00000000;
270 clear_bits_stencil = 0x000000ff;
273 clear_bits_depth = clear_bits_stencil = 0xffffffff;
280 new_clear_bits |= clear_bits_stencil;
etnaviv_rs.c 327 uint32_t new_clear_bits = 0, clear_bits_depth, clear_bits_stencil; local
333 clear_bits_stencil = 0;
338 clear_bits_stencil = 0x1111;
341 clear_bits_depth = clear_bits_stencil = 0xffff;
348 new_clear_bits |= clear_bits_stencil;
    [all...]

Completed in 303 milliseconds