Home
last modified time | relevance | path

Searched defs:brw_wm_prog_data (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h620 struct brw_wm_prog_data { struct
621 struct brw_stage_prog_data base;
623 unsigned num_per_primitive_inputs;
624 unsigned num_varying_inputs;
626 uint8_t dispatch_grf_start_reg_16;
627 uint8_t dispatch_grf_start_reg_32;
628 uint32_t prog_offset_16;
629 uint32_t prog_offset_32;
631 uint8_t computed_depth_mode;
637 uint8_t max_polygons;
[all …]