Searched refs:ISL_FORMAT_R32_SINT (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl_storage_image.c | 37 case ISL_FORMAT_R32_SINT: in isl_is_storage_image_format() 90 case ISL_FORMAT_R32_SINT: in isl_lower_storage_image_format()
|
D | isl_format.c | 511 [PIPE_FORMAT_I32_SINT] = ISL_FORMAT_R32_SINT, in isl_format_for_pipe_format() 524 [PIPE_FORMAT_L32_SINT] = ISL_FORMAT_R32_SINT, in isl_format_for_pipe_format() 540 [PIPE_FORMAT_A32_SINT] = ISL_FORMAT_R32_SINT, in isl_format_for_pipe_format() 593 [PIPE_FORMAT_R32_SINT] = ISL_FORMAT_R32_SINT, in isl_format_for_pipe_format()
|
D | isl.h | 175 ISL_FORMAT_R32_SINT = 214, enumerator
|
D | isl.c | 3377 case ISL_FORMAT_R32_SINT: return 0x12; in isl_format_get_aux_map_encoding() 3491 case ISL_FORMAT_R32_SINT: in isl_get_render_compression_format()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 109 [MESA_FORMAT_R_SINT32] = ISL_FORMAT_R32_SINT, in brw_isl_format_for_mesa_format()
|
D | brw_draw_upload.c | 108 ISL_FORMAT_R32_SINT,
|
D | brw_wm_surface_state.c | 558 case ISL_FORMAT_R32_SINT: in brw_update_texture_surface()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 233 fmt1(VK_FORMAT_R32_SINT, ISL_FORMAT_R32_SINT), 650 if (base_isl_format == ISL_FORMAT_R32_SINT || in anv_get_image_format_features2() 845 if (isl_format == ISL_FORMAT_R32_SINT || isl_format == ISL_FORMAT_R32_UINT) in get_buffer_format_features2()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_formats.c | 219 [PIPE_FORMAT_R32_SINT] = ISL_FORMAT_R32_SINT, in crocus_isl_format_for_pipe_format()
|
D | crocus_state.c | 2790 case ISL_FORMAT_R32_SINT: in crocus_create_sampler_view()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 1832 return ISL_FORMAT_R32_SINT; in get_red_format_for_rgb_format() 2642 case ISL_FORMAT_R32_SINT: in get_ccs_compatible_copy_format()
|