Home
last modified time | relevance | path

Searched refs:vk_format_to_pipe_format (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.h39 vk_format_to_pipe_format(enum VkFormat vkformat);
100 return util_format_is_pure_integer(vk_format_to_pipe_format(format)); in vk_format_is_int()
106 return util_format_is_pure_sint(vk_format_to_pipe_format(format)); in vk_format_is_sint()
112 return util_format_is_pure_uint(vk_format_to_pipe_format(format)); in vk_format_is_uint()
118 return util_format_is_unorm(vk_format_to_pipe_format(format)); in vk_format_is_unorm()
124 return util_format_is_snorm(vk_format_to_pipe_format(format)); in vk_format_is_snorm()
130 return util_format_is_float(vk_format_to_pipe_format(format)); in vk_format_is_float()
136 return util_format_is_srgb(vk_format_to_pipe_format(format)); in vk_format_is_srgb()
142 return util_format_get_blocksize(vk_format_to_pipe_format(format)); in vk_format_get_blocksize()
148 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
[all …]
Dvk_format.c260 vk_format_to_pipe_format(enum VkFormat vkformat) in vk_format_to_pipe_format() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c362 util_format_description(vk_format_to_pipe_format(y_format)); in lower_ycbcr_tex_instr()
402 util_format_description(vk_format_to_pipe_format(format_plane->format)); in lower_ycbcr_tex_instr()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c474 util_format_description(vk_format_to_pipe_format(format)); in rmt_format_to_swizzle()