Home
last modified time | relevance | path

Searched refs:texture_handle_allocated (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h180 bool texture_handle_allocated; member
Dr600_buffer_common.c111 res->texture_handle_allocated = false; in si_init_resource_fields()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h172 bool texture_handle_allocated; member
Dr600_buffer_common.c113 res->texture_handle_allocated = false; in r600_init_resource_fields()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1670 if (rbuffer->texture_handle_allocated) { in si_rebind_buffer()
2275 r600_resource(sview->base.texture)->texture_handle_allocated = true; in si_create_texture_handle()