Searched refs:lp_jit_setup_triangle (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_state_setup.h | 38 typedef void (*lp_jit_setup_triangle)( const float (*v0)[4], typedef in typeref:typename:void (*)(const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean front_facing,float (* a0)[4],float (* dadx)[4],float (* dady)[4]) 71 lp_jit_setup_triangle jit_function; |
| H A D | lp_state_setup.c | 803 variant->jit_function = (lp_jit_setup_triangle) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_state_setup.h | 40 typedef void (*lp_jit_setup_triangle)( const float (*v0)[4], typedef in typeref:typename:void (*)(const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],boolean front_facing,float (* a0)[4],float (* dadx)[4],float (* dady)[4],const struct lp_setup_variant_key * key) 74 lp_jit_setup_triangle jit_function; |
| H A D | lp_state_setup.c | 737 variant->jit_function = (lp_jit_setup_triangle) |
Completed in 74 milliseconds