HomeSort by relevance Sort by last modified time
    Searched defs:FunctionControlMask (Results 1 - 5 of 5) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
spirv.hpp 444 enum FunctionControlMask {
897 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spirv.hpp 458 enum FunctionControlMask {
905 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.hpp 457 enum FunctionControlMask {
904 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
spirv.hpp 466 enum FunctionControlMask {
926 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spirv.hpp 458 enum FunctionControlMask {
905 inline FunctionControlMask operator|(FunctionControlMask a, FunctionControlMask b) { return FunctionControlMask(unsigned(a) | unsigned(b)); }

Completed in 61 milliseconds