HomeSort by relevance Sort by last modified time
    Searched refs:jit_function (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 62 /* XXX: this is a pointer to the LLVM IR. Once jit_function is
71 lp_jit_setup_triangle jit_function; member in struct:lp_setup_variant
lp_state_fs.h 45 /** Indexes into jit_function[] array */
111 lp_jit_frag_func jit_function[2]; member in struct:lp_fragment_shader_variant
lp_rast_priv.h 271 variant->jit_function[RAST_WHOLE]( &state->jit_context,
lp_rast.c 352 variant->jit_function[RAST_WHOLE]( &state->jit_context,
457 variant->jit_function[RAST_EDGE_TEST](&state->jit_context,
lp_state_setup.c 803 variant->jit_function = (lp_jit_setup_triangle)
805 if (!variant->jit_function)
    [all...]
lp_state_fs.c     [all...]
lp_setup_tri.c 377 setup->setup.variant->jit_function(v0, v1, v2,
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_match.c 47 static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, jit_function executable_func)
110 jit_function call_executable_func;
pcre2_jit_compile.c 231 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args); typedef
    [all...]

Completed in 2761 milliseconds