Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSampler.hpp83 ADDRESSING_MIRRORONCE, enumerator
/external/swiftshader/src/Renderer/
DSampler.hpp106 ADDRESSING_MIRRORONCE, enumerator
/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp388 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return ADDRESSING_MIRRORONCE; in convertAddressingMode()
DSamplerCore.cpp1354 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/
DSamplerCore.cpp1641 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/
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.cpp4185 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()