Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp282 …case D3DFMT_R32F: if(!Capabilities::Surface::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
343 …case D3DFMT_R32F: if(!Capabilities::Surface::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
403 …case D3DFMT_R32F: if(!Capabilities::Volume::R32F) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
449 …case D3DFMT_R32F: if(!Capabilities::CubeMap::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
510 …case D3DFMT_R32F: if(!Capabilities::CubeMap::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
566 …case D3DFMT_R32F: if(!Capabilities::VolumeTexture::R32F) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
612 …case D3DFMT_R32F: if(!Capabilities::Texture::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
674 …case D3DFMT_R32F: if(!Capabilities::Texture::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp389 case D3DFMT_R32F: return sw::FORMAT_R32F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c302 [D3DFMT_R32F] = PIPE_FORMAT_R32_FLOAT,
371 [PIPE_FORMAT_R32_FLOAT] = D3DFMT_R32F,
Dnine_pipe.h468 case D3DFMT_R32F: return "D3DFMT_R32F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h649 D3DFMT_R32F = 114, enumerator