Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp279 …case D3DFMT_R16F: if(!Capabilities::Surface::RenderTarget::R16F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
340 …case D3DFMT_R16F: if(!Capabilities::Surface::R16F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
400 …case D3DFMT_R16F: if(!Capabilities::Volume::R16F) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
446 …case D3DFMT_R16F: if(!Capabilities::CubeMap::RenderTarget::R16F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
507 …case D3DFMT_R16F: if(!Capabilities::CubeMap::R16F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
563 …case D3DFMT_R16F: if(!Capabilities::VolumeTexture::R16F) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
609 …case D3DFMT_R16F: if(!Capabilities::Texture::RenderTarget::R16F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
671 …case D3DFMT_R16F: if(!Capabilities::Texture::R16F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp385 case D3DFMT_R16F: return sw::FORMAT_R16F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c299 [D3DFMT_R16F] = PIPE_FORMAT_R16_FLOAT,
370 [PIPE_FORMAT_R16_FLOAT] = D3DFMT_R16F,
Dnine_pipe.h465 case D3DFMT_R16F: return "D3DFMT_R16F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h646 D3DFMT_R16F = 111, enumerator