Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/genhw/
Dgen_eu_message.xml.h72 GEN6_MSG_SAMPLER_SAMPLE_L = 0x2, enumerator
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_vs.c336 case GEN6_MSG_SAMPLER_SAMPLE_L: in vs_add_sampler_params()
442 msg_type = GEN6_MSG_SAMPLER_SAMPLE_L; in vs_prepare_tgsi_sampling()
492 msg_type = GEN6_MSG_SAMPLER_SAMPLE_L; in vs_prepare_tgsi_sampling()
Dilo_shader_fs.c587 case GEN6_MSG_SAMPLER_SAMPLE_L: in fs_add_sampler_params_gen6()
660 case GEN6_MSG_SAMPLER_SAMPLE_L: in fs_add_sampler_params_gen7()
869 msg_type = GEN6_MSG_SAMPLER_SAMPLE_L; in fs_prepare_tgsi_sampling()
964 msg_type = GEN6_MSG_SAMPLER_SAMPLE_L; in fs_prepare_tgsi_sampling()
Dtoy_compiler_disasm.c1115 case GEN6_MSG_SAMPLER_SAMPLE_L: return "sample_l"; in disasm_inst_mdesc_sampler_op()