Searched refs:sampleMax (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 441 int sampleMax = imageView->getSampleCount() - 1; 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) 560 mipmap.sampleMax = sw::int4(sampleMax);
|
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 | 42 int4 sampleMax; member
|
/third_party/lz4/tests/ |
H A D | frametest.c | 1075 size_t const sampleMax = (FUZ_rand(&randState) & ((1<<nbBitsSeg)-1)) + 1; in fuzzerTests() local 1076 size_t iSize = MIN(sampleMax, (size_t)(iend-ip)); in fuzzerTests()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 1376 UInt4 sampleOffset = Min(As<UInt4>(sample), *Pointer<UInt4>(mipmap + OFFSET(Mipmap, sampleMax), 16)) * in computeIndices() 1403 indices += Min(As<UInt4>(sample), *Pointer<UInt4>(mipmap + OFFSET(Mipmap, sampleMax), 16)) * in computeIndices()
|
Completed in 9 milliseconds