Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_storage_image.c36 case ISL_FORMAT_R32_UINT: in isl_is_storage_image_format()
89 case ISL_FORMAT_R32_UINT: in isl_lower_storage_image_format()
99 return ISL_FORMAT_R32_UINT; in isl_lower_storage_image_format()
129 ISL_FORMAT_R8G8B8A8_UINT : ISL_FORMAT_R32_UINT); in isl_lower_storage_image_format()
136 ISL_FORMAT_R16G16_UINT : ISL_FORMAT_R32_UINT); in isl_lower_storage_image_format()
159 return ISL_FORMAT_R32_UINT; in isl_lower_storage_image_format()
173 ISL_FORMAT_R8G8B8A8_UINT : ISL_FORMAT_R32_UINT); in isl_lower_storage_image_format()
179 ISL_FORMAT_R16G16_UINT : ISL_FORMAT_R32_UINT); in isl_lower_storage_image_format()
Disl_format.c512 [PIPE_FORMAT_I32_UINT] = ISL_FORMAT_R32_UINT, in isl_format_for_pipe_format()
525 [PIPE_FORMAT_L32_UINT] = ISL_FORMAT_R32_UINT, in isl_format_for_pipe_format()
541 [PIPE_FORMAT_A32_UINT] = ISL_FORMAT_R32_UINT, in isl_format_for_pipe_format()
590 [PIPE_FORMAT_R32_UINT] = ISL_FORMAT_R32_UINT, in isl_format_for_pipe_format()
Disl_surface_state.c936 .SurfaceFormat = ISL_FORMAT_R32_UINT, in isl_genX()
Disl.h175 ISL_FORMAT_R32_UINT = 215, enumerator
Disl.c3429 case ISL_FORMAT_R32_UINT: return 0x13; in isl_format_get_aux_map_encoding()
3545 case ISL_FORMAT_R32_UINT: in isl_get_render_compression_format()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c271 assert(lower_fmt == ISL_FORMAT_R32_UINT); in convert_color_for_load()
287 if (image.bits[0] != lower.bits[0] && lower_fmt == ISL_FORMAT_R32_UINT) { in convert_color_for_load()
466 assert(lower_fmt == ISL_FORMAT_R32_UINT); in convert_color_for_store()
503 if (image.bits[0] != lower.bits[0] && lower_fmt == ISL_FORMAT_R32_UINT) { in convert_color_for_store()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_formats.c213 format == ISL_FORMAT_R32_UINT; in iris_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c214 [PIPE_FORMAT_R32_UINT] = ISL_FORMAT_R32_UINT, in crocus_isl_format_for_pipe_format()
581 format == ISL_FORMAT_R32_UINT; in crocus_is_format_supported()
Dcrocus_state.c2796 case ISL_FORMAT_R32_UINT: in crocus_create_sampler_view()
/third_party/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c125 case 4: format = ISL_FORMAT_R32_UINT; break; in emit_so_memcpy()
Danv_formats.c232 fmt1(VK_FORMAT_R32_UINT, ISL_FORMAT_R32_UINT),
660 base_isl_format == ISL_FORMAT_R32_UINT || in anv_get_image_format_features2()
861 if (isl_format == ISL_FORMAT_R32_SINT || isl_format == ISL_FORMAT_R32_UINT) in get_buffer_format_features2()
Danv_blorp.c448 case 4: return ISL_FORMAT_R32_UINT; in isl_format_for_size()
DgenX_pipeline.c251 .SourceElementFormat = ISL_FORMAT_R32_UINT, in emit_vertex_input()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c1830 return ISL_FORMAT_R32_UINT; in get_red_format_for_rgb_format()
2149 params->dst.view.format = ISL_FORMAT_R32_UINT; in try_blorp_blit()
2160 params->dst.view.format = ISL_FORMAT_R32_UINT; in try_blorp_blit()
2727 case ISL_FORMAT_R32_UINT: in get_ccs_compatible_copy_format()
2731 return ISL_FORMAT_R32_UINT; in get_ccs_compatible_copy_format()
Dblorp_clear.c539 format = ISL_FORMAT_R32_UINT; in blorp_clear()