Searched refs:vk_format_get_first_non_void_channel (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 479 vk_format_get_first_non_void_channel(format)); 493 vk_format_get_first_non_void_channel(format)) != ~0U; 506 vk_format_get_first_non_void_channel(format)); 508 vk_format_get_first_non_void_channel(format)); 558 vk_format_get_first_non_void_channel(format)); 560 vk_format_get_first_non_void_channel(format)); 575 vk_format_get_first_non_void_channel(format));
|
| H A D | vk_format.h | 217 vk_format_get_first_non_void_channel(VkFormat format) function in typeref:typename:int 430 int channel = vk_format_get_first_non_void_channel(format);
|
| H A D | radv_image.c | 320 first_non_void = vk_format_get_first_non_void_channel(vk_format); 517 first_non_void = vk_format_get_first_non_void_channel(vk_format);
|
| H A D | radv_pipeline.c | 392 vk_format_get_first_non_void_channel(vk_format)); 559 int channel = vk_format_get_first_non_void_channel(format); 1900 first_non_void = vk_format_get_first_non_void_channel(desc->format);
|
| H A D | radv_device.c | 4333 vk_format_get_first_non_void_channel(iview->vk_format));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | vk_format.h | 76 vk_format_get_first_non_void_channel(VkFormat format) function in typeref:typename:int
|
| H A D | radv_formats.c | 529 radv_translate_tex_numformat(format, desc, vk_format_get_first_non_void_channel(format)); 541 vk_format_get_first_non_void_channel(format)) != ~0U; 562 radv_translate_tex_dataformat(format, desc, vk_format_get_first_non_void_channel(format)); 564 radv_translate_tex_numformat(format, desc, vk_format_get_first_non_void_channel(format)); 617 radv_translate_buffer_dataformat(desc, vk_format_get_first_non_void_channel(format)); 618 num_format = radv_translate_buffer_numformat(desc, vk_format_get_first_non_void_channel(format)); 634 radv_translate_color_numformat(format, desc, vk_format_get_first_non_void_channel(format));
|
| H A D | radv_image.c | 679 first_non_void = vk_format_get_first_non_void_channel(vk_format); 1045 first_non_void = vk_format_get_first_non_void_channel(vk_format);
|
| H A D | radv_pipeline.c | 430 vk_format_get_first_non_void_channel(vk_format)); 449 int channel = vk_format_get_first_non_void_channel(format);
|
| H A D | radv_device.c | 6709 vk_format_get_first_non_void_channel(iview->vk_format));
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format.h | 233 vk_format_get_first_non_void_channel(VkFormat format) function in typeref:typename:int 446 int channel = vk_format_get_first_non_void_channel(format);
|
| H A D | tu_meta_copy.c | 55 int channel = vk_format_get_first_non_void_channel(format);
|
Completed in 104 milliseconds