/third_party/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 154 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
|
D | hlslParseHelper.cpp | 3300 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/ |
D | vktSubgroupsTestsUtils.hpp | 114 bool isImage () const in isImage() function
|
D | vktSubgroupsTestsUtils.cpp | 632 bool isImage() const in isImage() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Uniform.h | 66 bool isImage() const { return typeInfo->isImageType; } in isImage() function
|
D | ProgramLinkedResources.h | 216 bool isImage; member
|
D | ProgramLinkedResources.cpp | 423 bool isImage = IsImageType(variable.type); in visitNamedVariable() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 114 bool isImage () const in isImage() function
|
D | vktSubgroupsTestsUtils.cpp | 632 bool isImage() const in isImage() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 801 void MakeValidSize(bool isImage, in MakeValidSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 212 bool isImage(const Value &val) { in isImage() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.h | 362 bool isImage() const { return IsImage(type); } in isImage() function
|
D | OutputSPIRV.cpp | 3174 const bool isImage = IsImage(operandBasicType); in createAtomicBuiltIn() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 394 bool isImage; member
|
D | glcSubgroupsTestsUtils.cpp | 360 bool isImage() const in isImage() function
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 115 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
|
D | intermediate.h | 1423 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } in isImage() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2134 void MakeValidSize(bool isImage, in MakeValidSize()
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 726 unsigned isImage : 1; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 334 bool D3DUniform::isImage() const in isImage() function in rx::D3DUniform
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 2912 bool isImage, in getBufferViewAndRecordUse()
|