Searched refs:is_fetch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c167 instr_t *bc, bool * is_fetch)
174 *is_fetch = true;
326 *is_fetch = false;
368 bool is_fetch = false; local in function:assemble
409 fill_instr(ctx, &ctx->instr_sched[j], &bc, &is_fetch);
413 if (is_fetch)
431 if (is_fetch) {
457 if (!is_fetch && bc.alu.export_data) {
491 if (is_fetch)
166 fill_instr(struct ir2_context * ctx,struct ir2_sched_instr * sched,instr_t * bc,bool * is_fetch) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c170 bool *is_fetch)
177 *is_fetch = true;
329 *is_fetch = false;
372 bool is_fetch = false; local in function:assemble
413 fill_instr(ctx, &ctx->instr_sched[j], &bc, &is_fetch);
417 if (is_fetch)
435 if (is_fetch) {
463 if (!is_fetch && bc.alu.export_data) {
498 if (is_fetch)
169 fill_instr(struct ir2_context * ctx,struct ir2_sched_instr * sched,instr_t * bc,bool * is_fetch) argument

Completed in 3 milliseconds