Searched refs:vk_format_to_pipe_format (Results 1 – 4 of 4) sorted by relevance
39 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 …]
260 vk_format_to_pipe_format(enum VkFormat vkformat) in vk_format_to_pipe_format() function
362 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()
474 util_format_description(vk_format_to_pipe_format(format)); in rmt_format_to_swizzle()