Searched refs:gathered (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 2737 llvm::Value* gathered; 2739 gathered = b->CreateMaskedGather( 2744 gathered = b->CreateAlignedLoad(vt, ptr, llvm::MaybeAlign{1}); 2746 vals[i] = b->CreateZExt(gathered, I32);
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 2956 const Vec4 gathered = fetchGatherArray2DOffsets(src, sampler, s, t, depth, 0 /* component 0: depth */, offsets); in gatherArray2DOffsetsCompare() local 2960 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint); in gatherArray2DOffsetsCompare() 3951 const Vec4 gathered = gather(noCompareSampler, s, t, r, 0 /* component 0: depth */); 3955 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);
|
Completed in 14 milliseconds