Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_surface_state.c301 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
309 ISL_SURF_USAGE_STORAGE_BIT)) in isl_genX()
556 assert(!(info->view->usage & ISL_SURF_USAGE_STORAGE_BIT)); in isl_genX()
Disl.c209 if (usage & ISL_SURF_USAGE_STORAGE_BIT) in isl_mocs()
1770 ISL_SURF_USAGE_STORAGE_BIT)) && in isl_calc_row_pitch()
2421 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.c2527 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
2547 if (view_usage == ISL_SURF_USAGE_STORAGE_BIT && in anv_image_fill_surface_state()
2650 assert(view_usage == ISL_SURF_USAGE_STORAGE_BIT); in anv_image_fill_surface_state()
2792 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2804 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateImageView()
2913 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
2932 ISL_SURF_USAGE_STORAGE_BIT, in anv_CreateBufferView()
Danv_descriptor_set.c1661 ISL_SURF_USAGE_STORAGE_BIT; in anv_descriptor_set_write_buffer()
DgenX_cmd_buffer.c2812 ISL_SURF_USAGE_STORAGE_BIT; in emit_binding_table()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c128 view_usage = ISL_SURF_USAGE_STORAGE_BIT; in brw_blorp_surface_info_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c321 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_image_view_get_format()
698 usage |= ISL_SURF_USAGE_STORAGE_BIT; in iris_resource_configure_main()
Diris_state.c2659 usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_create_surface()
2902 .usage = ISL_SURF_USAGE_STORAGE_BIT, in iris_set_shader_images()
2911 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
2928 ISL_SURF_USAGE_STORAGE_BIT); in iris_set_shader_images()
3559 isl_surf_usage_flags_t usage = ISL_SURF_USAGE_STORAGE_BIT; in iris_set_shader_buffers()
Diris_program.c203 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.c2840 usage = ISL_SURF_USAGE_STORAGE_BIT; in crocus_create_surface()
3080 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