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 Dinstr-a2xx.h277 TEX_FETCH = 1, enumerator in enum:__anonbf9970420903
H A Dir2_private.h368 case TEX_FETCH:
H A Dir2_assemble.c204 } 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 Dir2.c386 instr->fetch.opc == TEX_FETCH && instr->src_count == 2) {
H A Dfd2_program.c210 assert(instr->opc == TEX_FETCH);
H A Ddisasm-a2xx.c441 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),
H A Dir2_nir.c722 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h384 case TEX_FETCH:
H A Dir2_assemble.c207 } 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 Dfd2_program.c199 assert(instr->opc == TEX_FETCH);
H A Dir2.c415 if (instr && instr->type == IR2_FETCH && instr->fetch.opc == TEX_FETCH &&
H A Dir2_nir.c740 instr = ir2_instr_create_fetch(ctx, &tex->dest, TEX_FETCH);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h272 TEX_FETCH = 1, enumerator in enum:__anond74638370903
H A Ddisasm-a2xx.c462 INSTR(TEX_FETCH, "SAMPLE", print_fetch_tex),

Completed in 14 milliseconds