Searched defs:is_flushed_depth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_texture.c72 bool is_transfer, bool is_flushed_depth)
91 !is_transfer && !is_flushed_depth &&
150 if (!is_transfer && !is_flushed_depth && is_depth) {
68 r600_init_surface(struct r600_screen *rscreen, struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode, bool is_transfer, bool is_flushed_depth) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c72 bool is_transfer, bool is_flushed_depth)
91 !is_transfer && !is_flushed_depth &&
150 if (!is_transfer && !is_flushed_depth && is_depth) {
68 r600_init_surface(struct r600_screen *rscreen, struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode, bool is_transfer, bool is_flushed_depth) argument

Completed in 98 milliseconds