/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseables.cpp | 82 const bool isBuffer = IsBuffer(*argOrder); in IsIllegalSample() local 154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord() 220 const bool isBuffer = IsBuffer(argOrder[0]); in AppendTypeName() local 894 const bool isBuffer = IsBuffer(*argOrder); in initialize() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 82 const bool isBuffer = IsBuffer(*argOrder); in IsIllegalSample() local 154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord() 220 const bool isBuffer = IsBuffer(argOrder[0]); in AppendTypeName() local 894 const bool isBuffer = IsBuffer(*argOrder); in initialize() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ |
H A D | ComposerResources.h | 186 explicit ReplacedHandle(bool isBuffer) : mIsBuffer(isBuffer) {} in ReplacedHandle() 192 bool isBuffer() { return mIsBuffer; } in isBuffer() function
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | JniCodeEmitter.java | 232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() 238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() 403 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() 481 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck()
|
H A D | JType.java | 195 public boolean isBuffer() { in isBuffer() method in JType
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | datagen.cpp | 50 …#define TYPE_HNDL( type, isBuffer, base_element_size, vector_size, min_value, max_value, Generator… in DataGenerator() argument 109 KernelArgGeneratorSampler::KernelArgGeneratorSampler(bool isBuffer, in KernelArgGeneratorSampler()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | concrete_module_type.cpp | 30 const auto& isBuffer = pr.value().isBuffer_; in createTypeFromThis() local 247 bool isBuffer) { in addAttribute()
|
/aosp_15_r20/hardware/google/graphics/common/hwc3/impl/ |
D | ResourceManager.h | 30 BufferReleaser(bool isBuffer) : mReplacedHandle(isBuffer) {} in BufferReleaser()
|
D | ResourceManager.cpp | 32 std::unique_ptr<IBufferReleaser> ResourceManager::createReleaser(bool isBuffer) { in createReleaser()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | ComposerResources.h | 36 ComposerResourceReleaser(bool isBuffer) : mReplacedHandle(isBuffer) {} in ComposerResourceReleaser()
|
D | ComposerResources.cpp | 55 std::unique_ptr<ComposerResourceReleaser> ComposerResources::createReleaser(bool isBuffer) { in createReleaser()
|
/aosp_15_r20/development/tools/winscope/src/parsers/ |
H A D | raw_data_utils.ts | 51 static isBuffer(obj: PropertyTreeNode): boolean { method in RawDataUtils
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLModifierFlags.h | 74 bool isBuffer() const { return SkToBool(*this & ModifierFlag::kBuffer); } in isBuffer() function
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsTextureTestUtil.cpp | 134 bool isBuffer = de::inRange<int>(program, PROGRAM_BUFFER_FLOAT, PROGRAM_BUFFER_UINT); in getProgram() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 345 TraceCookieCounter* traceCookieCounter, bool isBuffer, GameMode gameMode) in SurfaceFrame() 944 std::string layerName, std::string debugName, bool isBuffer, GameMode gameMode) { in createSurfaceFrameForToken()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 372 bool isBuffer() const { return mData->resourceType == ResourceType::Buffer; } in isBuffer() function
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 109 bool isBuffer() const { return Buffer != nullptr; } in isBuffer() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
H A D | TensorImpl.java | 461 private static boolean isBuffer(Object o) { in isBuffer() method in TensorImpl
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | FrontendOptions.h | 252 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | FrontendOptions.h | 260 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | FrontendOptions.h | 256 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | FrontendOptions.h | 256 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.h | 148 PFNGLISBUFFERPROC isBuffer = nullptr; variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 110 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | Types.h | 110 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function
|