Home
last modified time | relevance | path

Searched defs:HasOffset (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dspan.go115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } func
125 func (p Point) HasOffset() bool { return p.v.hasOffset() } func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
H A Dspan.go115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } func
125 func (p Point) HasOffset() bool { return p.v.hasOffset() } func
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } func
125 func (p Point) HasOffset() bool { return p.v.hasOffset() } func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp39 bool HasOffset = true; in getExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp39 bool HasOffset = true; in getExpr() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp40 bool HasOffset = true; in getExpr() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp679 constexpr bool HasOffset = false; in addGlobalInitializer() local
754 bool HasOffset, Ice::RelocOffsetT Offset) { in addGlobalInitializer()
H A DIceOperand.h338 bool HasOffset = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DAliasAnalysis.h89 unsigned int HasOffset : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DAliasAnalysis.h89 unsigned int HasOffset : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DAliasAnalysis.h89 unsigned int HasOffset : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DAliasAnalysis.h89 unsigned int HasOffset : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h91 unsigned int HasOffset : 1; variable
/aosp_15_r20/external/deqp-deps/amber/src/
Dtype.h239 bool HasOffset() const { return offset_in_bytes >= 0; } in HasOffset() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShadowSamplerFunctionsTest.cpp132 constexpr bool HasOffset(FunctionType function) in HasOffset() function
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.hpp698 bool HasOffset : 1; member