Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A 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
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp119 bool isArrayed; member
/aosp_15_r20/external/swiftshader/src/Device/
H A DSampler.hpp193 bool isArrayed() const in isArrayed() function
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp529 bool isArrayed = imageType.definition.word(5) != 0; in GetImageDimensions() local
H A DSpirvShader.hpp1501 bool isArrayed; member
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp527 TextureType(const char* name, SpvDim_ dimensions, bool isDepth, bool isArrayed, in TextureType()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp1127 bool isArrayed = false; in getImageTypeParameters() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h128 bool isArrayed() const { return arrayed; } in isArrayed() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h128 bool isArrayed() const { return arrayed; } in isArrayed() function