/third_party/skia/third_party/externals/spirv-tools/test/link/ |
D | global_values_amount_test.cpp | 61 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 66 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 71 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 98 binary.push_back(4u << SpvWordCountShift | SpvOpVariable); in SetUp() 134 4u << SpvWordCountShift | SpvOpVariable, in TEST_F() 139 4u << SpvWordCountShift | SpvOpVariable, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 61 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 66 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 71 4u << SpvWordCountShift | SpvOpVariable, in SetUp() 98 binary.push_back(4u << SpvWordCountShift | SpvOpVariable); in SetUp() 134 4u << SpvWordCountShift | SpvOpVariable, in TEST_F() 139 4u << SpvWordCountShift | SpvOpVariable, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reduction_util.cpp | 29 if (inst.opcode() != SpvOpVariable) { in FindOrCreateGlobalVariable() 38 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateGlobalVariable() 65 if (iter->opcode() != SpvOpVariable) { in FindOrCreateFunctionVariable() 77 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateFunctionVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 29 if (inst.opcode() != SpvOpVariable) { in FindOrCreateGlobalVariable() 38 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateGlobalVariable() 65 if (iter->opcode() != SpvOpVariable) { in FindOrCreateFunctionVariable() 77 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateFunctionVariable()
|
/third_party/spirv-tools/source/reduce/ |
D | reduction_util.cpp | 29 if (inst.opcode() != SpvOpVariable) { in FindOrCreateGlobalVariable() 38 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateGlobalVariable() 65 if (iter->opcode() != SpvOpVariable) { in FindOrCreateFunctionVariable() 77 context, SpvOpVariable, pointer_type_id, variable_id, in FindOrCreateFunctionVariable()
|
/third_party/spirv-tools/source/opt/ |
D | dead_variable_elimination.cpp | 36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process() 84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable() 96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
|
D | scalar_replacement_pass.cpp | 59 if (iter->opcode() != SpvOpVariable) break; in ProcessFunction() 158 if (var->opcode() == SpvOpVariable) { in ReplaceVariable() 182 while (insert_before->opcode() == SpvOpVariable) in ReplaceWholeDebugDeclare() 239 if (var->opcode() != SpvOpVariable) { in ReplaceWholeLoad() 297 if (var->opcode() != SpvOpVariable) { in ReplaceWholeStore() 479 context(), SpvOpVariable, ptrId, id, in CreateVariable() 581 assert(source->opcode() == SpvOpVariable); in GetOrCreateInitialValue() 662 assert(inst->opcode() == SpvOpVariable); in GetStorageType() 672 assert(varInst->opcode() == SpvOpVariable); in CanReplaceVariable() 991 assert(var_inst->opcode() == SpvOpVariable && in GetMaxLegalIndex()
|
D | mem_pass.cpp | 88 if (op == SpvOpVariable || IsNonPtrAccessChain(op)) return true; in IsPtr() 105 if (ptrInst->opcode() != SpvOpVariable && in GetPtr() 111 if (varInst->opcode() == SpvOpVariable) { in GetPtr() 167 if (varInst->opcode() != SpvOpVariable) return true; in IsLiveVar() 267 if (varInst->opcode() != SpvOpVariable) return false; in IsTargetVar()
|
D | local_single_block_elim_pass.cpp | 80 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 124 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 149 if (ptrInst->opcode() == SpvOpVariable) in LocalSingleBlockLoadStoreElim()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_variable_elimination.cpp | 36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process() 84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable() 96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
|
D | scalar_replacement_pass.cpp | 58 if (iter->opcode() != SpvOpVariable) break; in ProcessFunction() 157 if (var->opcode() == SpvOpVariable) { in ReplaceVariable() 181 while (insert_before->opcode() == SpvOpVariable) in ReplaceWholeDebugDeclare() 238 if (var->opcode() != SpvOpVariable) { in ReplaceWholeLoad() 296 if (var->opcode() != SpvOpVariable) { in ReplaceWholeStore() 474 context(), SpvOpVariable, ptrId, id, in CreateVariable() 576 assert(source->opcode() == SpvOpVariable); in GetOrCreateInitialValue() 657 assert(inst->opcode() == SpvOpVariable); in GetStorageType() 667 assert(varInst->opcode() == SpvOpVariable); in CanReplaceVariable() 1000 assert(var_inst->opcode() == SpvOpVariable && in GetMaxLegalIndex()
|
D | mem_pass.cpp | 88 if (op == SpvOpVariable || IsNonPtrAccessChain(op)) return true; in IsPtr() 105 if (ptrInst->opcode() != SpvOpVariable && in GetPtr() 111 if (varInst->opcode() == SpvOpVariable) { in GetPtr() 167 if (varInst->opcode() != SpvOpVariable) return true; in IsLiveVar() 267 if (varInst->opcode() != SpvOpVariable) return false; in IsTargetVar()
|
D | local_single_block_elim_pass.cpp | 79 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 123 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 148 if (ptrInst->opcode() == SpvOpVariable) in LocalSingleBlockLoadStoreElim()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | dead_variable_elimination.cpp | 36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process() 84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable() 96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
|
D | scalar_replacement_pass.cpp | 58 if (iter->opcode() != SpvOpVariable) break; in ProcessFunction() 157 if (var->opcode() == SpvOpVariable) { in ReplaceVariable() 181 while (insert_before->opcode() == SpvOpVariable) in ReplaceWholeDebugDeclare() 238 if (var->opcode() != SpvOpVariable) { in ReplaceWholeLoad() 296 if (var->opcode() != SpvOpVariable) { in ReplaceWholeStore() 474 context(), SpvOpVariable, ptrId, id, in CreateVariable() 576 assert(source->opcode() == SpvOpVariable); in GetOrCreateInitialValue() 657 assert(inst->opcode() == SpvOpVariable); in GetStorageType() 667 assert(varInst->opcode() == SpvOpVariable); in CanReplaceVariable() 1000 assert(var_inst->opcode() == SpvOpVariable && in GetMaxLegalIndex()
|
D | mem_pass.cpp | 88 if (op == SpvOpVariable || IsNonPtrAccessChain(op)) return true; in IsPtr() 105 if (ptrInst->opcode() != SpvOpVariable && in GetPtr() 111 if (varInst->opcode() == SpvOpVariable) { in GetPtr() 167 if (varInst->opcode() != SpvOpVariable) return true; in IsLiveVar() 267 if (varInst->opcode() != SpvOpVariable) return false; in IsTargetVar()
|
D | local_single_block_elim_pass.cpp | 79 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 123 if (ptrInst->opcode() == SpvOpVariable) { in LocalSingleBlockLoadStoreElim() 148 if (ptrInst->opcode() == SpvOpVariable) in LocalSingleBlockLoadStoreElim()
|
/third_party/spirv-tools/test/link/ |
D | global_values_amount_test.cpp | 67 binary.push_back(SpvOpVariable | 4u << SpvWordCountShift); in SetUp() 114 SpvOpVariable | 4u << SpvWordCountShift, in TEST_F() 119 SpvOpVariable | 4u << SpvWordCountShift, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 188 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 198 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 213 ASSERT_EQ(SpvOpVariable, available[32]->opcode()); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 188 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 198 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 213 ASSERT_EQ(SpvOpVariable, available[32]->opcode()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | available_instructions_test.cpp | 180 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 188 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 198 ASSERT_EQ(SpvOpVariable, available[15]->opcode()); in TEST() 213 ASSERT_EQ(SpvOpVariable, available[32]->opcode()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable() 47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable() 47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable() 47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
D | validation_during_reduction_test.cpp | 70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds() 78 assert(first_instruction->opcode() == SpvOpVariable && in Apply() 108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
|