Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c71 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in isl_genX()
78 db.SurfaceFormat = D32_FLOAT; in isl_genX()
85 db.SurfaceFormat = D32_FLOAT; in isl_genX()
315 db.SurfaceType != SURFTYPE_NULL && db.SurfaceFormat == D16_UNORM; in isl_genX()
336 .HZDepthTestLEGEOptimizationDisable = db.SurfaceFormat == D16_UNORM, in isl_genX()
Disl_surface_state.c286 s.SurfaceFormat = info->view->format; in isl_genX()
329 isl_format_has_int_channel((enum isl_format) s.SurfaceFormat); in isl_genX()
858 s.SurfaceFormat = info->format; in isl_genX()
940 .SurfaceFormat = ISL_FORMAT_R32_UINT, in isl_genX()
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c409 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument
421 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
434 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType()
435 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
439 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
442 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
443 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType()
447 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
450 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
452 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
[all …]
Dadapter9.h98 D3DFORMAT SurfaceFormat,
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h43 …MultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1500 .SurfaceFormat = ISL_FORMAT_R8G8B8A8_UNORM, in blorp_emit_null_surface_state()
/external/mesa3d/include/D3D9/
Dd3d9.h93 …kDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
454 …ype)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
501 …e)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…