Home
last modified time | relevance | path

Searched refs:ISL_SURF_USAGE_STORAGE_BIT (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_surface_state.c390 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
398 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
428 ISL_SURF_USAGE_STORAGE_BIT)) { in isl_genX()
620 assert(!(info->view->usage & ISL_SURF_USAGE_STORAGE_BIT)); in isl_genX()
Disl.c175 if (usage & ISL_SURF_USAGE_STORAGE_BIT) in isl_mocs()
1578 ISL_SURF_USAGE_STORAGE_BIT)) && in isl_calc_row_pitch()
2236 ISL_SURF_USAGE_STORAGE_BIT); in isl_surf_fill_state_s()
Disl.h916 #define ISL_SURF_USAGE_STORAGE_BIT (1u << 12) macro
/external/mesa3d/src/intel/vulkan/
Danv_image.c1776 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
1796 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
1912 assert(view_usage == ISL_SURF_USAGE_STORAGE_BIT); in anv_image_fill_surface_state()
2171 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2179 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2280 storage_format, ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
2287 view->format, ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
Danv_descriptor_set.c1518 ISL_SURF_USAGE_STORAGE_BIT; in anv_descriptor_set_write_buffer()
DgenX_cmd_buffer.c2797 ISL_SURF_USAGE_STORAGE_BIT; in emit_binding_table()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c249 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_image_view_get_format()
524 usage |= ISL_SURF_USAGE_STORAGE_BIT; in iris_resource_configure_main()
Diris_state.c2499 usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_create_surface()
2786 .usage = ISL_SURF_USAGE_STORAGE_BIT, in iris_set_shader_images()
2794 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
2817 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
3382 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_set_shader_buffers()
Diris_program.c160 bool ssbo = usage & ISL_SURF_USAGE_STORAGE_BIT; in iris_upload_ubo_ssbo_surf_state()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c766 ISL_SURF_USAGE_STORAGE_BIT | in intel_create_image_common()
1169 ISL_SURF_USAGE_STORAGE_BIT, in intel_create_image_from_fds_common()
Dbrw_wm_surface_state.c1571 .usage = ISL_SURF_USAGE_STORAGE_BIT, in update_image_surface()