Home
last modified time | relevance | path

Searched defs:isImage (Results 1 – 21 of 21) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord()
221 const bool isImage = IsImage(argOrder[0]); in AppendTypeName() local
895 const bool isImage = IsImage(*argOrder); in initialize() local
DhlslParseHelper.cpp3300 TOperator HlslParseContext::mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage) in mapAtomicOp()
4173 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local
4375 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local
5072 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local
5115 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsTestsUtils.hpp114 bool isImage () const in isImage() function
DvktSubgroupsTestsUtils.cpp632 bool isImage() const in isImage() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h66 bool isImage() const { return typeInfo->isImageType; } in isImage() function
DProgramLinkedResources.h216 bool isImage; member
DProgramLinkedResources.cpp423 bool isImage = IsImageType(variable.type); in visitNamedVariable() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.hpp114 bool isImage () const in isImage() function
DvktSubgroupsTestsUtils.cpp632 bool isImage() const in isImage() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp801 void MakeValidSize(bool isImage, in MakeValidSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp212 bool isImage(const Value &val) { in isImage() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h362 bool isImage() const { return IsImage(type); } in isImage() function
DOutputSPIRV.cpp3174 const bool isImage = IsImage(operandBasicType); in createAtomicBuiltIn() local
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp394 bool isImage; member
DglcSubgroupsTestsUtils.cpp360 bool isImage() const in isImage() function
/third_party/glslang/glslang/Include/
DTypes.h115 bool isImage() const { return image && !isSubpass() && !isAttachmentEXT();} in isImage() function
1526 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage() function
1860 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage() function
Dintermediate.h1423 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } in isImage() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2134 void MakeValidSize(bool isImage, in MakeValidSize()
/third_party/glslang/SPIRV/
DSpvBuilder.h726 unsigned isImage : 1; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp334 bool D3DUniform::isImage() const in isImage() function in rx::D3DUniform
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2912 bool isImage, in getBufferViewAndRecordUse()