/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | text_to_binary.memory_test.cpp | 285 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3}))); in TEST_F() 306 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 0}))); in TEST_F() 314 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1}))); in TEST_F() 322 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 2, 8}))); in TEST_F() 330 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 4}))); in TEST_F() 338 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 8, 4}))); in TEST_F() 347 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 16, 4}))); in TEST_F() 355 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 32}))); in TEST_F() 367 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 63, 16, 4, 5}))); in TEST_F() 376 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1, 1}))); in TEST_F() [all …]
|
H A D | opcode_require_capabilities_test.cpp | 65 spv::Op::OpCopyMemorySized, 88 spv::Op::OpCopyMemorySized,
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.memory_test.cpp | 293 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3}))); in TEST_F() 315 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 0}))); in TEST_F() 324 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1}))); in TEST_F() 333 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 2, 8}))); in TEST_F() 342 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 4}))); in TEST_F() 351 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 8, 4}))); in TEST_F() 361 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 16, 4}))); in TEST_F() 370 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 32}))); in TEST_F() 383 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 63, 16, 4, 5}))); in TEST_F() 393 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1, 1}))); in TEST_F() [all …]
|
D | opcode_require_capabilities_test.cpp | 64 ExpectedOpCodeCapabilities{spv::Op::OpCopyMemorySized,
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.memory_test.cpp | 293 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3}))); in TEST_F() 315 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 0}))); in TEST_F() 324 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1}))); in TEST_F() 333 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 2, 8}))); in TEST_F() 342 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 4}))); in TEST_F() 351 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 8, 4}))); in TEST_F() 361 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 16, 4}))); in TEST_F() 370 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 32}))); in TEST_F() 383 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 63, 16, 4, 5}))); in TEST_F() 393 Eq(MakeInstruction(spv::Op::OpCopyMemorySized, {1, 2, 3, 1, 1}))); in TEST_F() [all …]
|
H A D | opcode_require_capabilities_test.cpp | 64 ExpectedOpCodeCapabilities{spv::Op::OpCopyMemorySized,
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_set_memory_operands_mask.cpp | 57 spv::Op::OpCopyMemorySized); in IsApplicable() 138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess() 160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
|
H A D | fuzzer_pass_adjust_memory_operands_masks.cpp | 51 case spv::Op::OpCopyMemorySized: in Apply()
|
H A D | transformation_replace_load_store_with_copy_memory.cpp | 143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_set_memory_operands_mask.cpp | 57 spv::Op::OpCopyMemorySized); in IsApplicable() 138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess() 160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
|
H A D | fuzzer_pass_adjust_memory_operands_masks.cpp | 51 case spv::Op::OpCopyMemorySized: in Apply()
|
H A D | transformation_replace_load_store_with_copy_memory.cpp | 143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_set_memory_operands_mask.cpp | 57 spv::Op::OpCopyMemorySized); in IsApplicable() 138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess() 160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
|
D | fuzzer_pass_adjust_memory_operands_masks.cpp | 51 case spv::Op::OpCopyMemorySized: in Apply()
|
D | transformation_replace_load_store_with_copy_memory.cpp | 143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fix_storage_class.cpp | 99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass() 241 case spv::Op::OpCopyMemorySized: in PropagateType()
|
H A D | upgrade_memory_model.cpp | 96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions() 152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages() 172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
|
H A D | aggressive_dead_code_elim_pass.cpp | 131 case spv::Op::OpCopyMemorySized: in AddStores() 416 case spv::Op::OpCopyMemorySized: in GetLoadedVariableFromNonFunctionCalls() 546 case spv::Op::OpCopyMemorySized: { in InitializeWorkList()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass() 241 case spv::Op::OpCopyMemorySized: in PropagateType()
|
D | upgrade_memory_model.cpp | 96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions() 152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages() 172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
|
D | aggressive_dead_code_elim_pass.cpp | 131 case spv::Op::OpCopyMemorySized: in AddStores() 416 case spv::Op::OpCopyMemorySized: in GetLoadedVariableFromNonFunctionCalls() 546 case spv::Op::OpCopyMemorySized: { in InitializeWorkList()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | fix_storage_class.cpp | 99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass() 248 case spv::Op::OpCopyMemorySized: in PropagateType()
|
H A D | upgrade_memory_model.cpp | 96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions() 152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages() 172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
|
H A D | aggressive_dead_code_elim_pass.cpp | 135 case spv::Op::OpCopyMemorySized: in AddStores() 426 case spv::Op::OpCopyMemorySized: in GetLoadedVariableFromNonFunctionCalls() 574 case spv::Op::OpCopyMemorySized: { in InitializeWorkList()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderInstructions.cpp | 49 case spv::OpCopyMemorySized: in IsStatement()
|