Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp115 object.sizeInComponents = ComputeTypeSize(insn);
157 object.sizeInComponents = type.sizeInComponents;
180 object.sizeInComponents = getType(typeId).sizeInComponents;
223 builtinInterface[member.BuiltIn] = {resultId, offset, memberType.sizeInComponents}; in ProcessInterfaceVariable()
226 offset += memberType.sizeInComponents; in ProcessInterfaceVariable()
235 builtinInterface[d->second.BuiltIn] = {resultId, 0, object.sizeInComponents}; in ProcessInterfaceVariable()
305 return getType(insn.word(2)).sizeInComponents * insn.word(3); in ComputeTypeSize()
311 return getType(insn.word(2)).sizeInComponents * arraySize; in ComputeTypeSize()
319 size += getType(insn.word(i)).sizeInComponents; in ComputeTypeSize()
327 return getType(insn.word(3)).sizeInComponents; in ComputeTypeSize()
DSpirvShader.hpp106 uint32_t sizeInComponents = 0; member in sw::SpirvShader::Object