Searched defs:newInst (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | programopt.c | 51 struct prog_instruction *newInst; in insert_mvp_dp4_code() local 118 struct prog_instruction *newInst; in insert_mvp_mad_code() local 254 struct prog_instruction *newInst, *inst; in _mesa_append_fog_code() local
|
D | program.c | 353 struct prog_instruction *newInst; in _mesa_insert_instructions() local 403 struct prog_instruction *newInst; in _mesa_delete_instructions() local
|
/third_party/spirv-tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 39 std::unique_ptr<Instruction> newInst( in BuildAndAppendInst() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 39 std::unique_ptr<Instruction> newInst( in BuildAndAppendInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 39 std::unique_ptr<Instruction> newInst( in BuildAndAppendInst() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 143 std::unique_ptr<ir::Instruction> newInst(new ir::Instruction( in BuildAndAppendInst() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 173 struct tgsi_full_instruction newInst; in aa_transform_prolog() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | def_use_test.cpp | 1412 Instruction newInst(context.get(), SpvOpConstantTrue, 1, 2, {}); in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | def_use_test.cpp | 1412 Instruction newInst(context.get(), SpvOpConstantTrue, 1, 2, {}); in TEST() local
|
/third_party/spirv-tools/test/opt/ |
D | def_use_test.cpp | 1412 Instruction newInst(context.get(), SpvOpConstantTrue, 1, 2, {}); in TEST() local
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 575 struct prog_instruction *newInst; in emit_op3fn() local
|
/third_party/quickjs/ |
D | quickjs.c | 54553 JSValue newInst = JS_CallConstructor2(ctx, ctor, obj, argc, argv); in JS_AceNewInstance() local
|