HomeSort by relevance Sort by last modified time
    Searched refs:simd_mode (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_helpers.h 159 unsigned simd_mode,
167 assert(simd_mode < 4);
172 ctrl = simd_mode << 17 |
178 ctrl = simd_mode << 16 |
ilo_shader_fs.c 265 unsigned simd_mode, param_size; local
279 simd_mode = GEN6_MSG_SAMPLER_SIMD8;
283 simd_mode = GEN6_MSG_SAMPLER_SIMD16;
294 simd_mode,
723 unsigned simd_mode, msg_type, msg_len, sampler_index, binding_table_index; local
730 simd_mode = GEN6_MSG_SAMPLER_SIMD8;
734 simd_mode = GEN6_MSG_SAMPLER_SIMD16;
1093 false, simd_mode, msg_type, sampler_index, binding_table_index);
    [all...]
ilo_shader_vs.c 395 unsigned simd_mode, msg_type, msg_len, sampler_index, binding_table_index; local
400 simd_mode = GEN6_MSG_SAMPLER_SIMD4X2;
564 false, simd_mode, msg_type, sampler_index, binding_table_index);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_generator.cpp 587 uint32_t simd_mode; local
592 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8;
595 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
601 if (simd_mode == BRW_SAMPLER_SIMD_MODE_SIMD16) {
616 simd_mode,
629 uint32_t simd_mode; local
658 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD8;
661 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
792 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16;
803 simd_mode = BRW_SAMPLER_SIMD_MODE_SIMD16
1220 uint32_t simd_mode, rlen, msg_type; local
1282 uint32_t simd_mode, rlen, mlen; local
    [all...]
brw_eu.h 210 unsigned simd_mode,
314 unsigned simd_mode,
brw_eu_emit.c 767 unsigned simd_mode,
779 brw_inst_set_sampler_simd_mode(devinfo, inst, simd_mode);
    [all...]

Completed in 655 milliseconds