OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jit_function
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h
60
/* XXX: this is a pointer to the LLVM IR. Once
jit_function
is
69
lp_jit_setup_triangle
jit_function
;
member in struct:lp_setup_variant
lp_state_fs.h
45
/** Indexes into
jit_function
[] array */
95
lp_jit_frag_func
jit_function
[2];
member in struct:lp_fragment_shader_variant
lp_state_fs.c
[
all
...]
lp_rast_priv.h
272
variant->
jit_function
[RAST_WHOLE]( &state->jit_context,
lp_state_setup.c
762
variant->
jit_function
= (lp_jit_setup_triangle)
764
if (!variant->
jit_function
)
783
variant->
jit_function
);
849
variant->
jit_function
);
lp_rast.c
374
variant->
jit_function
[RAST_WHOLE]( &state->jit_context,
462
variant->
jit_function
[RAST_EDGE_TEST](&state->jit_context,
lp_setup_tri.c
321
setup->setup.variant->
jit_function
( v0,
/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 825 milliseconds