Home
last modified time | relevance | path

Searched defs:isArrayed (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp80 const bool isArrayed = IsArrayed(*argOrder); in IsIllegalSample() local
217 const bool isArrayed = IsArrayed(argOrder[0]); in AppendTypeName() local
892 const bool isArrayed = IsArrayed(*argOrder); in initialize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifier.hpp119 bool isArrayed; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.hpp119 bool isArrayed; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp480 bool isArrayed = imageType.definition.word(5) != 0; in GetImageDimensions() local
601 bool isArrayed = instruction.arrayed; in GetTexelAddress() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp194 bool isArrayed() const in isArrayed() function
/third_party/skia/src/sksl/ir/
DSkSLType.cpp251 TextureType(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, in TextureType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp943 bool isArrayed = false; in getImageTypeParameters() local
/third_party/glslang/glslang/Include/
DTypes.h128 bool isArrayed() const { return arrayed; } in isArrayed() function