Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_surface_state.c430 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
438 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
468 ISL_SURF_USAGE_STORAGE_BIT)) { in isl_genX()
660 assert(!(info->view->usage & ISL_SURF_USAGE_STORAGE_BIT)); in isl_genX()
Disl.c182 if (usage & ISL_SURF_USAGE_STORAGE_BIT) in isl_mocs()
1708 ISL_SURF_USAGE_STORAGE_BIT)) && in isl_calc_row_pitch()
2417 ISL_SURF_USAGE_STORAGE_BIT); in isl_surf_fill_state_s()
Disl.h1109 #define ISL_SURF_USAGE_STORAGE_BIT (1u << 7) macro
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2390 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
2410 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
2497 assert(view_usage == ISL_SURF_USAGE_STORAGE_BIT); in anv_image_fill_surface_state()
2635 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2647 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2754 view->format, ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
2765 lowered_format, ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
Danv_descriptor_set.c1519 ISL_SURF_USAGE_STORAGE_BIT; in anv_descriptor_set_write_buffer()
DgenX_cmd_buffer.c2832 ISL_SURF_USAGE_STORAGE_BIT; in emit_binding_table()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c112 view_usage = ISL_SURF_USAGE_STORAGE_BIT; in brw_blorp_surface_info_init()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c783 ISL_SURF_USAGE_STORAGE_BIT | in brw_create_image_common()
1198 ISL_SURF_USAGE_STORAGE_BIT, in brw_create_image_from_fds_common()
Dbrw_wm_surface_state.c1581 .usage = ISL_SURF_USAGE_STORAGE_BIT, in update_image_surface()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c286 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_image_view_get_format()
643 usage |= ISL_SURF_USAGE_STORAGE_BIT; in iris_resource_configure_main()
Diris_state.c2492 usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_create_surface()
2756 .usage = ISL_SURF_USAGE_STORAGE_BIT, in iris_set_shader_images()
2764 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
2787 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
3394 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_set_shader_buffers()
Diris_program.c195 bool ssbo = usage & ISL_SURF_USAGE_STORAGE_BIT; in iris_upload_ubo_ssbo_surf_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c163 usage |= ISL_SURF_USAGE_STORAGE_BIT; in pipe_bind_to_isl_usage()
Dcrocus_state.c2835 usage = ISL_SURF_USAGE_STORAGE_BIT; in crocus_create_surface()
3075 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in crocus_set_shader_images()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2215 - blorp: Set view usage to ISL_SURF_USAGE_STORAGE_BIT for compute