Home
last modified time | relevance | path

Searched refs:sampleMax (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp441 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 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.hpp42 int4 sampleMax; member
/third_party/lz4/tests/
H A Dframetest.c1075 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 DSamplerCore.cpp1376 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