Home
last modified time | relevance | path

Searched defs:ShaderHash (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h49 struct ShaderHash { struct
50 uint32_t Flags; // dxbc::HashFlags
51 uint8_t Digest[16];
55 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h66 struct ShaderHash { struct
81 std::optional<ShaderHash> Hash; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DDXContainerYAML.h67 struct ShaderHash { struct
71 bool IncludesSource;
72 std::vector<llvm::yaml::Hex8> Digest;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DDXContainerYAML.h67 struct ShaderHash { struct
71 bool IncludesSource;
72 std::vector<llvm::yaml::Hex8> Digest;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DDXContainerYAML.h67 struct ShaderHash { struct
71 bool IncludesSource;
72 std::vector<llvm::yaml::Hex8> Digest;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DDXContainerYAML.h67 struct ShaderHash { struct
71 bool IncludesSource;
72 std::vector<llvm::yaml::Hex8> Digest;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DDXContainer.h57 struct ShaderHash { struct
58 uint32_t Flags; // dxbc::HashFlags
59 uint8_t Digest[16];
63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DDXContainer.h57 struct ShaderHash { struct
58 uint32_t Flags; // dxbc::HashFlags
59 uint8_t Digest[16];
63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DDXContainer.h57 struct ShaderHash { struct
58 uint32_t Flags; // dxbc::HashFlags
59 uint8_t Digest[16];
63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DDXContainer.h57 struct ShaderHash { struct
58 uint32_t Flags; // dxbc::HashFlags
59 uint8_t Digest[16];
63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp39 DXContainerYAML::ShaderHash::ShaderHash(const dxbc::ShaderHash &Data) in ShaderHash() function in llvm::DXContainerYAML::ShaderHash