Searched refs:ADDRESSING_MIRRORONCE (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Device/ |
D | Sampler.hpp | 83 ADDRESSING_MIRRORONCE, enumerator
|
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 106 ADDRESSING_MIRRORONCE, enumerator
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 388 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return ADDRESSING_MIRRORONCE; in convertAddressingMode()
|
D | SamplerCore.cpp | 1354 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset() 2238 else if(addressingMode == ADDRESSING_MIRRORONCE) in address() 2374 case ADDRESSING_MIRRORONCE: in address() 2449 case ADDRESSING_MIRRORONCE: in address() 2469 case ADDRESSING_MIRRORONCE: in address()
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1641 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset() 2321 else if(addressingMode == ADDRESSING_MIRRORONCE) in address() 2398 case ADDRESSING_MIRRORONCE: in address() 2455 case ADDRESSING_MIRRORONCE: in address() 2476 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 | 4185 renderer->setAddressingModeU(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState() 4207 renderer->setAddressingModeV(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState() 4229 renderer->setAddressingModeW(type, index, sw::ADDRESSING_MIRRORONCE); in SetSamplerState()
|