Home
last modified time | relevance | path

Searched refs:wHalf (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.cpp190 mipmap.wHalf[0] = halfTexelW; in setTextureLevel()
191 mipmap.wHalf[1] = halfTexelW; in setTextureLevel()
192 mipmap.wHalf[2] = halfTexelW; in setTextureLevel()
193 mipmap.wHalf[3] = halfTexelW; in setTextureLevel()
H A DSampler.hpp34 short wHalf[4]; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp34 short4 wHalf; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp546 mipmap.wHalf = sw::short4(halfTexelW);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp686 s[i][j][k] = offsetSample(wwww, mipmap, OFFSET(Mipmap, wHalf), state.addressingModeW == ADDRESSING_WRAP, k * 2 - 1, lod); in sample3D()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp973 s[i][j][k] = offsetSample(wwww, mipmap, OFFSET(Mipmap,wHalf), state.addressingModeW == ADDRESSING_WRAP, k * 2 - 1, lod); in sample3D()

Completed in 14 milliseconds