Searched refs:emit_instr (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 607 emit_instr(struct etna_compile *c, nir_instr * instr) in emit_instr() function 638 emit_instr(c, instr); in emit_block()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 805 emit_instr(struct ir2_context *ctx, nir_instr *instr) in emit_instr() function 907 emit_instr(ctx, instr); in emit_block()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 3312 emit_instr(struct dxil_module *m, struct dxil_func_def *func, struct dxil_instr *instr) in emit_instr() function 3373 if (!emit_instr(m, func, instr)) in emit_function()
|
H A D | nir_to_dxil.c | 5033 static bool emit_instr(struct ntd_context *ctx, struct nir_instr* instr) in emit_instr() function 5069 if (!emit_instr(ctx, instr)) { in emit_block()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 2556 emit_instr(compiler_context *ctx, struct nir_instr *instr) in emit_instr() function 2902 emit_instr(ctx, instr); in emit_block()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3485 emit_instr(struct ir3_context *ctx, nir_instr *instr) in emit_instr() function 3596 emit_instr(ctx, instr); in emit_block()
|
Completed in 27 milliseconds