Searched defs:do_not_block (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_flush.c | 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 D | sp_texture.c | 399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in softpipe_transfer_map() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_flush.c | 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 D | lp_texture.c | 698 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms() local
|
Completed in 4 milliseconds