Home
last modified time | relevance | path

Searched defs:gdata (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/modules/androidkit/src/
DGradients.cpp58 const GradientData gdata(env, jcolors, jpos, jtm, native_lm); in MakeLinear() local
75 const GradientData gdata(env, jcolors, jpos, jtm, native_lm); in MakeRadial() local
93 const GradientData gdata(env, jcolors, jpos, jtm, native_lm); in MakeTwoPointConical() local
110 const GradientData gdata(env, jcolors, jpos, jtm, native_lm); in MakeSweep() local
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.c35 retire_execute(void *job, void *gdata, int thread_index) in retire_execute()
44 retire_cleanup(void *job, void *gdata, int thread_index) in retire_cleanup()
/third_party/mesa3d/src/util/
Ddisk_cache.c322 destroy_put_job(void *job, void *gdata, int thread_index) in destroy_put_job()
332 destroy_put_job_nocopy(void *job, void *gdata, int thread_index) in destroy_put_job_nocopy()
340 cache_put(void *job, void *gdata, int thread_index) in cache_put()
Du_queue.c520 util_queue_finish_execute(void *data, void *gdata, int num_thread) in util_queue_finish_execute()
/third_party/mesa3d/src/mesa/main/
Dglthread.c46 glthread_unmarshal_batch(void *job, void *gdata, int thread_index) in glthread_unmarshal_batch()
84 glthread_thread_initialization(void *job, void *gdata, int thread_index) in glthread_thread_initialization()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c245 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
254 create_initial_compute_variants_async(void *job, void *gdata, int thread_index) in create_initial_compute_variants_async()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c201 fd_submit_sp_flush_execute(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_execute()
219 fd_submit_sp_flush_cleanup(void *job, void *gdata, int thread_index) in fd_submit_sp_flush_cleanup()
/third_party/openssl/test/helpers/
Dpredefined_dhparams.c50 unsigned char *gdata, size_t glen, in get_dh_from_pg()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c342 post_submit(void *data, void *gdata, int thread_index) in post_submit()
360 submit_queue(void *data, void *gdata, int thread_index) in submit_queue()
Dzink_screen.c215 cache_put_job(void *data, void *gdata, int thread_index) in cache_put_job()
252 cache_get_job(void *data, void *gdata, int thread_index) in cache_get_job()
Dzink_kopper.c632 kopper_present(void *data, void *gdata, int thread_idx) in kopper_present()
/third_party/mesa3d/src/util/perf/
Du_trace.c480 process_chunk(void *job, void *gdata, int thread_index) in process_chunk()
560 cleanup_chunk(void *job, void *gdata, int thread_index) in cleanup_chunk()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c468 create_initial_variants_async(void *job, void *gdata, int thread_index) in create_initial_variants_async()
/third_party/ffmpeg/libavformat/
Domadec.c235 uint8_t *gdata; in decrypt_init() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c488 void radeon_drm_cs_emit_ioctl_oneshot(void *job, void *gdata, int thread_index) in radeon_drm_cs_emit_ioctl_oneshot()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c110 static void si_create_compute_state_async(void *job, void *gdata, int thread_index) in si_create_compute_state_async()
Dsi_state_shaders.cpp2556 static void si_build_shader_variant_low_priority(void *job, void *gdata, int thread_index) in si_build_shader_variant_low_priority()
2950 static void si_init_shader_selector_async(void *job, void *gdata, int thread_index) in si_init_shader_selector_async()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp1241 const auto& gdata = gtype->second; in matchType() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1407 static void amdgpu_cs_submit_ib(void *job, void *gdata, int thread_index) in amdgpu_cs_submit_ib()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c191 tc_batch_execute(void *job, UNUSED void *gdata, int thread_index) in tc_batch_execute()