Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c143 enum pipe_format vk_format_to_pipe(VkFormat format) in vk_format_to_pipe() function
155 enum pipe_format pformat = vk_format_to_pipe(format); in lvp_physical_device_get_format_properties()
270 enum pipe_format pformat = vk_format_to_pipe(info->format); in lvp_get_image_format_properties()
Dlvp_image.c70 template.format = vk_format_to_pipe(pCreateInfo->format); in lvp_image_create()
137 view->pformat = vk_format_to_pipe(pCreateInfo->format); in lvp_CreateImageView()
307 view->pformat = vk_format_to_pipe(pCreateInfo->format); in lvp_CreateBufferView()
Dlvp_execute.c569 … state->ve[location].src_format = vk_format_to_pipe(vi->pVertexAttributeDescriptions[i].format); in handle_graphics_pipeline()
746 pformat = vk_format_to_pipe(iv->format); in fill_sampler_view_stage()
748 pformat = util_format_stencil_only(vk_format_to_pipe(iv->format)); in fill_sampler_view_stage()
750 pformat = vk_format_to_pipe(iv->format); in fill_sampler_view_stage()
838 state->iv[p_stage][idx].format = vk_format_to_pipe(iv->format); in fill_image_view_stage()
840 state->iv[p_stage][idx].format = util_format_stencil_only(vk_format_to_pipe(iv->format)); in fill_image_view_stage()
842 state->iv[p_stage][idx].format = vk_format_to_pipe(iv->format); in fill_image_view_stage()
1069 template.format = vk_format_to_pipe(format); in add_img_view_surface()
Dlvp_private.h959 enum pipe_format vk_format_to_pipe(VkFormat format);