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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_flush.h 53 boolean do_not_block,
lp_flush.c 92 * Returns FALSE if it would have block, but do_not_block was set, TRUE
104 boolean do_not_block,
118 if (do_not_block)
lp_texture.c 616 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local
622 do_not_block,
627 assert(do_not_block);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_flush.h 55 boolean do_not_block);
sp_flush.c 114 * Returns FALSE if it would have block, but do_not_block was set, TRUE
127 boolean do_not_block)
151 if (do_not_block)
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_flush.h 53 boolean do_not_block,
lp_flush.c 92 * Returns FALSE if it would have block, but do_not_block was set, TRUE
104 boolean do_not_block,
118 if (do_not_block)
lp_texture.c 616 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local
622 do_not_block,
627 assert(do_not_block);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_flush.h 55 boolean do_not_block);
sp_flush.c 114 * Returns FALSE if it would have block, but do_not_block was set, TRUE
127 boolean do_not_block)
151 if (do_not_block)
sp_texture.c 348 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local
354 do_not_block)) {
358 assert(do_not_block);

Completed in 2056 milliseconds