Home
last modified time | relevance | path

Searched refs:tes_thread_payload (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h179 struct tes_thread_payload : public thread_payload { struct
180 tes_thread_payload(const fs_visitor &v);
393 tes_thread_payload &tes_payload() { in tes_payload()
395 return *static_cast<tes_thread_payload *>(this->payload_); in tes_payload()
Dbrw_fs_thread_payload.cpp81 tes_thread_payload::tes_thread_payload(const fs_visitor &v) in tes_thread_payload() function in tes_thread_payload
Dbrw_compile_tes.cpp35 s.payload_ = new tes_thread_payload(s); in run_tes()