Lines Matching defs:block
57 shader(shader), block(NULL), cursor(NULL),
67 * before instruction \p inst in basic block \p block. The default
71 fs_builder(backend_shader *shader, bblock_t *block, fs_inst *inst) :
72 shader(shader), block(block), cursor(inst),
83 * basic block \p block, inheriting other code generation parameters
87 at(bblock_t *block, exec_node *cursor) const
90 bld.block = block;
374 if (block)
375 static_cast<instruction *>(cursor)->insert_before(block, inst);
871 bblock_t *block;