Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp280 …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()
DDirect3DSurface9.cpp386 case D3DFMT_G16R16F: return sw::FORMAT_G16R16F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c300 [D3DFMT_G16R16F] = PIPE_FORMAT_R16G16_FLOAT,
372 [PIPE_FORMAT_R16G16_FLOAT] = D3DFMT_G16R16F,
Dnine_pipe.h466 case D3DFMT_G16R16F: return "D3DFMT_G16R16F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h647 D3DFMT_G16R16F = 112, enumerator