Home
last modified time | relevance | path

Searched refs:thread_payload (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h155 struct thread_payload { struct
159 virtual ~thread_payload() = default; argument
162 thread_payload() : num_regs() {} in thread_payload() argument
165 struct vs_thread_payload : public thread_payload {
171 struct tcs_thread_payload : public thread_payload {
179 struct tes_thread_payload : public thread_payload {
188 struct gs_thread_payload : public thread_payload {
197 struct fs_thread_payload : public thread_payload {
216 struct cs_thread_payload : public thread_payload {
241 struct bs_thread_payload : public thread_payload {
[all …]
/external/mesa3d/docs/relnotes/
D22.3.0.rst942 - intel/compiler: Make thread_payload struct abstract