Searched defs:simd_mode (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_generator.cpp | 954 uint32_t simd_mode; in generate_get_buffer_size() local 998 uint32_t simd_mode; in generate_tex() local 1606 uint32_t simd_mode, rlen, msg_type; generate_varying_pull_constant_load_gfx4() local [all...] |
H A D | brw_lower_logical_sends.cpp | 1085 unsigned simd_mode = 0; in lower_sampler_logical_send_gfx7() local 2329 const unsigned simd_mode = in lower_varying_pull_constant_logical_send() local
|
H A D | brw_eu_emit.c | 3349 const unsigned simd_mode = (exec_size == BRW_EXECUTE_16); in brw_pixel_interpolator_query() local 2535 brw_SAMPLE(struct brw_codegen *p, struct brw_reg dest, unsigned msg_reg_nr, struct brw_reg src0, unsigned binding_table_index, unsigned sampler, unsigned msg_type, unsigned response_length, unsigned msg_length, unsigned header_present, unsigned simd_mode, unsigned return_format) brw_SAMPLE() argument
|
H A D | brw_eu.h | 740 const unsigned simd_mode = exec_size == 0 ? 0 : /* SIMD4x2 */ in brw_dp_untyped_surface_rw_desc() local 851 const unsigned simd_mode = exec_size == 0 ? 0 : /* SIMD4x2 */ in brw_dp_a64_untyped_surface_rw_desc() local 394 brw_sampler_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned sampler, unsigned msg_type, unsigned simd_mode, unsigned return_format) brw_sampler_desc() argument 1541 brw_pixel_interp_desc(UNUSED const struct intel_device_info *devinfo, unsigned msg_type, bool noperspective, bool coarse_pixel_rate, unsigned simd_mode, unsigned slot_group) brw_pixel_interp_desc() argument [all...] |
Completed in 13 milliseconds