Searched refs:nst (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
367 node_subtype nst = NST_LIST,
374 cf_node* create_clause(node_subtype nst);
H A Dsb_shader.cpp85 cf_node* shader::create_clause(node_subtype nst) { argument
88 n->subtype = nst;
90 switch (nst) {
257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { argument
258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
320 container_node* shader::create_container(node_type nt, node_subtype nst, argument
323 container_node(nt, nst, flags);
H A Dsb_gcm.cpp439 node_subtype nst; local in function:r600_sb::gcm::bu_sched_bb
442 nst = NST_ALU_CLAUSE;
445 nst = NST_TEX_CLAUSE;
448 nst = NST_GDS_CLAUSE;
451 nst = NST_VTX_CLAUSE;
454 clause = sh.create_clause(nst);
H A Dsb_ir.h769 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) argument
771 type(nt), subtype(nst), flags(flags),
880 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST, argument
882 : node(nt, nst, flags | NF_CONTAINER), first(), last(),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
367 node_subtype nst = NST_LIST,
374 cf_node* create_clause(node_subtype nst);
H A Dsb_shader.cpp85 cf_node* shader::create_clause(node_subtype nst) { argument
88 n->subtype = nst;
90 switch (nst) {
257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { argument
258 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
320 container_node* shader::create_container(node_type nt, node_subtype nst, argument
323 container_node(nt, nst, flags);
H A Dsb_gcm.cpp439 node_subtype nst; local in function:r600_sb::gcm::bu_sched_bb
442 nst = NST_ALU_CLAUSE;
445 nst = NST_TEX_CLAUSE;
448 nst = NST_GDS_CLAUSE;
451 nst = NST_VTX_CLAUSE;
454 clause = sh.create_clause(nst);
H A Dsb_ir.h770 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) argument
772 type(nt), subtype(nst), flags(flags),
881 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST, argument
883 : node(nt, nst, flags | NF_CONTAINER), first(), last(),

Completed in 12 milliseconds