Searched refs:wHalf (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.cpp | 190 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 D | Sampler.hpp | 34 short wHalf[4]; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Sampler.hpp | 34 short4 wHalf; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 546 mipmap.wHalf = sw::short4(halfTexelW);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 686 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 D | SamplerCore.cpp | 973 s[i][j][k] = offsetSample(wwww, mipmap, OFFSET(Mipmap,wHalf), state.addressingModeW == ADDRESSING_WRAP, k * 2 - 1, lod); in sample3D()
|
Completed in 14 milliseconds