Searched refs:D3DFMT_R16F (Results 1 – 5 of 5) sorted by relevance
279 …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()
385 case D3DFMT_R16F: return sw::FORMAT_R16F; in translateFormat()
299 [D3DFMT_R16F] = PIPE_FORMAT_R16_FLOAT,370 [PIPE_FORMAT_R16_FLOAT] = D3DFMT_R16F,
465 case D3DFMT_R16F: return "D3DFMT_R16F"; in d3dformat_to_string()
646 D3DFMT_R16F = 111, enumerator