Home
last modified time | relevance | path

Searched refs:samplePitchP (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp440 int samplePitchP = imageView->getMipLevelSize(aspect, level, ImageView::SAMPLING) / bytes; local
443 WriteTextureLevelInfo(texture, mipmapLevel, width, height, depth, pitchP, sliceP, samplePitchP, sampleMax);
524 void DescriptorSetLayout::WriteTextureLevelInfo(sw::Texture *texture, int level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax)
559 mipmap.samplePitchP = sw::int4(samplePitchP);
H A DVkDescriptorSetLayout.hpp108 static void WriteTextureLevelInfo(sw::Texture *texture, int level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax);
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp41 int4 samplePitchP; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1377 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices()
1404 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices()

Completed in 6 milliseconds