Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp52 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in is_nop_mov()
74 inst->opcode != SHADER_OPCODE_LOAD_PAYLOAD) || in is_coalesce_candidate()
90 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in is_coalesce_candidate()
228 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in register_coalesce()
Dbrw_fs_cse.cpp108 case SHADER_OPCODE_LOAD_PAYLOAD: in is_expression()
211 if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD) { in create_copy_instr()
Dbrw_fs_copy_propagation.cpp472 if (entry->opcode == SHADER_OPCODE_LOAD_PAYLOAD && in try_copy_propagate()
736 case SHADER_OPCODE_LOAD_PAYLOAD: in try_constant_propagate()
982 } else if (inst->opcode == SHADER_OPCODE_LOAD_PAYLOAD && in opt_copy_propagation_local()
Dbrw_ir_fs.h585 if (inst->opcode != SHADER_OPCODE_LOAD_PAYLOAD || in is_copy_payload()
Dbrw_eu_defines.h383 SHADER_OPCODE_LOAD_PAYLOAD, enumerator
Dbrw_fs_builder.h699 instruction *inst = emit(SHADER_OPCODE_LOAD_PAYLOAD, dst, src, sources); in LOAD_PAYLOAD()
Dbrw_shader.cpp353 case SHADER_OPCODE_LOAD_PAYLOAD: in brw_instruction_name()
Dbrw_fs.cpp1000 case SHADER_OPCODE_LOAD_PAYLOAD: in size_read()
2935 load_payload->opcode != SHADER_OPCODE_LOAD_PAYLOAD) in opt_zero_samples()
3747 if (inst->opcode != SHADER_OPCODE_LOAD_PAYLOAD) in lower_load_payload()
6788 case SHADER_OPCODE_LOAD_PAYLOAD: { in get_lowered_simd_width()
Dbrw_fs_generator.cpp2599 case SHADER_OPCODE_LOAD_PAYLOAD: in generate_code()