Home
last modified time | relevance | path

Searched refs:bcast_first_req (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h139 unsigned bcast_first_req; member
Deg_asm.c248 S_SQ_MEM_GDS_WORD1_BCAST_FIRST_REQ(gds->bcast_first_req); in eg_bytecode_gds_build()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp492 if (n.bc.bcast_first_req) in dump()
Dsb_bc.h587 unsigned bcast_first_req:1; member
Dsb_bc_builder.cpp591 .BCAST_FIRST_REQ(bc.bcast_first_req); in build_fetch_gds()
Dsb_bc_decoder.cpp521 bc.bcast_first_req = w1.get_BCAST_FIRST_REQ(); in decode_fetch_gds()