Home
last modified time | relevance | path

Searched refs:fetch_op_info (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h176 struct fetch_op_info struct
686 const struct fetch_op_info *
Dr600_isa.c297 static const struct fetch_op_info fetch_op_table[] = {
525 const struct fetch_op_info *
572 const struct fetch_op_info *op = &fetch_op_table[i]; in r600_isa_init()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp501 const fetch_op_info *fop = bc.op_ptr; in build_fetch_tex()
565 const fetch_op_info *fop = bc.op_ptr; in build_fetch_gds()
605 const fetch_op_info *fop = bc.op_ptr; in build_fetch_vtx()
Dsb_bc.h535 const fetch_op_info * op_ptr;