Home
last modified time | relevance | path

Searched refs:surface_format (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxva2.c161 static int d3d11va_validate_output(void *service, GUID guid, const void *surface_format) in d3d11va_validate_output() argument
167 *(DXGI_FORMAT *)surface_format, in d3d11va_validate_output()
174 static int dxva2_validate_output(void *decoder_service, GUID guid, const void *surface_format) in dxva2_validate_output() argument
184 if (format == *(D3DFORMAT *)surface_format) { in dxva2_validate_output()
260 static int dxva_get_decoder_guid(AVCodecContext *avctx, void *service, void *surface_format, in dxva_get_decoder_guid() argument
284 validate = d3d11va_validate_output(service, *mode->guid, surface_format); in dxva_get_decoder_guid()
288 validate = dxva2_validate_output(service, *mode->guid, surface_format); in dxva_get_decoder_guid()
348 D3DFORMAT surface_format = avctx->sw_pix_fmt == AV_PIX_FMT_YUV420P10 ? in dxva2_create_decoder() local
381 ret = dxva_get_decoder_guid(avctx, sctx->dxva2_service, &surface_format, in dxva2_create_decoder()
390 desc.Format = surface_format; in dxva2_create_decoder()
[all …]
Dvaapi_decode.h60 enum AVPixelFormat surface_format; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.h34 struct surface_format { struct
43 struct surface_format fd2_pipe2surface(enum pipe_format format); argument
Dfd2_util.c33 pipe2surface(enum pipe_format format, struct surface_format *fmt) in pipe2surface()
126 struct surface_format
129 struct surface_format fmt = { in fd2_pipe2surface()
Dfd2_texture.c170 struct surface_format fmt = fd2_pipe2surface(cso->format); in fd2_sampler_view_create()
Dfd2_program.c172 struct surface_format fmt = fd2_pipe2surface(elem->src_format); in patch_vtx_fetch()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c133 static bool si_set_clear_color(struct si_texture *tex, enum pipe_format surface_format, in si_set_clear_color() argument
150 surface_format = util_format_rgb_to_bgr(surface_format); in si_set_clear_color()
152 util_pack_color_union(surface_format, &uc, color); in si_set_clear_color()
186 enum pipe_format surface_format, in gfx8_get_dcc_clear_parameters() argument
202 util_format_description(si_simplify_cb_format(surface_format)); in gfx8_get_dcc_clear_parameters()
215 bool surf_alpha_is_on_msb = vi_alpha_is_on_msb(sscreen, surface_format); in gfx8_get_dcc_clear_parameters()
295 …tic bool gfx11_get_dcc_clear_parameters(struct si_screen *sscreen, enum pipe_format surface_format, in gfx11_get_dcc_clear_parameters() argument
299 util_format_description(si_simplify_cb_format(surface_format)); in gfx11_get_dcc_clear_parameters()
323 util_pack_color_union(surface_format, (union util_color*)&value, color); in gfx11_get_dcc_clear_parameters()
351 int i = util_format_get_first_non_void_channel(surface_format); in gfx11_get_dcc_clear_parameters()
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c125 format = texObj->surface_format; in st_generate_mipmap()
Dst_texture.h146 return stObj->surface_based ? stObj->surface_format : stObj->pt->format; in st_get_view_format()
Dst_vdpau.c253 texObj->surface_format = res->format; in st_vdpau_map_surface()
Dst_cb_eglimage.c389 texObj->surface_format = stimg->format; in st_bind_egl_image()
Dst_sampler_view.c518 format = texObj->surface_based ? texObj->surface_format : texObj->pt->format; in st_get_sampler_view_format()
Dst_manager.c907 texObj->surface_format = pipe_format; in st_context_teximage()
Dst_pbo_compute.c1078 …src_format = st_pbo_get_src_format(screen, stObj->surface_based ? stObj->surface_format : src->for… in st_GetTexSubImage_shader()
Dst_cb_texture.c2460 …src_format = st_pbo_get_src_format(screen, stObj->surface_based ? stObj->surface_format : src->for… in st_GetTexSubImage()
3400 tex->surface_format = in st_TextureView()
/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h57 BUILDER_VECTOR(PhysicalDevice, VkSurfaceFormatKHR, surface_formats, surface_format)
/third_party/mesa3d/src/mesa/main/
Drenderbuffer.c586 format = stTexObj->surface_format; in _mesa_update_renderbuffer_surface()
Dblit.c504 blit.src.format = srcObj->surface_based ? srcObj->surface_format : srcObj->pt->format; in do_blit_framebuffer()
Dmtypes.h1028 enum pipe_format surface_format; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c405 struct surface_format { struct
410 static const struct surface_format formats[] = { argument
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1710 enum pipe_format surface_format, in evergreen_set_clear_color() argument
1727 util_pack_color_union(surface_format, &uc, color); in evergreen_set_clear_color()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5330 uint32_t surface_format; in emit_sol_surface() local
5333 surface_format = ISL_FORMAT_R32_FLOAT; in emit_sol_surface()
5336 surface_format = ISL_FORMAT_R32G32_FLOAT; in emit_sol_surface()
5339 surface_format = ISL_FORMAT_R32G32B32_FLOAT; in emit_sol_surface()
5342 surface_format = ISL_FORMAT_R32G32B32A32_FLOAT; in emit_sol_surface()
5360 .format = surface_format); in emit_sol_surface()