Searched refs:dump_resource_list (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | c_api_test.c | 65 static void dump_resource_list(spvc_compiler compiler, spvc_resources resources, spvc_resource_type type, const char *tag) in dump_resource_list() function 84 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_UNIFORM_BUFFER, "UBO"); in dump_resources() 85 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_STORAGE_BUFFER, "SSBO"); in dump_resources() 86 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_PUSH_CONSTANT, "Push"); in dump_resources() 87 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_SEPARATE_SAMPLERS, "Samplers"); in dump_resources() 88 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_SEPARATE_IMAGE, "Image"); in dump_resources() 89 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_SAMPLED_IMAGE, "Combined image samplers"); in dump_resources() 90 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_STAGE_INPUT, "Stage input"); in dump_resources() 91 dump_resource_list(compiler, resources, SPVC_RESOURCE_TYPE_STAGE_OUTPUT, "Stage output"); in dump_resources() 92 dump_resource_list(compile in dump_resources() [all...] |
Completed in 1 milliseconds