Searched refs:IR2_FETCH (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h83 IR2_FETCH, enumerator in enum:ir2_instr::__anon0ec1ae090103
350 if (instr->type == IR2_FETCH)
364 if (instr->type == IR2_FETCH) {
H A Dir2_ra.c34 else if (instr->type == IR2_FETCH)
H A Dir2.c385 if (instr && instr->type == IR2_FETCH &&
389 tex_lod->type = IR2_FETCH;
H A Dir2_assemble.c173 if (instr && instr->type == IR2_FETCH) {
H A Dir2_nir.c371 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_FETCH);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h83 IR2_FETCH, enumerator in enum:ir2_instr::__anon5c5cc0dc0103
365 if (instr->type == IR2_FETCH)
380 if (instr->type == IR2_FETCH) {
H A Dir2_ra.c35 else if (instr->type == IR2_FETCH)
H A Dir2.c415 if (instr && instr->type == IR2_FETCH && instr->fetch.opc == TEX_FETCH &&
419 tex_lod->type = IR2_FETCH;
H A Dir2_assemble.c176 if (instr && instr->type == IR2_FETCH) {
H A Dir2_nir.c377 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_FETCH);

Completed in 9 milliseconds