Searched refs:sub_inst (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 316 struct rc_pair_sub_instruction * sub_inst) in get_variable_pair_helper() argument 323 if (sub_inst->Opcode == RC_OPCODE_NOP) { in get_variable_pair_helper() 327 rc_get_readers_sub(c, inst, sub_inst, &reader_data, NULL, NULL, NULL); in get_variable_pair_helper() 333 if (sub_inst->WriteMask) { in get_variable_pair_helper() 335 writemask = sub_inst->WriteMask; in get_variable_pair_helper() 336 } else if (sub_inst->OutputWriteMask) { in get_variable_pair_helper() 338 writemask = sub_inst->OutputWriteMask; in get_variable_pair_helper() 343 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask, in get_variable_pair_helper()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | ir_loader_test.cpp | 293 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 294 opcodes.push_back(sub_inst->opcode()); in TEST() 340 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 341 opcodes.push_back(sub_inst->opcode()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_loader_test.cpp | 293 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 294 opcodes.push_back(sub_inst->opcode()); in TEST() 340 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 341 opcodes.push_back(sub_inst->opcode()); in TEST()
|
/third_party/spirv-tools/test/opt/ |
D | ir_loader_test.cpp | 277 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 278 opcodes.push_back(sub_inst->opcode()); in TEST() 324 [&opcodes](spvtools::opt::Instruction* sub_inst) { in TEST() argument 325 opcodes.push_back(sub_inst->opcode()); in TEST()
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 1286 Instruction* sub_inst = def_use_mgr->GetDef(sub); in MergeGenericAddendSub() local 1287 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub() 1289 if (sub_inst->opcode() == SpvOpFSub && in MergeGenericAddendSub() 1290 !sub_inst->IsFloatingPointFoldingAllowed()) in MergeGenericAddendSub() 1292 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; in MergeGenericAddendSub() 1295 {{SPV_OPERAND_TYPE_ID, {sub_inst->GetSingleWordInOperand(0)}}}); in MergeGenericAddendSub()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 1327 Instruction* sub_inst = def_use_mgr->GetDef(sub); in MergeGenericAddendSub() local 1328 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub() 1330 if (sub_inst->opcode() == SpvOpFSub && in MergeGenericAddendSub() 1331 !sub_inst->IsFloatingPointFoldingAllowed()) in MergeGenericAddendSub() 1333 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; in MergeGenericAddendSub() 1336 {{SPV_OPERAND_TYPE_ID, {sub_inst->GetSingleWordInOperand(0)}}}); in MergeGenericAddendSub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1327 Instruction* sub_inst = def_use_mgr->GetDef(sub); in MergeGenericAddendSub() local 1328 if (sub_inst->opcode() != SpvOpFSub && sub_inst->opcode() != SpvOpISub) in MergeGenericAddendSub() 1330 if (sub_inst->opcode() == SpvOpFSub && in MergeGenericAddendSub() 1331 !sub_inst->IsFloatingPointFoldingAllowed()) in MergeGenericAddendSub() 1333 if (addend != sub_inst->GetSingleWordInOperand(1)) return false; in MergeGenericAddendSub() 1336 {{SPV_OPERAND_TYPE_ID, {sub_inst->GetSingleWordInOperand(0)}}}); in MergeGenericAddendSub()
|