Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c102 * Returns FALSE if it would have block, but do_not_block was set, TRUE
113 boolean do_not_block, in llvmpipe_flush_resource()
126 if (do_not_block) in llvmpipe_flush_resource()
108 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) llvmpipe_flush_resource() argument
H A Dlp_flush.h52 boolean do_not_block,
H A Dlp_texture.c698 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms() local
703 do_not_block, in llvmpipe_transfer_map_ms()
708 assert(do_not_block); in llvmpipe_transfer_map_ms()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c109 * Returns FALSE if it would have block, but do_not_block was set, TRUE
122 boolean do_not_block) in softpipe_flush_resource()
146 if (do_not_block) in softpipe_flush_resource()
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) softpipe_flush_resource() argument
H A Dsp_flush.h56 boolean do_not_block);
H A Dsp_texture.c399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in softpipe_transfer_map() local
405 do_not_block)) { in softpipe_transfer_map()
409 assert(do_not_block); in softpipe_transfer_map()

Completed in 5 milliseconds