HomeSort by relevance Sort by last modified time
    Searched defs:isArrayed (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.hpp 118 bool isArrayed;
  /external/skia/src/sksl/ir/
SkSLType.h 196 Type(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled,
204 , fIsArrayed(isArrayed)
361 bool isArrayed() const {
  /external/skqp/src/sksl/ir/
SkSLType.h 180 Type(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled,
188 , fIsArrayed(isArrayed)
329 bool isArrayed() const {
  /external/deqp-deps/glslang/hlsl/
hlslParseables.cpp 73 bool IsArrayed(const char argOrder) { return argOrder == '@' || argOrder == '&' || argOrder == '#'; }
92 const bool isArrayed = IsArrayed(*argOrder);
97 if (dim0 == 3 && (isArrayed || name == "SampleCmp" || name == "SampleCmpLevelZero"))
230 const bool isArrayed = IsArrayed(argOrder[0]);
357 if (isArrayed)
    [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h 104 bool isArrayed() const { return arrayed; }
    [all...]

Completed in 207 milliseconds