Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp284 …case D3DFMT_A32B32G32R32F: if(!Capabilities::Surface::RenderTarget::A32B32G32R32F) return NOTAVAIL… in CheckDeviceFormat()
345 …case D3DFMT_A32B32G32R32F: if(!Capabilities::Surface::A32B32G32R32F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
405 …case D3DFMT_A32B32G32R32F: if(!Capabilities::Volume::A32B32G32R32F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
451 …case D3DFMT_A32B32G32R32F: if(!Capabilities::CubeMap::RenderTarget::A32B32G32R32F) return NOTAVAIL… in CheckDeviceFormat()
512 …case D3DFMT_A32B32G32R32F: if(!Capabilities::CubeMap::A32B32G32R32F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
568 …case D3DFMT_A32B32G32R32F: if(!Capabilities::VolumeTexture::A32B32G32R32F) return NOTAVAILABLE(… in CheckDeviceFormat()
614 …case D3DFMT_A32B32G32R32F: if(!Capabilities::Texture::RenderTarget::A32B32G32R32F) return NOTAVAIL… in CheckDeviceFormat()
676 …case D3DFMT_A32B32G32R32F: if(!Capabilities::Texture::A32B32G32R32F) return NOTAVAILABLE(); els… in CheckDeviceFormat()
DDirect3DSurface9.cpp390 case D3DFMT_A32B32G32R32F: return sw::FORMAT_A32B32G32R32F; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c304 [D3DFMT_A32B32G32R32F] = PIPE_FORMAT_R32G32B32A32_FLOAT,
375 [PIPE_FORMAT_R32G32B32A32_FLOAT] = D3DFMT_A32B32G32R32F,
Dnine_pipe.h470 case D3DFMT_A32B32G32R32F: return "D3DFMT_A32B32G32R32F"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h651 D3DFMT_A32B32G32R32F = 116, enumerator