Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h74 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
76 TSamplerDim dim : 8; argument
87 // TSampler is too large, so there is an index to a separate table. argument
88 …ic const unsigned structReturnIndexBits = 4; // number of index bits to use.
89 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values
90 …const unsigned noReturnStruct = structReturnSlots; // value if no return struct type.
93 unsigned int structReturnIndex : structReturnIndexBits;
96 unsigned int getVectorSize() const { return vectorSize; } in getVectorSize()
98 bool isImage() const { return image && dim != EsdSubpass; } in isImage()
99 bool isSubpass() const { return dim == EsdSubpass; } in isSubpass()
[all …]