Home
last modified time | relevance | path

Searched refs:containsPhysicalStorageBufferOrArray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp434 if (containsPhysicalStorageBufferOrArray(getDerefTypeId(resultId))) { in postProcessFeatures()
DSpvBuilder.h311 bool containsPhysicalStorageBufferOrArray(Id typeId) const;
DSpvBuilder.cpp1394 bool Builder::containsPhysicalStorageBufferOrArray(Id typeId) const in containsPhysicalStorageBufferOrArray() function in spv::Builder
1404 return containsPhysicalStorageBufferOrArray(getContainedTypeId(typeId)); in containsPhysicalStorageBufferOrArray()
1407 if (containsPhysicalStorageBufferOrArray(instr.getIdOperand(m))) in containsPhysicalStorageBufferOrArray()
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvPostProcess.cpp436 if (containsPhysicalStorageBufferOrArray(getDerefTypeId(resultId))) { in postProcessFeatures()
H A DSpvBuilder.h319 bool containsPhysicalStorageBufferOrArray(Id typeId) const;
H A DSpvBuilder.cpp1495 bool Builder::containsPhysicalStorageBufferOrArray(Id typeId) const in containsPhysicalStorageBufferOrArray() function in spv::Builder
1505 return containsPhysicalStorageBufferOrArray(getContainedTypeId(typeId)); in containsPhysicalStorageBufferOrArray()
1508 if (containsPhysicalStorageBufferOrArray(instr.getIdOperand(m))) in containsPhysicalStorageBufferOrArray()