Home
last modified time | relevance | path

Searched defs:isBuffer (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseables.cpp82 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/
DhlslParseables.cpp82 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 DComposerResources.h186 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 DJniCodeEmitter.java232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
403boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks()
481boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck()
H A DJType.java195 public boolean isBuffer() { in isBuffer() method in JType
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Ddatagen.cpp50 …#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 Dconcrete_module_type.cpp30 const auto& isBuffer = pr.value().isBuffer_; in createTypeFromThis() local
247 bool isBuffer) { in addAttribute()
/aosp_15_r20/hardware/google/graphics/common/hwc3/impl/
DResourceManager.h30 BufferReleaser(bool isBuffer) : mReplacedHandle(isBuffer) {} in BufferReleaser()
DResourceManager.cpp32 std::unique_ptr<IBufferReleaser> ResourceManager::createReleaser(bool isBuffer) { in createReleaser()
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.h36 ComposerResourceReleaser(bool isBuffer) : mReplacedHandle(isBuffer) {} in ComposerResourceReleaser()
DComposerResources.cpp55 std::unique_ptr<ComposerResourceReleaser> ComposerResources::createReleaser(bool isBuffer) { in createReleaser()
/aosp_15_r20/development/tools/winscope/src/parsers/
H A Draw_data_utils.ts51 static isBuffer(obj: PropertyTreeNode): boolean { method in RawDataUtils
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLModifierFlags.h74 bool isBuffer() const { return SkToBool(*this & ModifierFlag::kBuffer); } in isBuffer() function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp134 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 DFrameTimeline.cpp345 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 Drenderer11_utils.h372 bool isBuffer() const { return mData->resourceType == ResourceType::Buffer; } in isBuffer() function
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DFrontendOptions.h109 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 DTensorImpl.java461 private static boolean isBuffer(Object o) { in isBuffer() method in TensorImpl
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DFrontendOptions.h252 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DFrontendOptions.h260 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DFrontendOptions.h256 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DFrontendOptions.h256 bool isBuffer() const { return Buffer != std::nullopt; } in isBuffer() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h148 PFNGLISBUFFERPROC isBuffer = nullptr; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h110 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h110 bool isBuffer() const { return dim == EsdBuffer; } in isBuffer() function

123