Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs.h196 struct fs_thread_payload : public thread_payload { struct
200 uint8_t subspan_coord_reg[2];
201 uint8_t source_depth_reg[2];
202 uint8_t source_w_reg[2];
203 uint8_t aa_dest_stencil_reg[2];
204 uint8_t dest_depth_reg[2];
205 uint8_t sample_pos_reg[2];
206 uint8_t sample_mask_in_reg[2];
207 uint8_t barycentric_coord_reg[BRW_BARYCENTRIC_MODE_COUNT][2];
209 uint8_t depth_w_coef_reg;
[all …]
H A Dbrw_fs_thread_payload.cpp337 fs_thread_payload::fs_thread_payload(const fs_visitor &v, in fs_thread_payload() function in fs_thread_payload