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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Dmesa_formats.cpp103 #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 Dmesa_formats.cpp104 #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 Dsb_bc_builder.cpp376 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 Dsb_bc_builder.cpp376 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 Dagx_compile.c543 #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 Dbrw_disasm.c451 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 Dbrw_disasm.c472 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 Dbrw_fs.cpp5961 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 Dr600_asm.c2264 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 Dr600_asm.c2271 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) {

Completed in 29 milliseconds