Home
last modified time | relevance | path

Searched refs:resource_size (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c92 bs->resource_size = 0; in zink_reset_batch_state()
564 const VkDeviceSize resource_size = batch->state->resource_size; in check_oom_flush() local
565 if (resource_size >= zink_screen(ctx->base.screen)->clamp_video_mem) { in check_oom_flush()
577 batch->state->resource_size += res->obj->size; in zink_batch_reference_resource()
587 batch->state->resource_size += res->obj->size; in zink_batch_reference_resource_move()
H A Dzink_batch.h130 VkDeviceSize resource_size; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h827 size_t *resource_size);
832 size_t *resource_size);
H A Dspirv_cross_c.cpp1742 size_t *resource_size) in spvc_resources_get_resource_list_for_type()
1805 *resource_size = list->size(); in spvc_resources_get_resource_list_for_type()
1813 size_t *resource_size) in spvc_resources_get_builtin_resource_list_for_type()
1836 *resource_size = list->size(); in spvc_resources_get_builtin_resource_list_for_type()
1740 spvc_resources_get_resource_list_for_type(spvc_resources resources, spvc_resource_type type, const spvc_reflected_resource **resource_list, size_t *resource_size) spvc_resources_get_resource_list_for_type() argument
1810 spvc_resources_get_builtin_resource_list_for_type( spvc_resources resources, spvc_builtin_resource_type type, const spvc_reflected_builtin_resource **resource_list, size_t *resource_size) spvc_resources_get_builtin_resource_list_for_type() argument

Completed in 8 milliseconds