Searched refs:sampleMax (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 424 int sampleMax = imageView->getSampleCount() - 1; in WriteDescriptorSet() local 426 …tureLevelInfo(texture, mipmapLevel, width, height, depth, pitchP, sliceP, samplePitchP, sampleMax); in WriteDescriptorSet() 501 …t level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax) in WriteTextureLevelInfo() argument 537 mipmap.sampleMax = sw::int4(sampleMax); in WriteTextureLevelInfo()
|
D | VkDescriptorSetLayout.hpp | 111 … level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax);
|
/external/swiftshader/src/Device/ |
D | Sampler.hpp | 42 int4 sampleMax; member
|
/external/lz4/tests/ |
D | frametest.c | 989 size_t const sampleMax = (FUZ_rand(&randState) & ((1<<nbBitsSeg)-1)) + 1; in fuzzerTests() local 990 size_t const iSize = MIN(sampleMax, (size_t)(iend-ip)); in fuzzerTests()
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1452 …UInt4 sampleOffset = Min(As<UInt4>(sample), *Pointer<UInt4>(mipmap + OFFSET(Mipmap, sampleMax), 16… in computeIndices() 1479 indices += Min(As<UInt4>(sample), *Pointer<UInt4>(mipmap + OFFSET(Mipmap, sampleMax), 16)) * in computeIndices()
|