Home
last modified time | relevance | path

Searched refs:LoopControlShift (Results 1 – 25 of 72) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp273 uint32_t operator>>(const spv::LoopControlShift& lhs, in operator >>()
274 const spv::LoopControlShift& rhs) { in operator >>()
303 const auto loop_control = inst->GetOperandAs<spv::LoopControlShift>(2); in ValidateLoopMerge()
304 if ((loop_control >> spv::LoopControlShift::Unroll) & 0x1 && in ValidateLoopMerge()
305 (loop_control >> spv::LoopControlShift::DontUnroll) & 0x1) { in ValidateLoopMerge()
309 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
310 (loop_control >> spv::LoopControlShift::PeelCount) & 0x1) { in ValidateLoopMerge()
315 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
316 (loop_control >> spv::LoopControlShift::PartialCount) & 0x1) { in ValidateLoopMerge()
323 if ((loop_control >> spv::LoopControlShift::DependencyLength) & 0x1) { in ValidateLoopMerge()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp274 uint32_t operator>>(const spv::LoopControlShift& lhs, in operator >>()
275 const spv::LoopControlShift& rhs) { in operator >>()
304 const auto loop_control = inst->GetOperandAs<spv::LoopControlShift>(2); in ValidateLoopMerge()
305 if ((loop_control >> spv::LoopControlShift::Unroll) & 0x1 && in ValidateLoopMerge()
306 (loop_control >> spv::LoopControlShift::DontUnroll) & 0x1) { in ValidateLoopMerge()
310 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
311 (loop_control >> spv::LoopControlShift::PeelCount) & 0x1) { in ValidateLoopMerge()
316 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
317 (loop_control >> spv::LoopControlShift::PartialCount) & 0x1) { in ValidateLoopMerge()
324 if ((loop_control >> spv::LoopControlShift::DependencyLength) & 0x1) { in ValidateLoopMerge()
[all …]
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_cfg.cpp274 uint32_t operator>>(const spv::LoopControlShift& lhs, in operator >>()
275 const spv::LoopControlShift& rhs) { in operator >>()
304 const auto loop_control = inst->GetOperandAs<spv::LoopControlShift>(2); in ValidateLoopMerge()
305 if ((loop_control >> spv::LoopControlShift::Unroll) & 0x1 && in ValidateLoopMerge()
306 (loop_control >> spv::LoopControlShift::DontUnroll) & 0x1) { in ValidateLoopMerge()
310 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
311 (loop_control >> spv::LoopControlShift::PeelCount) & 0x1) { in ValidateLoopMerge()
316 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()
317 (loop_control >> spv::LoopControlShift::PartialCount) & 0x1) { in ValidateLoopMerge()
324 if ((loop_control >> spv::LoopControlShift::DependencyLength) & 0x1) { in ValidateLoopMerge()
[all …]
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua441 LoopControlShift = {
Dspirv.cs470 public enum LoopControlShift enum in Spv.Specification
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs475 public enum LoopControlShift enum in Spv.Specification
Dspirv.lua446 LoopControlShift = {
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs470 public enum LoopControlShift enum in Spv.Specification
Dspirv.lua441 LoopControlShift = {
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.lua441 LoopControlShift = {
Dspirv.cs470 public enum LoopControlShift enum in Spv.Specification
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua441 LoopControlShift = {
Dspirv.cs470 public enum LoopControlShift enum in Spv.Specification
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.lua446 LoopControlShift = {
Dspirv.cs475 public enum LoopControlShift enum in Spv.Specification
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs475 public enum LoopControlShift enum in Spv.Specification
Dspirv.lua446 LoopControlShift = {
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.lua451 LoopControlShift = {
Dspirv.cs480 public enum LoopControlShift enum in Spv.Specification
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua451 LoopControlShift = {
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua446 LoopControlShift = {
Dspirv.cs475 public enum LoopControlShift enum in Spv.Specification
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua451 LoopControlShift = {
Dspirv.cs480 public enum LoopControlShift enum in Spv.Specification
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua451 LoopControlShift = {

123