Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp423 int samplePitchP = imageView->getMipLevelSize(aspect, level, ImageView::SAMPLING) / bytes; in WriteDescriptorSet() local
426 …WriteTextureLevelInfo(texture, mipmapLevel, width, height, depth, pitchP, sliceP, samplePitchP, sa… in WriteDescriptorSet()
501 …t level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax) in WriteTextureLevelInfo() argument
536 mipmap.samplePitchP = sw::int4(samplePitchP); in WriteTextureLevelInfo()
DVkDescriptorSetLayout.hpp111 … level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax);
/external/swiftshader/src/Device/
DSampler.hpp41 int4 samplePitchP; member
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1453 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices()
1480 *Pointer<UInt4>(mipmap + OFFSET(Mipmap, samplePitchP), 16); in computeIndices()