Home
last modified time | relevance | path

Searched refs:SpvOpVariable (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/spirv-tools/test/link/
Dglobal_values_amount_test.cpp61 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/
Dglobal_values_amount_test.cpp61 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/
Dreduction_util.cpp29 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/
Dreduction_util.cpp29 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/
Dreduction_util.cpp29 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/
Ddead_variable_elimination.cpp36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process()
84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable()
96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
Dscalar_replacement_pass.cpp59 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()
Dmem_pass.cpp88 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()
Dlocal_single_block_elim_pass.cpp80 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/
Ddead_variable_elimination.cpp36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process()
84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable()
96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
Dscalar_replacement_pass.cpp58 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()
Dmem_pass.cpp88 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()
Dlocal_single_block_elim_pass.cpp79 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/
Ddead_variable_elimination.cpp36 if (inst.opcode() != SpvOp::SpvOpVariable) { in Process()
84 assert(inst->opcode() == SpvOpVariable && in DeleteVariable()
96 if (initializer->opcode() == SpvOpVariable) { in DeleteVariable()
Dscalar_replacement_pass.cpp58 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()
Dmem_pass.cpp88 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()
Dlocal_single_block_elim_pass.cpp79 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/
Dglobal_values_amount_test.cpp67 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/
Davailable_instructions_test.cpp180 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/
Davailable_instructions_test.cpp180 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/
Davailable_instructions_test.cpp180 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/
Dtransformation_swap_function_variables.cpp46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()
47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp46 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/
Dtransformation_swap_function_variables.cpp46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()
47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dvalidation_during_reduction_test.cpp70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
78 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()

12345678910>>...13