Home
last modified time | relevance | path

Searched refs:BRW_SFID_SAMPLER (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h928 BRW_SFID_SAMPLER = 2, enumerator
Dbrw_disasm.c276 [BRW_SFID_SAMPLER] = "sampler",
288 [BRW_SFID_SAMPLER] = "sampler",
1617 case BRW_SFID_SAMPLER: in brw_disassemble_inst()
Dbrw_vec4_generator.cpp328 p, BRW_SFID_SAMPLER, dst, src, addr); in generate_tex()
1397 p, BRW_SFID_SAMPLER, dst, offset, addr); in generate_pull_constant_load_gen7()
Dbrw_fs_generator.cpp1029 p, BRW_SFID_SAMPLER, dst, src, addr); in generate_tex()
1424 p, BRW_SFID_SAMPLER, retype(dst, BRW_REGISTER_TYPE_UW), in generate_varying_pull_constant_load_gen7()
Dbrw_eu_emit.c580 brw_set_message_descriptor(p, inst, BRW_SFID_SAMPLER, msg_length, in brw_set_sampler_message()