Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp283 …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()
DDirect3DSurface9.cpp389 case D3DFMT_G32R32F: return sw::FORMAT_G32R32F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c303 [D3DFMT_G32R32F] = PIPE_FORMAT_R32G32_FLOAT,
373 [PIPE_FORMAT_R32G32_FLOAT] = D3DFMT_G32R32F,
Dnine_pipe.h469 case D3DFMT_G32R32F: return "D3DFMT_G32R32F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h650 D3DFMT_G32R32F = 115, enumerator