Home
last modified time | relevance | path

Searched refs:pipe_to_virgl_format (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c133 if (!virgl_has_readback_format(ctx->screen, pipe_to_virgl_format(fmt))) { in texture_transfer_map_resolve()
142 assert(virgl_has_readback_format(ctx->screen, pipe_to_virgl_format(fmt))); in texture_transfer_map_resolve()
228 !virgl_has_readback_format(screen, pipe_to_virgl_format(resource->format)); in needs_resolve()
Dvirgl_encode.c263 enum virgl_formats pipe_to_virgl_format(enum pipe_format format) in pipe_to_virgl_format() function
672 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(element[i].src_format)); in virgl_encoder_create_vertex_elements()
759 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(templat->format)); in virgl_encoder_create_surface()
920 uint32_t dword_fmt_target = pipe_to_virgl_format(state->format); in virgl_encode_sampler_view()
1122 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(blit->dst.format)); in virgl_encode_blit()
1132 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(blit->src.format)); in virgl_encode_blit()
1322 virgl_encoder_write_dword(ctx->cbuf, pipe_to_virgl_format(images[i].format)); in virgl_encode_set_shader_images()
Dvirgl_winsys.h166 extern enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
Dvirgl_encode.h309 enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
Dvirgl_screen.c566 enum virgl_formats vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask()
583 vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask()
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c264 virgl_vtest_send_resource_create(vtws, handle, target, pipe_to_virgl_format(format), bind, in virgl_vtest_winsys_resource_create()
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c246 createcmd.format = pipe_to_virgl_format(format); in virgl_drm_winsys_resource_create()