Home
last modified time | relevance | path

Searched refs:FF_GDS (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.c307 {"GDS_ADD", { -1, -1, 0x020002, 0x020002 }, FF_GDS },
308 {"GDS_SUB", { -1, -1, 0x020102, 0x020102 }, FF_GDS },
309 {"GDS_RSUB", { -1, -1, 0x020202, 0x020202 }, FF_GDS },
310 {"GDS_INC", { -1, -1, 0x020302, 0x020302 }, FF_GDS },
311 {"GDS_DEC", { -1, -1, 0x020402, 0x020402 }, FF_GDS },
312 {"GDS_MIN_INT", { -1, -1, 0x020502, 0x020502 }, FF_GDS },
313 {"GDS_MAX_INT", { -1, -1, 0x020602, 0x020602 }, FF_GDS },
314 {"GDS_MIN_UINT", { -1, -1, 0x020702, 0x020702 }, FF_GDS },
315 {"GDS_MAX_UINT", { -1, -1, 0x020802, 0x020802 }, FF_GDS },
316 {"GDS_AND", { -1, -1, 0x020902, 0x020902 }, FF_GDS },
[all …]
Dr600_isa.h122 FF_GDS = (1<<0), enumerator
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp55 if (n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS)) { in run_on()
Dsb_bc_builder.cpp132 if (f->bc.op_ptr->flags & FF_GDS) in build_fetch_clause()
570 assert(fop->flags & FF_GDS); in build_fetch_gds()
Dsb_bc_finalize.cpp590 } else if (flags & FF_GDS) { in finalize_fetch()
696 if ((flags & FF_GDS) && reg == -1) { in finalize_fetch()
Dsb_bc_parser.cpp625 if (cf->bc.op_ptr->flags & FF_GDS) in decode_fetch_clause()
654 unsigned gds = flags & FF_GDS; in prepare_fetch_clause()
Dsb_bc_dump.cpp480 unsigned gds = n.bc.op_ptr->flags & FF_GDS; in dump()
Dsb_shader.cpp601 if (f->bc.op_ptr->flags & FF_GDS) in get_queue_id()
Dsb_ra_init.cpp752 no_src_swizzle |= n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS); in split_vector_inst()
Dsb_bc_decoder.cpp433 if (bc.op_ptr->flags & FF_GDS) in decode_fetch()