Searched refs:SurfaceFormat (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 377 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument 389 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType() 402 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType() 403 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType() 407 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType() 410 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType() 411 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType() 415 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType() 418 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType() 420 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType() [all …]
|
D | adapter9.h | 96 D3DFORMAT SurfaceFormat,
|
/external/mesa3d/src/intel/isl/ |
D | isl_emit_depth_stencil.c | 69 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in isl_genX() 74 db.SurfaceFormat = D32_FLOAT; in isl_genX() 79 db.SurfaceFormat = D32_FLOAT; in isl_genX()
|
D | isl_surface_state.c | 271 s.SurfaceFormat = (enum GENX(SURFACE_FORMAT)) info->view->format; in isl_genX() 281 isl_format_has_int_channel((enum isl_format) s.SurfaceFormat); in isl_genX() 699 s.SurfaceFormat = (enum GENX(SURFACE_FORMAT)) info->format; in isl_genX() 757 .SurfaceFormat = (enum GENX(SURFACE_FORMAT)) ISL_FORMAT_B8G8R8A8_UNORM, in isl_genX()
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 43 …MultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed… 78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 1323 .SurfaceFormat = (enum GENX(SURFACE_FORMAT)) ISL_FORMAT_R8G8B8A8_UNORM, in blorp_emit_null_surface_state()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 93 …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…
|
/external/mesa3d/src/amd/addrlib/gfx9/chip/ |
D | gfx9_enum.h | 583 typedef enum SurfaceFormat { enum 648 } SurfaceFormat; typedef
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 181 …ceMultiSampleType)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DFORMAT SurfaceFormat,BOOL Windowed,… in DECLARE_INTERFACE_()
|