Searched refs:IsSampler (Results 1 – 11 of 11) 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()
366 if(IsSampler(node->getBasicType())) in lValueErrorCheck()579 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) { in constructorErrorCheck()643 } else if (IsSampler(pType.type)) { in samplerErrorCheck()770 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()780 if (IsSampler(type.getBasicType())) in containsSampler()2363 if(IsSampler(fieldType->getBasicType())) { in addInterfaceBlock()
353 return IsSampler(getBasicType()) ? 1 : 0; in samplerRegisterCount()
2451 if(!IsSampler(arg->getBasicType())) in source()3226 ASSERT(!IsSampler(type.getBasicType())); in uniformRegister()3319 ASSERT(IsSampler(type.getBasicType()) || type.isStruct()); // Structures can contain samplers in samplerRegister()3388 ASSERT(IsSampler(type.getBasicType()) || type.isStruct()); // Structures can contain samplers in samplerRegister()3408 return operand && IsSampler(operand->getBasicType()) && samplerRegister(operand) >= 0; in isSamplerRegister()3594 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()
1172 { "glIsSampler", _O(IsSampler) },
1095 COPY_DISPATCH(IsSampler); in create_beginend_table()
1202 #define glIsSampler MANGLE(IsSampler)