Home
last modified time | relevance | path

Searched refs:IsSampler (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h148 inline bool IsSampler(TBasicType type) in IsSampler() function
177 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()
DSymbolTable.cpp135 if(IsSampler(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers()) in containsSamplers()
DParseHelper.cpp366 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()
DTypes.h353 return IsSampler(getBasicType()) ? 1 : 0; in samplerRegisterCount()
DOutputASM.cpp2451 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()
DSymbolTable.h463 if (IsSampler(type.type)) in setDefaultPrecision()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h388 bool IsSampler; member
394 IsSampler(false), IsAtomic(false), IsLocalArgBlock(false), in BuiltinArgTypeMangleInfo()
465 Info.IsSampler = isArgSampler(Ndx); in getTypeMangleInfo()
DSPIRVUtil.cpp988 if (Info.IsSampler) in transTypeDesc()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1172 { "glIsSampler", _O(IsSampler) },
/external/mesa3d/src/mesa/main/
Dcontext.c1095 COPY_DISPATCH(IsSampler); in create_beginend_table()
/external/mesa3d/include/GL/
Dgl_mangle.h1202 #define glIsSampler MANGLE(IsSampler)