Searched refs:TEX_FETCH (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | instr-a2xx.h | 277 TEX_FETCH = 1, enumerator in enum:__anonbf9970420903
|
| H A D | ir2_private.h | 368 case TEX_FETCH:
|
| H A D | ir2_assemble.c | 204 } else if (instr->fetch.opc == TEX_FETCH) { 411 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */ 438 } else if (bc.fetch.opc == TEX_FETCH) {
|
| H A D | ir2.c | 386 instr->fetch.opc == TEX_FETCH && instr->src_count == 2) {
|
| H A D | fd2_program.c | 210 assert(instr->opc == TEX_FETCH);
|
| H A D | disasm-a2xx.c | 441 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),
|
| H A D | ir2_nir.c | 722 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_private.h | 384 case TEX_FETCH:
|
| H A D | ir2_assemble.c | 207 } else if (instr->fetch.opc == TEX_FETCH) { 415 /* we need to sync between ALU/VTX_FETCH/TEX_FETCH types */ 442 } else if (bc.fetch.opc == TEX_FETCH) {
|
| H A D | fd2_program.c | 199 assert(instr->opc == TEX_FETCH);
|
| H A D | ir2.c | 415 if (instr && instr->type == IR2_FETCH && instr->fetch.opc == TEX_FETCH &&
|
| H A D | ir2_nir.c | 740 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 272 TEX_FETCH = 1, enumerator in enum:__anond74638370903
|
| H A D | disasm-a2xx.c | 462 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),
|
Completed in 14 milliseconds