/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 357 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/ |
D | instruction_test.cpp | 351 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/ |
D | instruction_test.cpp | 357 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/ |
D | fuzzer_pass_add_stores.cpp | 74 if (instruction->IsReadOnlyPointer()) { in Apply()
|
D | transformation_store.cpp | 56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_stores.cpp | 74 if (instruction->IsReadOnlyPointer()) { in Apply()
|
D | transformation_store.cpp | 56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_stores.cpp | 74 if (instruction->IsReadOnlyPointer()) { in Apply()
|
D | transformation_store.cpp | 56 if (pointer->IsReadOnlyPointer()) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | code_sink.cpp | 180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
|
D | instruction.cpp | 214 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad() 259 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
|
D | instruction.h | 446 bool IsReadOnlyPointer() const;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | code_sink.cpp | 180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
|
D | instruction.cpp | 214 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad() 259 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
|
D | instruction.h | 446 bool IsReadOnlyPointer() const;
|
/third_party/spirv-tools/source/opt/ |
D | code_sink.cpp | 180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory()
|
D | instruction.cpp | 212 if (address_def->IsReadOnlyPointer()) { in IsReadOnlyLoad() 257 bool Instruction::IsReadOnlyPointer() const { in IsReadOnlyPointer() function in spvtools::opt::Instruction
|
D | instruction.h | 460 bool IsReadOnlyPointer() const;
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
D | divergence_analysis.cpp | 194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
D | divergence_analysis.cpp | 194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()
|
/third_party/spirv-tools/source/lint/ |
D | divergence_analysis.cpp | 194 if (!var->IsVulkanStorageImage() || var->IsReadOnlyPointer()) { in ComputeVariableDivergence()
|