Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp57 bool interleavedByLane = IsStorageInterleavedByLane(pointerTy.storageClass); in EmitLoad() local
63 if(interleavedByLane) { p = InterleaveByLane(p); } // TODO: Interleave once, then add offset? in EmitLoad()
102 bool interleavedByLane = IsStorageInterleavedByLane(pointerTy.storageClass); in Store() local
115 if(interleavedByLane) { p = InterleaveByLane(p); } in Store()
223 bool interleavedByLane = IsStorageInterleavedByLane(objectTy.storageClass); in EmitVariable() local
228 if(interleavedByLane) { p = InterleaveByLane(p); } in EmitVariable()