Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h79 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
81 TSamplerDim dim : 8; argument
91 // TSampler is too large, so there is an index to a separate table. argument
92 …ic const unsigned structReturnIndexBits = 4; // number of index bits to use.
93 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values
94 …const unsigned noReturnStruct = structReturnSlots; // value if no return struct type.
96 unsigned int structReturnIndex : structReturnIndexBits;
98 bool external : 1; // GL_OES_EGL_image_external
99 bool yuv : 1; // GL_EXT_YUV_target
102 unsigned int getVectorSize() const { return vectorSize; } in getVectorSize()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h79 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with s… struct
81 TSamplerDim dim : 8; argument
91 // TSampler is too large, so there is an index to a separate table. argument
92 …ic const unsigned structReturnIndexBits = 4; // number of index bits to use.
93 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values
94 …const unsigned noReturnStruct = structReturnSlots; // value if no return struct type.
96 unsigned int structReturnIndex : structReturnIndexBits;
98 bool external : 1; // GL_OES_EGL_image_external
99 bool yuv : 1; // GL_EXT_YUV_target
102 unsigned int getVectorSize() const { return vectorSize; } in getVectorSize()
[all …]