HomeSort by relevance Sort by last modified time
    Searched refs:isSubpass (Results 1 - 6 of 6) sorted by null

  /external/deqp-deps/glslang/hlsl/
hlslParseables.cpp 235 const bool isSubpass = IsSubpassInput(argOrder[0]);
241 } else if (isTexture || isSubpass) {
268 isSubpass ? "SubpassInput" :
272 isSubpass ? "SubpassInput" :
276 isSubpass ? "SubpassInput" :
282 if (isSubpass && isMS)
302 isSubpass ? "subpassInput" :
    [all...]
hlslParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h 99 bool isSubpass() const { return dim == EsdSubpass; }
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
iomapper.cpp 552 (type.getSampler().isTexture() || type.getSampler().isSubpass()));
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 406 milliseconds