Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h38 using PFN_TCS_FUNC = PFN_HS_FUNC; variable
53 PFN_TCS_FUNC
Dswr_state.h49 using PFN_TCS_FUNC = PFN_HS_FUNC; variable
55 typedef ShaderVariant<PFN_TCS_FUNC> VariantTCS;
Dswr_shader.cpp345 PFN_TCS_FUNC CompileTCS(struct swr_context *ctx, swr_jit_tcs_key &key);
2048 PFN_TCS_FUNC
2242 PFN_TCS_FUNC pFunc = in CompileTCS()
2243 (PFN_TCS_FUNC)gallivm_jit_function(gallivm, wrap(pFunction)); in CompileTCS()
2267 PFN_TCS_FUNC
2273 PFN_TCS_FUNC func = builder.CompileTCS(ctx, key); in swr_compile_tcs()
Dswr_state.cpp1667 PFN_TCS_FUNC func; in swr_update_derived()