Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.cpp210 mipmap.onePitchP[0] = 1; in setTextureLevel()
211 mipmap.onePitchP[1] = pitchP; in setTextureLevel()
212 mipmap.onePitchP[2] = 1; in setTextureLevel()
213 mipmap.onePitchP[3] = pitchP; in setTextureLevel()
245 texture.mipmap[1].onePitchP[0] = 1; in setTextureLevel()
246 texture.mipmap[1].onePitchP[1] = CStride; in setTextureLevel()
247 texture.mipmap[1].onePitchP[2] = 1; in setTextureLevel()
248 texture.mipmap[1].onePitchP[3] = CStride; in setTextureLevel()
H A DSampler.hpp38 short onePitchP[4]; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp336 mipmap.onePitchP[0] = mipmap.onePitchP[2] = 1;
337 mipmap.onePitchP[1] = mipmap.onePitchP[3] = 0;
552 mipmap.onePitchP[0] = 1;
553 mipmap.onePitchP[1] = static_cast<short>(pitchP);
554 mipmap.onePitchP[2] = 1;
555 mipmap.onePitchP[3] = static_cast<short>(pitchP);
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp38 short4 onePitchP; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1342 Int2 i01 = MulAdd(uv0uv1, *Pointer<Short4>(mipmap + OFFSET(Mipmap, onePitchP))); in computeIndices()
1343 Int2 i23 = MulAdd(uv2uv3, *Pointer<Short4>(mipmap + OFFSET(Mipmap, onePitchP))); in computeIndices()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1678 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1679 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()

Completed in 11 milliseconds