Searched refs:IsSampler (Results 1 – 15 of 15) sorted by relevance
148 inline bool IsSampler(TBasicType type) in IsSampler() function177 assert(!IsSampler(type)); in IsIntegerSampler()207 assert(!IsSampler(type)); in IsSampler2D()237 assert(!IsSampler(type)); in IsSamplerCube()267 assert(!IsSampler(type)); in IsSampler3D()297 assert(!IsSampler(type)); in IsSamplerArray()327 assert(!IsSampler(type)); in IsShadowSampler()340 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsSampler(type); in SupportsPrecision()
135 if(IsSampler(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers()) in containsSamplers()
374 if(IsSampler(node->getBasicType())) in lValueErrorCheck()587 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) { in constructorErrorCheck()651 } else if (IsSampler(pType.type)) { in samplerErrorCheck()778 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()788 if (IsSampler(type.getBasicType())) in containsSampler()2371 if(IsSampler(fieldType->getBasicType())) { in addInterfaceBlock()
353 return IsSampler(getBasicType()) ? 1 : 0; in samplerRegisterCount()
2484 if(!IsSampler(arg->getBasicType())) in source()3272 ASSERT(!IsSampler(type.getBasicType())); in uniformRegister()3365 ASSERT(IsSampler(type.getBasicType()) || type.isStruct()); // Structures can contain samplers in samplerRegister()3434 ASSERT(IsSampler(type.getBasicType()) || type.isStruct()); // Structures can contain samplers in samplerRegister()3454 return operand && IsSampler(operand->getBasicType()) && samplerRegister(operand) >= 0; in isSamplerRegister()3640 bool isSampler = IsSampler(type.getBasicType()); in declareUniform()
463 if (IsSampler(type.type)) in setDefaultPrecision()
388 bool IsSampler; member394 IsSampler(false), IsAtomic(false), IsLocalArgBlock(false), in BuiltinArgTypeMangleInfo()465 Info.IsSampler = isArgSampler(Ndx); in getTypeMangleInfo()
988 if (Info.IsSampler) in transTypeDesc()
309 GLboolean IsSampler(GLuint sampler);
1422 return gl::IsSampler(sampler); in glIsSampler()
3136 GLboolean IsSampler(GLuint sampler) in IsSampler() function
6499 FUNCTION(IsSampler), in es2GetProcAddress()
1170 { "glIsSampler", _O(IsSampler) },
1105 COPY_DISPATCH(IsSampler); in create_beginend_table()
1202 #define glIsSampler MANGLE(IsSampler)