Searched refs:aop (Results 1 – 9 of 9) sorted by relevance
/third_party/glslang/Test/ |
D | tokenPaste.vert | 68 const int aop = 10; 70 int cop = aop MAKE_OP(<, <) bop; 71 bool dop = aop MAKE_OP(!,=) bop;
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F() argument 113 EXPECT_TRUE(a aop 0); \ in TEST_F()
|
/third_party/glslang/Test/baseResults/ |
D | tokenPaste.vert.out | 65 0:? 'aop' ( const int) 113 0:? 'aop' ( const int)
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object() 203 OPENSSL_free(aop); in OBJ_add_object()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 376 const alu_op_info *aop = bc.op_ptr; in build_alu() local 422 if (aop->src_count<3) { in build_alu() 440 if (ctx.is_cayman() && (aop->flags & AF_MOVA)) { in build_alu() 456 } else if (ctx.is_cayman() && (aop->flags & (AF_PRED|AF_KILL))) { in build_alu()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 648 #define UNOP(nop, aop) \ in agx_emit_alu() argument 649 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0); in agx_emit_alu() 650 #define BINOP(nop, aop) \ in agx_emit_alu() argument 651 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1); in agx_emit_alu() 652 #define TRIOP(nop, aop) \ in agx_emit_alu() argument 653 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1, s2); in agx_emit_alu()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 472 static const char *const aop[16] = { variable 2324 control(file, "atomic op", aop, in brw_disassemble_inst() 2371 control(file, "atomic op", aop, msg_ctrl & 0xf, &space); in brw_disassemble_inst()
|
D | brw_lower_logical_sends.cpp | 1642 brw_atomic_op_to_lsc_fatomic_op(uint32_t aop) in brw_atomic_op_to_lsc_fatomic_op() argument 1644 switch(aop) { in brw_atomic_op_to_lsc_fatomic_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 2353 const struct alu_op_info *aop = r600_isa_alu(alu->op); in r600_bytecode_disasm() local 2366 o += fprintf(stderr, "%s%s%s ", aop->name, in r600_bytecode_disasm() 2371 for (i = 0; i < aop->src_count; ++i) { in r600_bytecode_disasm()
|