Home
last modified time | relevance | path

Searched refs:IsSampler (Results 1 – 15 of 15) 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.cpp374 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()
DTypes.h353 return IsSampler(getBasicType()) ? 1 : 0; in samplerRegisterCount()
DOutputASM.cpp2484 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()
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/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h309 GLboolean IsSampler(GLuint sampler);
Dentry_points.cpp1422 return gl::IsSampler(sampler); in glIsSampler()
DlibGLESv3.cpp3136 GLboolean IsSampler(GLuint sampler) in IsSampler() function
DlibGLESv2.cpp6499 FUNCTION(IsSampler), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1170 { "glIsSampler", _O(IsSampler) },
/external/mesa3d/src/mesa/main/
Dcontext.c1105 COPY_DISPATCH(IsSampler); in create_beginend_table()
/external/mesa3d/include/GL/
Dgl_mangle.h1202 #define glIsSampler MANGLE(IsSampler)