Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp156 auto scalarSlot = d.Location << 2 | d.Component; in EmitVariable() local
157 dst[offset++] = routine->inputs[scalarSlot]; in EmitVariable()
DSpirvShader.cpp890 auto scalarSlot = (d.Location << 2) | d.Component; in ProcessInterfaceVariable() local
891 ASSERT(scalarSlot >= 0 && in ProcessInterfaceVariable()
892 scalarSlot < static_cast<int32_t>(userDefinedInterface.size())); in ProcessInterfaceVariable()
894 auto &slot = userDefinedInterface[scalarSlot]; in ProcessInterfaceVariable()
2488 auto scalarSlot = d.Location << 2 | d.Component; in emitEpilog() local
2489 routine->outputs[scalarSlot] = dst[offset++]; in emitEpilog()