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

  /external/swiftshader/src/OpenGL/compiler/
BaseTypes.h 62 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
79 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
146 inline bool IsSampler(TBasicType type)
174 assert(!IsSampler(type));
203 assert(!IsSampler(type));
232 assert(!IsSampler(type));
261 assert(!IsSampler(type));
290 assert(!IsSampler(type));
319 assert(!IsSampler(type));
332 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsSampler(type)
    [all...]
SymbolTable.cpp 140 if(IsSampler(fieldType->getBasicType()) || fieldType->isStructureContainingSamplers())
SymbolTable.h 478 if (IsSampler(type.type))
OutputASM.cpp     [all...]
ParseHelper.cpp 414 if(IsSampler(node->getBasicType()))
627 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
691 } else if (IsSampler(pType.type)) {
818 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) {
828 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...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 346 GLboolean IsSampler(GLuint sampler) override;
    [all...]
mojo_gles2_impl_autogen.cc 708 GLboolean MojoGLES2Impl::IsSampler(GLuint sampler) {
709 NOTREACHED() << "Unimplemented IsSampler.";
    [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 916 milliseconds