Searched refs:FF_GDS (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 307 {"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 …]
|
D | r600_isa.h | 122 FF_GDS = (1<<0), enumerator
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 55 if (n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS)) { in run_on()
|
D | sb_bc_builder.cpp | 132 if (f->bc.op_ptr->flags & FF_GDS) in build_fetch_clause() 570 assert(fop->flags & FF_GDS); in build_fetch_gds()
|
D | sb_bc_finalize.cpp | 590 } else if (flags & FF_GDS) { in finalize_fetch() 696 if ((flags & FF_GDS) && reg == -1) { in finalize_fetch()
|
D | sb_bc_parser.cpp | 625 if (cf->bc.op_ptr->flags & FF_GDS) in decode_fetch_clause() 654 unsigned gds = flags & FF_GDS; in prepare_fetch_clause()
|
D | sb_bc_dump.cpp | 480 unsigned gds = n.bc.op_ptr->flags & FF_GDS; in dump()
|
D | sb_shader.cpp | 601 if (f->bc.op_ptr->flags & FF_GDS) in get_queue_id()
|
D | sb_ra_init.cpp | 752 no_src_swizzle |= n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS); in split_vector_inst()
|
D | sb_bc_decoder.cpp | 433 if (bc.op_ptr->flags & FF_GDS) in decode_fetch()
|