HomeSort by relevance Sort by last modified time
    Searched refs:IsSampler (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
BaseTypes.h 62 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
80 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
148 inline bool IsSampler(TBasicType type)
177 assert(!IsSampler(type));
207 assert(!IsSampler(type));
237 assert(!IsSampler(type));
267 assert(!IsSampler(type));
297 assert(!IsSampler(type));
327 assert(!IsSampler(type));
340 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsSampler(type)
    [all...]
SymbolTable.cpp 135 if(IsSampler(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers())
Types.h 353 return IsSampler(getBasicType()) ? 1 : 0;
SymbolTable.h 463 if (IsSampler(type.type))
OutputASM.cpp     [all...]
ParseHelper.cpp 366 if(IsSampler(node->getBasicType()))
579 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
643 } else if (IsSampler(pType.type)) {
770 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) {
780 if (IsSampler(type.getBasicType()))
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 388 bool IsSampler;
394 IsSampler(false), IsAtomic(false), IsLocalArgBlock(false),
465 Info.IsSampler = isArgSampler(Ndx);
    [all...]
SPIRVUtil.cpp 988 if (Info.IsSampler)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/mesa3d/src/mesa/main/
context.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]

Completed in 4807 milliseconds