Searched defs:TSampler (Results 1 – 2 of 2) sorted by relevance
79 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct81 TSamplerDim dim : 8; argument105 // TSampler is too large, so there is an index to a separate table. argument106 …ic const unsigned structReturnIndexBits = 4; // number of index bits to use.107 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values108 …const unsigned noReturnStruct = structReturnSlots; // value if no return struct type.110 unsigned int structReturnIndex : structReturnIndexBits;112 bool external : 1; // GL_OES_EGL_image_external113 bool yuv : 1; // GL_EXT_YUV_target116 unsigned int getVectorSize() const { return vectorSize; } in getVectorSize()[all …]