Home
last modified time | relevance | path

Searched refs:hs_vk (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/hs/vk/
Dhs_vk.h35 struct hs_vk *
47 hs_vk_release(struct hs_vk * const hs);
58 hs_vk_ds_alloc(struct hs_vk const * const hs, VkDescriptorPool desc_pool);
74 hs_vk_ds_bind(struct hs_vk const * const hs,
96 hs_vk_pad(struct hs_vk const * const hs,
118 hs_vk_sort(struct hs_vk const * const hs,
Dhs_vk.c99 struct hs_vk struct
247 hs_transpose(struct hs_vk const * const hs, in hs_transpose()
265 hs_bc(struct hs_vk const * const hs, in hs_bc()
289 hs_hm(struct hs_vk const * const hs, in hs_hm()
323 hs_fm(struct hs_vk const * const hs, in hs_fm()
427 hs_bs(struct hs_vk const * const hs, in hs_bs()
465 hs_keyset_pre_fm(struct hs_vk const * const hs, in hs_keyset_pre_fm()
485 hs_keyset_pre_bs(struct hs_vk const * const hs, in hs_keyset_pre_bs()
504 hs_vk_ds_bind(struct hs_vk const * const hs, in hs_vk_ds_bind()
572 hs_vk_sort(struct hs_vk const * const hs, in hs_vk_sort()
[all …]
/external/skqp/src/compute/hs/vk/bench/
Dmake_bench.bat12 ../hs_vk.c ^
DMakefile9 ../hs_vk.c \
Dmain.c658 struct hs_vk * hs = hs_vk_create(hs_target, in main()
/external/skqp/src/compute/hs/
DREADME.md88 struct hs_vk * hs = hs_vk_create(<address of target>,...);
119 The [`hs_vk.h`](vk/hs_vk.h) header file describes these functions in