/external/angle/third_party/vulkan-deps/glslang/src/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 | 3207 TOperator HlslParseContext::mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage) in mapAtomicOp() 4080 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local 4282 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local 4979 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local 5022 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local
|
/external/deqp-deps/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 | 3207 TOperator HlslParseContext::mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage) in mapAtomicOp() 4080 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local 4282 const bool isImage = sampler.isImage(); in decomposeSampleMethods() local 4979 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local 5022 const bool isImage = isImageParam(arg0); in decomposeIntrinsic() local
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 86 bool isImage; member
|
D | vktSubgroupsTestsUtils.cpp | 597 bool isImage() const in isImage() function
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.h | 215 bool isImage; member
|
D | Uniform.h | 66 bool isImage() const { return typeInfo->isImageType; } in isImage() function
|
D | ProgramLinkedResources.cpp | 423 bool isImage = IsImageType(variable.type); in visitNamedVariable() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 785 void MakeValidSize(bool isImage, in MakeValidSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 212 bool isImage(const Value &val) { in isImage() function
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 212 bool isImage(const Value &val) { in isImage() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 224 bool llvm::isImage(const llvm::Value &val) { in isImage() function in llvm
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 91 bool isImage() const { return false; } in isImage() function 122 bool isImage() const { return image && !isSubpass(); } in isImage() function 1436 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage() function 1733 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage() function
|
D | intermediate.h | 1365 bool isImage() const { return false; } in isImage() function 1371 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } in isImage() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | Types.h | 94 bool isImage() const { return false; } in isImage() function 126 bool isImage() const { return image && !isSubpass(); } in isImage() function 1526 bool isImage() const { return basicType == EbtSampler && sampler.isImage(); } in isImage() function 1848 virtual bool isImage() const { return basicType == EbtSampler && getSampler().isImage(); } in isImage() function
|
D | intermediate.h | 1371 bool isImage() const { return false; } in isImage() function 1377 bool isImage() const { return op > EOpImageGuardBegin && op < EOpImageGuardEnd; } in isImage() function
|
/external/angle/src/compiler/translator/ |
D | Types.h | 360 bool isImage() const { return IsImage(type); } in isImage() function
|
D | OutputSPIRV.cpp | 2802 const bool isImage = IsImage(operandBasicType); in createAtomicBuiltIn() local
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 395 bool isImage; member
|
D | glcSubgroupsTestsUtils.cpp | 360 bool isImage() const in isImage() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 643 unsigned isImage : 1; member
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.h | 643 unsigned isImage : 1; member
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2128 void MakeValidSize(bool isImage, in MakeValidSize()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 334 bool D3DUniform::isImage() const in isImage() function in rx::D3DUniform
|