Searched refs:D3DFMT_G16R16F (Results 1 – 5 of 5) sorted by relevance
280 …case D3DFMT_G16R16F: if(!Capabilities::Surface::RenderTarget::G16R16F) return NOTAVAILABLE(); el… in CheckDeviceFormat()341 …case D3DFMT_G16R16F: if(!Capabilities::Surface::G16R16F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()401 …case D3DFMT_G16R16F: if(!Capabilities::Volume::G16R16F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()447 …case D3DFMT_G16R16F: if(!Capabilities::CubeMap::RenderTarget::G16R16F) return NOTAVAILABLE(); el… in CheckDeviceFormat()508 …case D3DFMT_G16R16F: if(!Capabilities::CubeMap::G16R16F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()564 …case D3DFMT_G16R16F: if(!Capabilities::VolumeTexture::G16R16F) return NOTAVAILABLE(); else re… in CheckDeviceFormat()610 …case D3DFMT_G16R16F: if(!Capabilities::Texture::RenderTarget::G16R16F) return NOTAVAILABLE(); el… in CheckDeviceFormat()672 …case D3DFMT_G16R16F: if(!Capabilities::Texture::G16R16F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()
386 case D3DFMT_G16R16F: return sw::FORMAT_G16R16F; in translateFormat()
300 [D3DFMT_G16R16F] = PIPE_FORMAT_R16G16_FLOAT,372 [PIPE_FORMAT_R16G16_FLOAT] = D3DFMT_G16R16F,
466 case D3DFMT_G16R16F: return "D3DFMT_G16R16F"; in d3dformat_to_string()
647 D3DFMT_G16R16F = 112, enumerator