Home
last modified time | relevance | path

Searched refs:swr_jit_tcs_key (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h35 struct swr_jit_tcs_key;
54 swr_compile_tcs(struct swr_context *ctx, swr_jit_tcs_key &key);
74 void swr_generate_tcs_key(struct swr_jit_tcs_key &key,
112 struct swr_jit_tcs_key : swr_jit_sampler_key { struct
155 template <> struct hash<swr_jit_tcs_key> {
156 std::size_t operator()(const swr_jit_tcs_key &k) const
174 bool operator==(const swr_jit_tcs_key &lhs, const swr_jit_tcs_key &rhs);
Dswr_state.h89 std::unordered_map<swr_jit_tcs_key, std::unique_ptr<VariantTCS>> map;
Dswr_shader.cpp115 bool operator==(const swr_jit_tcs_key &lhs, const swr_jit_tcs_key &rhs) in operator ==()
269 swr_generate_tcs_key(struct swr_jit_tcs_key &key, in swr_generate_tcs_key()
345 PFN_TCS_FUNC CompileTCS(struct swr_context *ctx, swr_jit_tcs_key &key);
2049 BuilderSWR::CompileTCS(struct swr_context *ctx, swr_jit_tcs_key &key) in CompileTCS()
2268 swr_compile_tcs(struct swr_context *ctx, swr_jit_tcs_key &key) in swr_compile_tcs()
Dswr_state.cpp1663 swr_jit_tcs_key key; in swr_update_derived()