/third_party/ffmpeg/libavcodec/ |
D | dxva2.c | 161 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 …]
|
D | vaapi_decode.h | 60 enum AVPixelFormat surface_format; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_util.h | 34 struct surface_format { struct 43 struct surface_format fd2_pipe2surface(enum pipe_format format); argument
|
D | fd2_util.c | 33 pipe2surface(enum pipe_format format, struct surface_format *fmt) in pipe2surface() 126 struct surface_format 129 struct surface_format fmt = { in fd2_pipe2surface()
|
D | fd2_texture.c | 170 struct surface_format fmt = fd2_pipe2surface(cso->format); in fd2_sampler_view_create()
|
D | fd2_program.c | 172 struct surface_format fmt = fd2_pipe2surface(elem->src_format); in patch_vtx_fetch()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 133 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/ |
D | st_gen_mipmap.c | 125 format = texObj->surface_format; in st_generate_mipmap()
|
D | st_texture.h | 146 return stObj->surface_based ? stObj->surface_format : stObj->pt->format; in st_get_view_format()
|
D | st_vdpau.c | 253 texObj->surface_format = res->format; in st_vdpau_map_surface()
|
D | st_cb_eglimage.c | 389 texObj->surface_format = stimg->format; in st_bind_egl_image()
|
D | st_sampler_view.c | 518 format = texObj->surface_based ? texObj->surface_format : texObj->pt->format; in st_get_sampler_view_format()
|
D | st_manager.c | 907 texObj->surface_format = pipe_format; in st_context_teximage()
|
D | st_pbo_compute.c | 1078 …src_format = st_pbo_get_src_format(screen, stObj->surface_based ? stObj->surface_format : src->for… in st_GetTexSubImage_shader()
|
D | st_cb_texture.c | 2460 …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/ |
D | physical_device.h | 57 BUILDER_VECTOR(PhysicalDevice, VkSurfaceFormatKHR, surface_formats, surface_format)
|
/third_party/mesa3d/src/mesa/main/ |
D | renderbuffer.c | 586 format = stTexObj->surface_format; in _mesa_update_renderbuffer_surface()
|
D | blit.c | 504 blit.src.format = srcObj->surface_based ? srcObj->surface_format : srcObj->pt->format; in do_blit_framebuffer()
|
D | mtypes.h | 1028 enum pipe_format surface_format; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 405 struct surface_format { struct 410 static const struct surface_format formats[] = { argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 1710 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/ |
D | crocus_state.c | 5330 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()
|