Home
last modified time | relevance | path

Searched defs:new_inst (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c136 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/
Dflatten_decoration_pass.cpp92 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
Ddecoration_manager.cpp139 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
Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
Dlocal_access_chain_convert_pass.cpp98 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
Dinterface_var_sroa.cpp418 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
Dloop_utils.cpp577 for (auto new_inst = new_bb->begin(), old_inst = old_bb->begin(); in CloneLoop() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp92 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
Ddecoration_manager.cpp139 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
Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
Dlocal_access_chain_convert_pass.cpp96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
Dinterface_var_sroa.cpp418 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
Dloop_utils.cpp577 for (auto new_inst = new_bb->begin(), old_inst = old_bb->begin(); in CloneLoop() local
Dconstants.cpp213 auto new_inst = CreateInstruction(new_id, new_const, type_id); in BuildInstructionAndAddToModule() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp92 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
Ddecoration_manager.cpp139 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
Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
Dlocal_access_chain_convert_pass.cpp96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
Dinterface_var_sroa.cpp418 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
Dconstants.cpp213 auto new_inst = CreateInstruction(new_id, new_const, type_id); in BuildInstructionAndAddToModule() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c89 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
Dradeon_dataflow_swizzles.c440 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/
Dpthread_barrier_wait.c78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
/external/musl/src/thread/
Dpthread_barrier_wait.c78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c205 struct tgsi_full_instruction new_inst; in transform_inst() local

12