Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1232 …PIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getAPIName() argument
1241 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getAPIName()
1245 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getAPIName()
1252 if (pathComp == accessPath.begin() || (pathComp+1) == accessPath.end()) in getAPIName()
1264 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() argument
1282 …r (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPath.… in getShaderName()
1286 const VarType curType = glu::getVarType(var.getType(), accessPath.begin(), pathComp); in getShaderName()
1300 …t computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPath) in computeOffset() argument
1302 …onst int topLevelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent… in computeOffset()
1303 …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 …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp12171 const char** accessPath; in createFloat16CompositeInsertExtractSet() member
12192 const char** accessPath = typeTestParameters[typeTestNdx].accessPath; in createFloat16CompositeInsertExtractSet() local
12204 …inputFP16.push_back((accessPath[structItemNdx] == DE_NULL) ? exceptionValue : tcu::Float16(float(s… in createFloat16CompositeInsertExtractSet()
12214 if (accessPath[caseNdx] != DE_NULL) in createFloat16CompositeInsertExtractSet()
12219 specCase["access_path"] = accessPath[caseNdx]; in createFloat16CompositeInsertExtractSet()