Home
last modified time | relevance | path

Searched refs:ADDRESSING_MIRRORONCE (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp82 ADDRESSING_MIRRORONCE, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.hpp106 ADDRESSING_MIRRORONCE, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp417 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return ADDRESSING_MIRRORONCE; in convertAddressingMode()
H A DSamplerCore.cpp1307 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset()
1308 case AddressingMode::ADDRESSING_BORDER: // FIXME: Implement and test ADDRESSING_MIRROR, ADDRESSING_MIRRORONCE, ADDRESSING_BORDER in applyOffset()
2205 else if(addressingMode == ADDRESSING_MIRRORONCE) in address()
2349 case ADDRESSING_MIRRORONCE: in address()
2424 case ADDRESSING_MIRRORONCE: in address()
2425 // TODO: Implement ADDRESSING_MIRROR and ADDRESSING_MIRRORONCE. in address()
2444 case ADDRESSING_MIRRORONCE: in address()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1641 case AddressingMode::ADDRESSING_MIRRORONCE: in applyOffset()
1642 case AddressingMode::ADDRESSING_BORDER: // FIXME: Implement and test ADDRESSING_MIRROR, ADDRESSING_MIRRORONCE, ADDRESSING_BORDER in applyOffset()
2321 else if(addressingMode == ADDRESSING_MIRRORONCE) in address()
2398 case ADDRESSING_MIRRORONCE: in address()
2455 case ADDRESSING_MIRRORONCE: in address()
2457 // FIXME: Implement ADDRESSING_MIRROR, ADDRESSING_MIRRORONCE, and ADDRESSING_BORDER. in address()
2476 case ADDRESSING_MIRRORONCE: in address()

Completed in 10 milliseconds