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

  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictVertexShaderTiming.cpp 11 if (IsSampler(node->getBasicType())) {
  /external/chromium_org/third_party/angle/src/compiler/translator/
BaseTypes.h 46 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
64 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
107 inline bool IsSampler(TBasicType type)
136 assert(!IsSampler(type));
166 assert(!IsSampler(type));
196 assert(!IsSampler(type));
226 assert(!IsSampler(type));
256 assert(!IsSampler(type));
286 assert(!IsSampler(type));
294 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsSampler(type)
    [all...]
ForLoopUnroll.cpp 23 if (IsSampler(symbol->getBasicType()) && symbol->isArray() && !mLoopStack.empty())
OutputHLSL.cpp 74 if (IsSampler(type.getBasicType()))
574 if (mOutputType == SH_HLSL11_OUTPUT && IsSampler(type.getBasicType())) // Also declare the texture
    [all...]
ParseContext.cpp 336 if (IsSampler(node->getBasicType())) {
554 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
618 } else if (IsSampler(pType.type)) {
665 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) {
675 if (IsSampler(type.getBasicType()))
    [all...]
Intermediate.cpp 426 IsSampler(node->getBasicType()))
    [all...]
  /external/chromium_org/third_party/angle/src/common/
utilities.h 31 bool IsSampler(GLenum type);
utilities.cpp 304 bool IsSampler(GLenum type)
  /external/chromium_org/third_party/angle/src/libGLESv2/
Uniform.cpp 77 bool LinkedUniform::isSampler() const
79 return IsSampler(type);
ProgramBinary.cpp 706 if (targetUniform->type == GL_INT || IsSampler(targetUniform->type))
889 if (IsSampler(targetUniform->type))
    [all...]
validationES.cpp 1005 bool samplerUniformCheck = (IsSampler(uniform->type) && uniformType == GL_INT);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraph.cpp 60 if (IsSampler(intermSymbol->getBasicType()))
  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 66 bool IsSampler() const {
program_manager.cc 880 size_t num_texture_units = info.IsSampler() ? static_cast<size_t>(size) : 0u;
909 if (info.IsSampler()) {
951 if (info.IsSampler() && count > 0) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h     [all...]
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c     [all...]
glapi_x86-64.S     [all...]
glapi_mapi_tmp.h     [all...]

Completed in 661 milliseconds