Searched refs:ISL_FORMAT_R32G32_UINT (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl_storage_image.c | 42 case ISL_FORMAT_R32G32_UINT: in isl_is_storage_image_format() 107 case ISL_FORMAT_R32G32_UINT: in isl_lower_storage_image_format() 113 ISL_FORMAT_R32G32_UINT); in isl_lower_storage_image_format() 167 ISL_FORMAT_R32G32_UINT); in isl_lower_storage_image_format()
|
D | isl.h | 136 ISL_FORMAT_R32G32_UINT = 135, enumerator
|
D | isl_format.c | 552 [PIPE_FORMAT_L32A32_UINT] = ISL_FORMAT_R32G32_UINT, in isl_format_for_pipe_format() 589 [PIPE_FORMAT_R32G32_UINT] = ISL_FORMAT_R32G32_UINT, in isl_format_for_pipe_format()
|
D | isl.c | 3355 case ISL_FORMAT_R32G32_UINT: return 0x13; in isl_format_get_aux_map_encoding() 3434 case ISL_FORMAT_R32G32_UINT: in isl_get_render_compression_format()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_gpu_memcpy.c | 69 case 8: format = ISL_FORMAT_R32G32_UINT; break; in genX()
|
D | anv_formats.c | 235 fmt1(VK_FORMAT_R32G32_UINT, ISL_FORMAT_R32G32_UINT),
|
D | anv_blorp.c | 466 case 8: return ISL_FORMAT_R32G32_UINT; in isl_format_for_size()
|
D | genX_pipeline.c | 212 .SourceElementFormat = ISL_FORMAT_R32G32_UINT, in emit_vertex_input()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 406 ISL_FORMAT_R32G32_UINT : in lower_image_load_instr() 558 ISL_FORMAT_R32G32_UINT : in lower_image_store_instr()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_surface_formats.c | 123 [MESA_FORMAT_RG_UINT32] = ISL_FORMAT_R32G32_UINT, in brw_isl_format_for_mesa_format()
|
D | brw_draw_upload.c | 85 ISL_FORMAT_R32G32_UINT,
|
D | genX_state_upload.c | 749 elem_state.SourceElementFormat = ISL_FORMAT_R32G32_UINT; in genX() 755 elem_state.SourceElementFormat = ISL_FORMAT_R32G32_UINT; in genX() 776 .SourceElementFormat = ISL_FORMAT_R32G32_UINT, in genX()
|
D | brw_wm_surface_state.c | 536 format == ISL_FORMAT_R32G32_UINT)) { in brw_update_texture_surface()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_formats.c | 215 [PIPE_FORMAT_R32G32_UINT] = ISL_FORMAT_R32G32_UINT, in crocus_isl_format_for_pipe_format()
|
D | crocus_state.c | 2759 fmt.fmt == ISL_FORMAT_R32G32_UINT) { in crocus_create_sampler_view() 7660 ve.SourceElementFormat = ISL_FORMAT_R32G32_UINT; 7682 ve.SourceElementFormat = ISL_FORMAT_R32G32_UINT;
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 2617 case ISL_FORMAT_R32G32_UINT: in get_ccs_compatible_copy_format() 2620 return ISL_FORMAT_R32G32_UINT; in get_ccs_compatible_copy_format()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 6508 ve.SourceElementFormat = ISL_FORMAT_R32G32_UINT; in iris_upload_dirty_render_state() 6522 ve.SourceElementFormat = ISL_FORMAT_R32G32_UINT; in iris_upload_dirty_render_state()
|