| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 103 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ 108 EXPECT_TRUE(a aop 0); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 104 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ 109 EXPECT_TRUE(a aop 0); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_builder.cpp | 376 const alu_op_info *aop = bc.op_ptr; local in function:r600_sb::bc_builder::build_alu 422 if (aop->src_count<3) { 440 if (ctx.is_cayman() && (aop->flags & AF_MOVA)) { 456 } else if (ctx.is_cayman() && (aop->flags & (AF_PRED|AF_KILL))) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_bc_builder.cpp | 376 const alu_op_info *aop = bc.op_ptr; local in function:r600_sb::bc_builder::build_alu 422 if (aop->src_count<3) { 440 if (ctx.is_cayman() && (aop->flags & AF_MOVA)) { 456 } else if (ctx.is_cayman() && (aop->flags & (AF_PRED|AF_KILL))) {
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 543 #define UNOP(nop, aop) \ 544 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0); 545 #define BINOP(nop, aop) \ 546 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1); 547 #define TRIOP(nop, aop) \ 548 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1, s2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_disasm.c | 451 static const char *const aop[16] = { variable in typeref:typename:const char * const[16] 1911 control(file, "atomic op", aop, 1947 control(file, "atomic op", aop, msg_ctrl & 0xf, &space);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_disasm.c | 472 static const char *const aop[16] = { variable in typeref:typename:const char * const[16] 2306 control(file, "atomic op", aop, 2353 control(file, "atomic op", aop, msg_ctrl & 0xf, &space);
|
| H A D | brw_fs.cpp | 5961 brw_atomic_op_to_lsc_fatomic_op(uint32_t aop) argument 5963 switch(aop) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.c | 2264 const struct alu_op_info *aop = r600_isa_alu(alu->op); local in function:r600_bytecode_disasm 2277 o += fprintf(stderr, "%s%s%s ", aop->name, 2282 for (i = 0; i < aop->src_count; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_asm.c | 2271 const struct alu_op_info *aop = r600_isa_alu(alu->op); local in function:r600_bytecode_disasm 2284 o += fprintf(stderr, "%s%s%s ", aop->name, 2289 for (i = 0; i < aop->src_count; ++i) {
|