Home
last modified time | relevance | path

Searched refs:GEN6_MSG_SAMPLER_SAMPLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/genhw/
Dgen_eu_message.xml.h70 GEN6_MSG_SAMPLER_SAMPLE = 0x0, enumerator
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dilo_shader_fs.c581 case GEN6_MSG_SAMPLER_SAMPLE: in fs_add_sampler_params_gen6()
654 case GEN6_MSG_SAMPLER_SAMPLE: in fs_add_sampler_params_gen7()
797 msg_type = GEN6_MSG_SAMPLER_SAMPLE; in fs_prepare_tgsi_sampling()
827 msg_type = GEN6_MSG_SAMPLER_SAMPLE; in fs_prepare_tgsi_sampling()
932 msg_type = GEN6_MSG_SAMPLER_SAMPLE; in fs_prepare_tgsi_sampling()
Dtoy_compiler_disasm.c1113 case GEN6_MSG_SAMPLER_SAMPLE: return "sample"; in disasm_inst_mdesc_sampler_op()