/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 136 struct tgsi_full_instruction new_inst; in create_mov() local 204 struct tgsi_full_instruction new_inst; in transform_dst() local 286 struct tgsi_full_instruction new_inst; in transform_lrp() local 334 struct tgsi_full_instruction new_inst; in transform_frc() local 380 struct tgsi_full_instruction new_inst; in transform_pow() local 439 struct tgsi_full_instruction new_inst; in transform_lit() local 564 struct tgsi_full_instruction new_inst; in transform_exp() local 687 struct tgsi_full_instruction new_inst; in transform_log() local 826 struct tgsi_full_instruction new_inst; in transform_dotp() local 911 struct tgsi_full_instruction new_inst; in transform_flr_ceil() local [all …]
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | flatten_decoration_pass.cpp | 92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local 117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
|
D | decoration_manager.cpp | 139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local 521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local 576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
|
D | invocation_interlock_placement_pass.cpp | 202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local 208 Instruction* new_inst = in extractInstructionsFromCalls() local
|
D | local_access_chain_convert_pass.cpp | 98 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
|
D | interface_var_sroa.cpp | 418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local 552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
|
D | loop_utils.cpp | 577 for (auto new_inst = new_bb->begin(), old_inst = old_bb->begin(); in CloneLoop() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | flatten_decoration_pass.cpp | 92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local 117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
|
D | decoration_manager.cpp | 139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local 521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local 576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
|
D | invocation_interlock_placement_pass.cpp | 202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local 208 Instruction* new_inst = in extractInstructionsFromCalls() local
|
D | local_access_chain_convert_pass.cpp | 96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
|
D | interface_var_sroa.cpp | 418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local 552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
|
D | loop_utils.cpp | 577 for (auto new_inst = new_bb->begin(), old_inst = old_bb->begin(); in CloneLoop() local
|
D | constants.cpp | 213 auto new_inst = CreateInstruction(new_id, new_const, type_id); in BuildInstructionAndAddToModule() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | flatten_decoration_pass.cpp | 92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local 117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
|
D | decoration_manager.cpp | 139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local 521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local 576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
|
D | invocation_interlock_placement_pass.cpp | 202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local 208 Instruction* new_inst = in extractInstructionsFromCalls() local
|
D | local_access_chain_convert_pass.cpp | 96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
|
D | interface_var_sroa.cpp | 418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local 552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
|
D | constants.cpp | 213 auto new_inst = CreateInstruction(new_id, new_const, type_id); in BuildInstructionAndAddToModule() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_vert_fc.c | 89 struct rc_instruction *new_inst = rc_insert_new_instruction(fc_state->C, inst->Prev); in lower_bgnloop() local 152 struct rc_instruction *new_inst = rc_insert_new_instruction(fc_state->C, inst); in lower_endloop() local
|
D | radeon_dataflow_swizzles.c | 440 struct rc_instruction *new_inst; in try_splitting_single_channel() local 500 struct rc_instruction *new_inst; in try_splitting_instruction() local
|
/external/trusty/musl/src/thread/ |
D | pthread_barrier_wait.c | 78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
|
/external/musl/src/thread/ |
D | pthread_barrier_wait.c | 78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 205 struct tgsi_full_instruction new_inst; in transform_inst() local
|