Home
last modified time | relevance | path

Searched refs:compare_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_key_value_sort.cc70 auto compare_function = [&](int64_t a, int64_t b) -> bool { in __xla_cpu_runtime_KeyValueSort() local
86 compare_function); in __xla_cpu_runtime_KeyValueSort()
89 compare_function); in __xla_cpu_runtime_KeyValueSort()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_sampler.c133 cfg.compare_function = panvk_translate_sampler_compare_func(pCreateInfo); in panvk_per_arch()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A Dpanvk_vX_cmd_draw.c464 cfg.stencil_front.compare_function = in panvk_draw_prepare_fs_rsd()
472 cfg.stencil_back.compare_function = in panvk_draw_prepare_fs_rsd()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c254 cfg.stencil_front.compare_function = MALI_FUNC_ALWAYS; in pan_blitter_emit_rsd()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c238 cfg.compare_function = panfrost_sampler_compare_func(cso); in panfrost_create_sampler_state()
3497 s.compare_function = (enum mali_func)in->func; in pan_pipe_to_stencil()