Home
last modified time | relevance | path

Searched refs:containsPhysicalStorageBufferOrArray (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp433 if (containsPhysicalStorageBufferOrArray(getDerefTypeId(resultId))) { in postProcessFeatures()
H A DSpvBuilder.h302 bool containsPhysicalStorageBufferOrArray(Id typeId) const;
H A DSpvBuilder.cpp1427 bool Builder::containsPhysicalStorageBufferOrArray(Id typeId) const in containsPhysicalStorageBufferOrArray() function in spv::Builder
1437 return containsPhysicalStorageBufferOrArray(getContainedTypeId(typeId)); in containsPhysicalStorageBufferOrArray()
1440 if (containsPhysicalStorageBufferOrArray(instr.getIdOperand(m))) in containsPhysicalStorageBufferOrArray()

Completed in 10 milliseconds