Home
last modified time | relevance | path

Searched defs:jit (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c309 lp_jit_buffer_from_pipe(struct lp_jit_buffer *jit, const struct pipe_shader_buffer *buffer) in lp_jit_buffer_from_pipe()
328 lp_jit_buffer_from_bda(struct lp_jit_buffer *jit, void *mem, size_t size) in lp_jit_buffer_from_bda()
342 lp_jit_buffer_from_pipe_const(struct lp_jit_buffer *jit, const struct pipe_constant_buffer *buffer,… in lp_jit_buffer_from_pipe_const()
367 lp_jit_texture_from_pipe(struct lp_jit_texture *jit, const struct pipe_sampler_view *view) in lp_jit_texture_from_pipe()
497 lp_jit_texture_buffer_from_bda(struct lp_jit_texture *jit, void *mem, size_t size, enum pipe_format… in lp_jit_texture_buffer_from_bda()
534 lp_jit_sampler_from_pipe(struct lp_jit_sampler *jit, const struct pipe_sampler_state *sampler) in lp_jit_sampler_from_pipe()
544 lp_jit_image_from_pipe(struct lp_jit_image *jit, const struct pipe_image_view *view) in lp_jit_image_from_pipe()
617 lp_jit_image_buffer_from_bda(struct lp_jit_image *jit, void *mem, size_t size, enum pipe_format for… in lp_jit_image_buffer_from_bda()
Dlp_linear.c118 struct lp_jit_linear_context jit; in lp_fs_linear_run() local
223 struct lp_jit_linear_context jit; in check_linear_interp_mask_a() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_kernels_registration.cc20 namespace jit { namespace
Dtf_cpurt_kernels.cc53 namespace jit { namespace
/external/XNNPACK/tools/
Dgenerate-gemm-test.py876 requantization, is_pipelined, isa, jit): argument
Dxnncommon.py119 def postprocess_test_case(test_case, arch, isa, assembly=False, jit=False): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function.cc141 XlaJitCompiledCpuFunction* jit = jit_unique_ptr.get(); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecution_engine.cc249 auto jit = llvm::orc::LLJITBuilder() in CreateFromModule() local
329 auto jit = llvm::orc::LLJITBuilder() in CreateFromObjFile() local
/external/skia/modules/skottie/src/text/
DFont.cpp125 const skjson::ArrayValue* jit = (*jgrp)["it"]; in ParseGlyphPath() local
/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.cc23 namespace jit { namespace
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc137 explicit RuntimeSymbolGenerator(SimpleOrcJIT& jit) : jit_(jit) {} in RuntimeSymbolGenerator()
Dcpu_executable.cc54 std::unique_ptr<SimpleOrcJIT> jit, in CpuExecutable()
Dcpu_compiler.cc1131 auto jit = SimpleOrcJIT::Create( in CompileLegacyCpuExecutable() local
/external/pcre/
DRunTest.bat71 set jit=%ERRORLEVEL% variable
Dconfigure.ac182 AC_ARG_ENABLE(jit, optenable
/external/pcre/src/
Dpcre2_jit_test.c102 int jit = 0; in main() local
Dpcre2test.c579 uint32_t jit; member
/external/XNNPACK/
DCMakeLists.txt7108 ADD_LIBRARY(jit OBJECT ${JIT_SRCS}) target
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp69 thread_local rr::JITBuilder *jit = nullptr; variable
563 auto acquire = [&](rr::JITBuilder *jit) { in acquireRoutine()