Searched refs:ADDRESSING_MIRRORONCE (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 106 ADDRESSING_MIRRORONCE, enumerator
|
/external/swiftshader/src/Device/ |
D | Sampler.hpp | 106 ADDRESSING_MIRRORONCE, enumerator
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1549 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/ |
D | SamplerCore.cpp | 1640 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/ |
D | Direct3DDevice8.cpp | 3552 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/ |
D | Direct3DDevice9.cpp | 4187 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()
|