Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h1864 … virtual bool isBindlessTexture() const { return isTexture() && qualifier.layoutBindlessSampler; } in isBindlessTexture() function
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp2047 if (type.isBindlessImage() || type.isBindlessTexture()) { in getBaseAlignmentScalar()