Home
last modified time | relevance | path

Searched refs:pipeline_formats (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c254 static VkFormat pipeline_formats[] = { variable
281 for (uint32_t i = 0; i < ARRAY_SIZE(pipeline_formats); ++i) { in radv_device_init_meta_resolve_state()
282 VkFormat format = pipeline_formats[i]; in radv_device_init_meta_resolve_state()
Dradv_meta_resolve_fs.c159 static VkFormat pipeline_formats[] = { variable
338 for (unsigned j = 0; j < ARRAY_SIZE(pipeline_formats); ++j) { in radv_device_init_meta_resolve_fragment_state()
339 res = create_resolve_pipeline(device, i, pipeline_formats[j]); in radv_device_init_meta_resolve_fragment_state()
Dradv_meta_blit.c695 static VkFormat pipeline_formats[] = { variable
721 for (unsigned i = 0; i < ARRAY_SIZE(pipeline_formats); ++i) { in radv_device_init_meta_blit_color()
722 unsigned key = radv_format_meta_fs_key(pipeline_formats[i]); in radv_device_init_meta_blit_color()
730 .format = pipeline_formats[i], in radv_device_init_meta_blit_color()
Dradv_meta_blit2d.c1161 static VkFormat pipeline_formats[] = { variable
1236 for (unsigned j = 0; j < ARRAY_SIZE(pipeline_formats); ++j) { in radv_device_init_meta_blit2d_state()
1237 result = blit2d_init_color_pipeline(device, src, pipeline_formats[j]); in radv_device_init_meta_blit2d_state()
Dradv_meta_clear.c751 static VkFormat pipeline_formats[] = { variable
802 for (uint32_t j = 0; j < ARRAY_SIZE(pipeline_formats); ++j) { in radv_device_init_meta_clear_state()
803 VkFormat format = pipeline_formats[j]; in radv_device_init_meta_clear_state()