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

  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
spirv.cs 463 public enum SelectionControlMask
spirv.hpp 465 enum SelectionControlMask {
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
spirv.cs 468 public enum SelectionControlMask
spirv.hpp 470 enum SelectionControlMask {
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
spirv.cs 473 public enum SelectionControlMask
spirv.hpp 475 enum SelectionControlMask {
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
spirv.cs 547 public enum SelectionControlMask
    [all...]
spirv.hpp 550 enum SelectionControlMask {
    [all...]
  /external/shaderc/spirv-headers/include/spirv/1.0/
spirv.hpp 465 enum SelectionControlMask {
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/shaderc/spirv-headers/include/spirv/1.1/
spirv.hpp 470 enum SelectionControlMask {
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/shaderc/spirv-headers/include/spirv/1.2/
spirv.hpp 475 enum SelectionControlMask {
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
spirv.hpp 416 enum SelectionControlMask {
895 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
spirv.cs 463 public enum SelectionControlMask
spirv.hpp 465 enum SelectionControlMask {
992 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
spirv.cs 468 public enum SelectionControlMask
spirv.hpp 470 enum SelectionControlMask {
1014 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
spirv.cs 473 public enum SelectionControlMask
spirv.hpp 475 enum SelectionControlMask {
1020 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
spirv.cs 553 public enum SelectionControlMask
    [all...]
spirv.hpp 556 enum SelectionControlMask {
    [all...]
  /external/deqp-deps/glslang/SPIRV/
spirv.hpp 556 enum SelectionControlMask {
    [all...]
  /external/shaderc/spirv-headers/include/spirv/unified1/
spirv.hpp 537 enum SelectionControlMask {
    [all...]

Completed in 88 milliseconds