Home
last modified time | relevance | path

Searched refs:inst_is_in_block (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1184 inst_is_in_block(const bblock_t *block, const backend_instruction *inst) in inst_is_in_block() function
1212 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_after()
1228 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_before()
1240 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_before()
1255 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in remove()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2123 - intel: Early exit from inst_is_in_block().