Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1070 …PIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getAPIName() argument
1079 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getAPIName()
1083 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()
1090 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()
1102 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() argument
1120 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getShaderName()
1124 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()
1138 …t computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() argument
1140 …onst int topLevelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent… in computeOffset()
1141 …nst int bottomLevelNdx = (!accessPath.empty() && accessPath.back().type == glu::VarTypeComponent::… in computeOffset()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1043 …PIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getAPIName() argument
1052 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getAPIName()
1056 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()
1063 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()
1075 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() argument
1093 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getShaderName()
1097 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()
1111 …t computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() argument
1113 …onst int topLevelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent… in computeOffset()
1114 …nst int bottomLevelNdx = (!accessPath.empty() && accessPath.back().type == glu::VarTypeComponent::… in computeOffset()
[all …]