Home
last modified time | relevance | path

Searched refs:PIPE_HANDLE_USAGE_EXPLICIT_FLUSH (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c500 if (usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) in etna_resource_from_handle()
586 if (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in etna_resource_get_handle()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c727 (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && in si_texture_get_handle()
736 if (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && in si_texture_get_handle()
807 res->external_usage |= usage & ~PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in si_texture_get_handle()
808 if (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in si_texture_get_handle()
809 res->external_usage &= ~PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in si_texture_get_handle()
1640 if (dedicated && offset == 0 && !(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && in si_texture_from_winsys_buffer()
H A Dsi_clear.c753 !(tex->buffer.external_usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in si_fast_clear()
801 !(tex->buffer.external_usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in si_fast_clear()
H A Dsi_state.c2898 if (!(tex->buffer.external_usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) { in si_mark_display_dcc_dirty()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c506 if (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && in r600_texture_get_handle()
563 res->external_usage |= usage & ~PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in r600_texture_get_handle()
564 if (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in r600_texture_get_handle()
565 res->external_usage &= ~PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in r600_texture_get_handle()
1783 !(tex->resource.external_usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) in evergreen_do_fast_color_clear()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h720 #define PIPE_HANDLE_USAGE_EXPLICIT_FLUSH (1 << 0) macro
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c381 PIPE_HANDLE_USAGE_EXPLICIT_FLUSH); in dri2_allocate_buffer()
620 PIPE_HANDLE_USAGE_EXPLICIT_FLUSH); in dri2_allocate_textures()
1301 usage |= PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in dri2_query_image_by_resource_handle()
1343 handle_usage |= PIPE_HANDLE_USAGE_EXPLICIT_FLUSH; in dri2_resource_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1681 (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && res->aux.usage != 0) && in iris_resource_disable_aux_on_first_query()
1825 usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH ? res->aux.usage : in iris_resource_get_handle()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c110 PIPE_HANDLE_USAGE_EXPLICIT_FLUSH)) { in D3DWindowBuffer_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c962 (!(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) && res->aux.usage != 0) && in crocus_resource_disable_aux_on_first_query()

Completed in 31 milliseconds