Searched refs:do_not_block (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_flush.h52 boolean do_not_block,
H A Dlp_flush.c94 * Returns FALSE if it would have block, but do_not_block was set, TRUE
105 boolean do_not_block,
119 if (do_not_block)
100 llvmpipe_flush_resource(struct pipe_context * pipe,struct pipe_resource * resource,unsigned level,boolean read_only,boolean cpu_access,boolean do_not_block,const char * reason) argument
H A Dlp_texture.c534 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local in function:llvmpipe_transfer_map
539 do_not_block,
544 assert(do_not_block);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_flush.h52 boolean do_not_block,
H A Dlp_flush.c94 * Returns FALSE if it would have block, but do_not_block was set, TRUE
105 boolean do_not_block,
119 if (do_not_block)
100 llvmpipe_flush_resource(struct pipe_context * pipe,struct pipe_resource * resource,unsigned level,boolean read_only,boolean cpu_access,boolean do_not_block,const char * reason) argument
H A Dlp_texture.c694 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); local in function:llvmpipe_transfer_map_ms
699 do_not_block,
704 assert(do_not_block);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.h56 boolean do_not_block);
H A Dsp_flush.c109 * Returns FALSE if it would have block, but do_not_block was set, TRUE
122 boolean do_not_block)
146 if (do_not_block)
115 softpipe_flush_resource(struct pipe_context * pipe,struct pipe_resource * texture,unsigned level,int layer,unsigned flush_flags,boolean read_only,boolean cpu_access,boolean do_not_block) argument
H A Dsp_texture.c399 boolean do_not_block = !!(usage & PIPE_TRANSFER_DONTBLOCK); local in function:softpipe_transfer_map
405 do_not_block)) {
409 assert(do_not_block);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_flush.h56 boolean do_not_block);
H A Dsp_flush.c109 * Returns FALSE if it would have block, but do_not_block was set, TRUE
122 boolean do_not_block)
146 if (do_not_block)
115 softpipe_flush_resource(struct pipe_context * pipe,struct pipe_resource * texture,unsigned level,int layer,unsigned flush_flags,boolean read_only,boolean cpu_access,boolean do_not_block) argument
H A Dsp_texture.c399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); local in function:softpipe_transfer_map
405 do_not_block)) {
409 assert(do_not_block);

Completed in 23 milliseconds