Searched refs:samplePitchP (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 440 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 D | VkDescriptorSetLayout.hpp | 108 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 D | Sampler.hpp | 41 int4 samplePitchP; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 1377 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices() 1404 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices()
|
Completed in 6 milliseconds