Home
last modified time | relevance | path

Searched refs:OpCopyMemorySized (Results 1 – 25 of 119) sorted by relevance

12345

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.memory_test.cpp285 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 Dopcode_require_capabilities_test.cpp65 spv::Op::OpCopyMemorySized,
88 spv::Op::OpCopyMemorySized,
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.memory_test.cpp293 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 …]
Dopcode_require_capabilities_test.cpp64 ExpectedOpCodeCapabilities{spv::Op::OpCopyMemorySized,
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.memory_test.cpp293 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 Dopcode_require_capabilities_test.cpp64 ExpectedOpCodeCapabilities{spv::Op::OpCopyMemorySized,
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_set_memory_operands_mask.cpp57 spv::Op::OpCopyMemorySized); in IsApplicable()
138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess()
160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
H A Dfuzzer_pass_adjust_memory_operands_masks.cpp51 case spv::Op::OpCopyMemorySized: in Apply()
H A Dtransformation_replace_load_store_with_copy_memory.cpp143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_set_memory_operands_mask.cpp57 spv::Op::OpCopyMemorySized); in IsApplicable()
138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess()
160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
H A Dfuzzer_pass_adjust_memory_operands_masks.cpp51 case spv::Op::OpCopyMemorySized: in Apply()
H A Dtransformation_replace_load_store_with_copy_memory.cpp143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp57 spv::Op::OpCopyMemorySized); in IsApplicable()
138 case spv::Op::OpCopyMemorySized: in IsMemoryAccess()
160 case spv::Op::OpCopyMemorySized: in GetInOperandIndexForMask()
Dfuzzer_pass_adjust_memory_operands_masks.cpp51 case spv::Op::OpCopyMemorySized: in Apply()
Dtransformation_replace_load_store_with_copy_memory.cpp143 case spv::Op::OpCopyMemorySized: in IsMemoryWritingOpCode()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfix_storage_class.cpp99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass()
241 case spv::Op::OpCopyMemorySized: in PropagateType()
H A Dupgrade_memory_model.cpp96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions()
152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
H A Daggressive_dead_code_elim_pass.cpp131 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/
Dfix_storage_class.cpp99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass()
241 case spv::Op::OpCopyMemorySized: in PropagateType()
Dupgrade_memory_model.cpp96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions()
152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
Daggressive_dead_code_elim_pass.cpp131 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 Dfix_storage_class.cpp99 case spv::Op::OpCopyMemorySized: in PropagateStorageClass()
248 case spv::Op::OpCopyMemorySized: in PropagateType()
H A Dupgrade_memory_model.cpp96 inst->opcode() == spv::Op::OpCopyMemorySized) { in UpgradeInstructions()
152 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
172 case spv::Op::OpCopyMemorySized: in UpgradeMemoryAndImages()
H A Daggressive_dead_code_elim_pass.cpp135 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 DSpirvShaderInstructions.cpp49 case spv::OpCopyMemorySized: in IsStatement()

12345