Home
last modified time | relevance | path

Searched refs:SHADER_OPCODE_LOAD_PAYLOAD (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp50 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in is_nop_mov()
72 inst->opcode != SHADER_OPCODE_LOAD_PAYLOAD) || in is_coalesce_candidate()
88 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in is_coalesce_candidate()
192 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in register_coalesce()
Dbrw_fs_cse.cpp109 case SHADER_OPCODE_LOAD_PAYLOAD: in is_expression()
207 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD || in create_copy_instr()
211 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in create_copy_instr()
Dbrw_fs_copy_propagation.cpp375 if (entry->opcode == SHADER_OPCODE_LOAD_PAYLOAD && in try_copy_propagate()
376 inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) in try_copy_propagate()
575 case SHADER_OPCODE_LOAD_PAYLOAD: in try_constant_propagate()
827 } else if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD && in opt_copy_propagation_local()
Dbrw_eu_defines.h362 SHADER_OPCODE_LOAD_PAYLOAD, enumerator
Dbrw_fs_builder.h569 instruction *inst = emit(SHADER_OPCODE_LOAD_PAYLOAD, dst, src, sources); in LOAD_PAYLOAD()
Dbrw_shader.cpp305 case SHADER_OPCODE_LOAD_PAYLOAD: in brw_instruction_name()
Dbrw_fs.cpp353 if (this->opcode != SHADER_OPCODE_LOAD_PAYLOAD) in is_copy_payload()
839 case SHADER_OPCODE_LOAD_PAYLOAD: in size_read()
2577 load_payload->opcode != SHADER_OPCODE_LOAD_PAYLOAD) in opt_zero_samples()
3448 if (inst->opcode != SHADER_OPCODE_LOAD_PAYLOAD) in lower_load_payload()
5185 case SHADER_OPCODE_LOAD_PAYLOAD: { in get_lowered_simd_width()
Dbrw_fs_generator.cpp2182 case SHADER_OPCODE_LOAD_PAYLOAD: in generate_code()