Home
last modified time | relevance | path

Searched refs:D3DFMT_A16B16G16R16F (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9.cpp281 …case D3DFMT_A16B16G16R16F: if(!Capabilities::Surface::RenderTarget::A16B16G16R16F) return NOTAVAIL… in CheckDeviceFormat()
342 …case D3DFMT_A16B16G16R16F: if(!Capabilities::Surface::A16B16G16R16F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
402 …case D3DFMT_A16B16G16R16F: if(!Capabilities::Volume::A16B16G16R16F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
448 …case D3DFMT_A16B16G16R16F: if(!Capabilities::CubeMap::RenderTarget::A16B16G16R16F) return NOTAVAIL… in CheckDeviceFormat()
509 …case D3DFMT_A16B16G16R16F: if(!Capabilities::CubeMap::A16B16G16R16F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
565 …case D3DFMT_A16B16G16R16F: if(!Capabilities::VolumeTexture::A16B16G16R16F) return NOTAVAILABLE(… in CheckDeviceFormat()
611 …case D3DFMT_A16B16G16R16F: if(!Capabilities::Texture::RenderTarget::A16B16G16R16F) return NOTAVAIL… in CheckDeviceFormat()
673 …case D3DFMT_A16B16G16R16F: if(!Capabilities::Texture::A16B16G16R16F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
DDirect3DSurface9.cpp387 case D3DFMT_A16B16G16R16F: return sw::FORMAT_A16B16G16R16F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c301 [D3DFMT_A16B16G16R16F] = PIPE_FORMAT_R16G16B16A16_FLOAT,
374 [PIPE_FORMAT_R16G16B16A16_FLOAT] = D3DFMT_A16B16G16R16F,
Dnine_pipe.h467 case D3DFMT_A16B16G16R16F: return "D3DFMT_A16B16G16R16F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h648 D3DFMT_A16B16G16R16F = 113, enumerator