Searched refs:lvp_vk_format_to_pipe_format (Results 1 – 5 of 5) sorted by relevance
64 template.format = lvp_vk_format_to_pipe_format(pCreateInfo->format); in lvp_image_create()201 view->pformat = lvp_vk_format_to_pipe_format(pCreateInfo->format); in lvp_CreateImageView()404 view->pformat = lvp_vk_format_to_pipe_format(pCreateInfo->format); in lvp_CreateBufferView()
65 enum pipe_format pformat = lvp_vk_format_to_pipe_format(format); in lvp_physical_device_get_format_properties()183 enum pipe_format pformat = lvp_vk_format_to_pipe_format(info->format); in lvp_get_image_format_properties()
193 bool is_zs = util_format_is_depth_or_stencil(lvp_vk_format_to_pipe_format(att->format)); in lvp_CreateRenderPass2()
670 lvp_vk_format_to_pipe_format(VkFormat format) in lvp_vk_format_to_pipe_format() function
741 …state->velem.velems[location].src_format = lvp_vk_format_to_pipe_format(vi->pVertexAttributeDescri… in handle_graphics_pipeline()977 pformat = lvp_vk_format_to_pipe_format(iv->format); in fill_sampler_view_stage()979 pformat = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->format)); in fill_sampler_view_stage()981 pformat = lvp_vk_format_to_pipe_format(iv->format); in fill_sampler_view_stage()1081 state->iv[p_stage][idx].format = lvp_vk_format_to_pipe_format(iv->format); in fill_image_view_stage()1083 …state->iv[p_stage][idx].format = util_format_stencil_only(lvp_vk_format_to_pipe_format(iv->format)… in fill_image_view_stage()1085 state->iv[p_stage][idx].format = lvp_vk_format_to_pipe_format(iv->format); in fill_image_view_stage()1341 … lvp_vk_format_to_pipe_format(format), width, height, base_layer, layer_count, 0); in create_img_surface()3473 state->velem.velems[location].src_format = lvp_vk_format_to_pipe_format(attrs[i].format); in handle_set_vertex_input()