Home
last modified time | relevance | path

Searched defs:isSampler (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.h73 bool isSampler; member
95 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
H A DResourceManager.cpp328 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
H A DUniform.h99 bool isSampler() const { return getUniformTypeInfo().isSampler; } in isSampler() function
H A DProgramLinkedResources.cpp417 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
H A DContext.cpp1444 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
/aosp_15_r20/external/angle/src/common/
H A Dutilities.h171 bool isSampler; member
188 bool isSampler, in UniformTypeInfo()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_surface_state_manager.cpp70 CmSurfaceState* CmSurfaceState2Dor3DMgr::GetSurfaceState(int isAvs, int isSampler, CM_HAL_SURFACE2D… in GetSurfaceState()
H A Dcm_surface_state.cpp142 CM_RETURN_CODE CmSurfaceState2Dor3D::Initialize(MOS_RESOURCE *resource, bool isAvs, bool isSampler) in Initialize()
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp196 bool isSampler(void) const in isSampler() function in rsg::VariableType
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h84 bool isSampler; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp155 bool isSampler(const Value &val) { in isSampler() function
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.h504 bool isSampler() const { in isSampler() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp166 bool isSampler(const Value &val) { in isSampler() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp178 const bool isSampler = node->getType().isSampler(); in RewriteModifiedStructFieldSelectionExpression() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.h359 bool isSampler() const { return IsSampler(type); } in isSampler() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp287 static std::string getShaderSamplerOrImageType(const tcu::TextureFormat &format, bool isSampler) in getShaderSamplerOrImageType()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp249 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl432 glIsSamplerFunc isSampler; variable
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp267 bool isSampler) in getShaderSamplerOrImageType()