Searched defs:fs_thread_payload (Results 1 – 2 of 2) sorted by relevance
129 struct fs_thread_payload : public thread_payload { struct133 uint8_t subspan_coord_reg[2];134 uint8_t source_depth_reg[2];135 uint8_t source_w_reg[2];136 uint8_t aa_dest_stencil_reg[2];137 uint8_t dest_depth_reg[2];138 uint8_t sample_pos_reg[2];139 uint8_t sample_mask_in_reg[2];140 uint8_t depth_w_coef_reg;141 uint8_t barycentric_coord_reg[BRW_BARYCENTRIC_MODE_COUNT][2];
305 fs_thread_payload::fs_thread_payload(const fs_visitor &v, in fs_thread_payload() function in fs_thread_payload