Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h78 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
80 TSamplerDim dim : 8; argument
103 // TSampler is too large, so there is an index to a separate table. argument
104 …ic const unsigned structReturnIndexBits = 4; // number of index bits to use.
105 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values
106 …const unsigned noReturnStruct = structReturnSlots; // value if no return struct type.
108 unsigned int structReturnIndex : structReturnIndexBits;
110 bool external : 1; // GL_OES_EGL_image_external
111 bool yuv : 1; // GL_EXT_YUV_target
114 unsigned int getVectorSize() const { return vectorSize; } in getVectorSize()
[all …]