Searched refs:D3DFMT_G32R32F (Results 1 – 5 of 5) sorted by relevance
283 …case D3DFMT_G32R32F: if(!Capabilities::Surface::RenderTarget::G32R32F) return NOTAVAILABLE(); el… in CheckDeviceFormat()344 …case D3DFMT_G32R32F: if(!Capabilities::Surface::G32R32F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()404 …case D3DFMT_G32R32F: if(!Capabilities::Volume::G32R32F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()450 …case D3DFMT_G32R32F: if(!Capabilities::CubeMap::RenderTarget::G32R32F) return NOTAVAILABLE(); el… in CheckDeviceFormat()511 …case D3DFMT_G32R32F: if(!Capabilities::CubeMap::G32R32F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()567 …case D3DFMT_G32R32F: if(!Capabilities::VolumeTexture::G32R32F) return NOTAVAILABLE(); else re… in CheckDeviceFormat()613 …case D3DFMT_G32R32F: if(!Capabilities::Texture::RenderTarget::G32R32F) return NOTAVAILABLE(); el… in CheckDeviceFormat()675 …case D3DFMT_G32R32F: if(!Capabilities::Texture::G32R32F) return NOTAVAILABLE(); else return … in CheckDeviceFormat()
389 case D3DFMT_G32R32F: return sw::FORMAT_G32R32F; in translateFormat()
303 [D3DFMT_G32R32F] = PIPE_FORMAT_R32G32_FLOAT,373 [PIPE_FORMAT_R32G32_FLOAT] = D3DFMT_G32R32F,
469 case D3DFMT_G32R32F: return "D3DFMT_G32R32F"; in d3dformat_to_string()
650 D3DFMT_G32R32F = 115, enumerator