Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/genhw/
Dgen_eu_message.xml.h77 GEN6_MSG_SAMPLER_LD = 0x7, enumerator
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c295 GEN6_MSG_SAMPLER_LD, in fs_lower_opcode_tgsi_indirect_const()
418 GEN6_MSG_SAMPLER_LD, in fs_lower_opcode_tgsi_const_gen7()
616 case GEN6_MSG_SAMPLER_LD: in fs_add_sampler_params_gen6()
690 case GEN6_MSG_SAMPLER_LD: in fs_add_sampler_params_gen7()
875 msg_type = GEN6_MSG_SAMPLER_LD; in fs_prepare_tgsi_sampling()
Dilo_shader_vs.c163 GEN6_MSG_SAMPLER_LD, in vs_lower_opcode_tgsi_const_gen7()
361 case GEN6_MSG_SAMPLER_LD: in vs_add_sampler_params()
448 msg_type = GEN6_MSG_SAMPLER_LD; in vs_prepare_tgsi_sampling()
Dtoy_compiler_disasm.c1120 case GEN6_MSG_SAMPLER_LD: return "ld"; in disasm_inst_mdesc_sampler_op()