Lines Matching defs:block
55 shader(shader), block(NULL), cursor(NULL),
64 * before instruction \p inst in basic block \p block. The default
68 vec4_builder(backend_shader *shader, bblock_t *block, instruction *inst) :
69 shader(shader), block(block), cursor(inst),
79 * in basic block \p block, inheriting other code generation parameters
83 at(bblock_t *block, exec_node *cursor) const
86 bld.block = block;
320 if (block)
321 static_cast<instruction *>(cursor)->insert_before(block, inst);
631 bblock_t *block;