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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 348 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local
354 do_not_block)) {
358 assert(do_not_block);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 616 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local
622 do_not_block,
627 assert(do_not_block);
    [all...]

Completed in 214 milliseconds