Home
last modified time | relevance | path

Searched refs:isTexture (Results 1 – 25 of 69) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp743 GLboolean isTexture; in init()
746 isTexture = glIsTexture(texture); in init()
747 checkBooleans (isTexture, GL_FALSE); in init()
750 isTexture = glIsTexture(texture); in init()
751 checkBooleans (isTexture, GL_FALSE); in init()
754 isTexture = glIsTexture(texture); in init()
755 checkBooleans (isTexture, GL_TRUE); in init()
759 isTexture = glIsTexture(texture); in init()
760 checkBooleans (isTexture, GL_FALSE); in init()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp143 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos() argument
145 if (!isTexture || (name == "GetDimensions")) in CoordinateArgPos()
216 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local
228 } else if (isTexture || isSubpass) { in AppendTypeName()
280 if (isSampler || isTexture) { in AppendTypeName()
281 if ((order == 'V' || isTexture) && !isBuffer) { in AppendTypeName()
891 const bool isTexture = IsTextureType(*argOrder); in initialize() local
898 const int coordArg = CoordinateArgPos(intrinsic.name, isTexture); in initialize()
918 if (isTexture && IsIllegalSample(intrinsic.name, argOrder, dim0)) in initialize()
944 int argDim0 = isTexture && arg > 0 ? std::min(dim0, 3) : dim0; in initialize()
[all …]
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp143 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos() argument
145 if (!isTexture || (name == "GetDimensions")) in CoordinateArgPos()
216 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local
228 } else if (isTexture || isSubpass) { in AppendTypeName()
280 if (isSampler || isTexture) { in AppendTypeName()
281 if ((order == 'V' || isTexture) && !isBuffer) { in AppendTypeName()
891 const bool isTexture = IsTextureType(*argOrder); in initialize() local
898 const int coordArg = CoordinateArgPos(intrinsic.name, isTexture); in initialize()
918 if (isTexture && IsIllegalSample(intrinsic.name, argOrder, dim0)) in initialize()
944 int argDim0 = isTexture && arg > 0 ? std::min(dim0, 3) : dim0; in initialize()
[all …]
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1191 GLboolean isTexture; in init()
1194 isTexture = glIsTexture(texture); in init()
1195 checkBooleans (isTexture, GL_FALSE); in init()
1198 isTexture = glIsTexture(texture); in init()
1199 checkBooleans (isTexture, GL_FALSE); in init()
1202 isTexture = glIsTexture(texture); in init()
1203 checkBooleans (isTexture, GL_TRUE); in init()
1207 isTexture = glIsTexture(texture); in init()
1208 checkBooleans (isTexture, GL_FALSE); in init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h34 bool isTexture(const Value &);
DNVPTXUtilities.cpp133 bool isTexture(const Value &val) { in isTexture() function
DNVPTXGenericToNVVM.cpp81 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h34 bool isTexture(const Value &);
DNVPTXGenericToNVVM.cpp81 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
DNVPTXUtilities.cpp133 bool isTexture(const Value &val) { in isTexture() function
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h38 bool isTexture(const llvm::Value &);
DNVPTXGenericToNVVM.cpp86 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
DNVPTXUtilities.cpp130 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl181 dst->isTexture = src.isTexture;
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Diomapper.h193 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.h160 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h129 bool isTexture() const { return !sampler && !image; } in isTexture() function
1735 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h123 GLboolean isTexture(TextureID texturePacked) const; \
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h133 bool isTexture() const { return !sampler && !image; } in isTexture() function
1850 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp116 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture); in GrGLTestInterface()

123