Home
last modified time | relevance | path

Searched refs:ADDRESSING_MIRRORONCE (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.hpp106 ADDRESSING_MIRRORONCE, enumerator
/external/swiftshader/src/Device/
DSampler.hpp106 ADDRESSING_MIRRORONCE, enumerator
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1549 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset()
2178 else if(addressingMode == ADDRESSING_MIRRORONCE) in address()
2257 case ADDRESSING_MIRRORONCE: in address()
2314 case ADDRESSING_MIRRORONCE: in address()
2335 case ADDRESSING_MIRRORONCE: in address()
/external/swiftshader/src/Shader/
DSamplerCore.cpp1640 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset()
2320 else if(addressingMode == ADDRESSING_MIRRORONCE) in address()
2399 case ADDRESSING_MIRRORONCE: in address()
2456 case ADDRESSING_MIRRORONCE: in address()
2477 case ADDRESSING_MIRRORONCE: in address()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp3552 renderer->setAddressingModeU(sw::SAMPLER_PIXEL, stage, sw::ADDRESSING_MIRRORONCE); in SetTextureStageState()
3574 renderer->setAddressingModeV(sw::SAMPLER_PIXEL, stage, sw::ADDRESSING_MIRRORONCE); in SetTextureStageState()
3715 renderer->setAddressingModeW(sw::SAMPLER_PIXEL, stage, sw::ADDRESSING_MIRRORONCE); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp4187 renderer->setAddressingModeU(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState()
4209 renderer->setAddressingModeV(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState()
4231 renderer->setAddressingModeW(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState()