Home
last modified time | relevance | path

Searched refs:IsReadOnlyPointer (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp357 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
360 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
397 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
400 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
437 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
440 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
480 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
483 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
523 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
526 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp351 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
354 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
391 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
394 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
431 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
434 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
474 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
477 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
517 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
520 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp357 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
360 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
397 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
400 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
437 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
440 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
480 EXPECT_FALSE(variable->IsReadOnlyPointer()); in TEST_F()
483 EXPECT_FALSE(object_copy->IsReadOnlyPointer()); in TEST_F()
523 EXPECT_TRUE(variable->IsReadOnlyPointer()); in TEST_F()
526 EXPECT_TRUE(object_copy->IsReadOnlyPointer()); in TEST_F()
[all …]
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_stores.cpp74 if (instruction->IsReadOnlyPointer()) { in Apply()
Dtransformation_store.cpp56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_stores.cpp74 if (instruction->IsReadOnlyPointer()) { in Apply()
Dtransformation_store.cpp56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_stores.cpp74 if (instruction->IsReadOnlyPointer()) { in Apply()
Dtransformation_store.cpp56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
Dinstruction.cpp214 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad()
259 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
Dinstruction.h446 bool IsReadOnlyPointer() const;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcode_sink.cpp180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
Dinstruction.cpp214 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad()
259 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
Dinstruction.h446 bool IsReadOnlyPointer() const;
/third_party/spirv-tools/source/opt/
Dcode_sink.cpp180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
Dinstruction.cpp212 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad()
257 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
Dinstruction.h460 bool IsReadOnlyPointer() const;
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Ddivergence_analysis.cpp194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Ddivergence_analysis.cpp194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()
/third_party/spirv-tools/source/lint/
Ddivergence_analysis.cpp194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()