Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_ir.h169 bool send_is_volatile:1; /**< Only valid for SHADER_OPCODE_SEND */ member
Dbrw_fs_reg_allocate.cpp899 unspill_inst->send_is_volatile = true; in emit_unspill()
956 spill_inst->send_is_volatile = false; in emit_spill()
Dbrw_shader.cpp1118 return send_is_volatile; in is_volatile()
Dbrw_fs.cpp5669 inst->send_is_volatile = !has_side_effects; in lower_surface_logical_send()
5737 inst->send_is_volatile = !has_side_effects; in lower_surface_block_logical_send()
5902 inst->send_is_volatile = !has_side_effects; in lower_a64_logical_send()