Home
last modified time | relevance | path

Searched refs:resource_flags (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgresourcefile.c451 guint32 resource_flags; in g_resource_file_query_info() local
470 res = g_resources_get_info (resource->path, 0, &size, &resource_flags, &my_error); in g_resource_file_query_info()
514 ((~resource_flags & G_RESOURCE_FLAGS_COMPRESSED) && in g_resource_file_query_info()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp3216 HLSLBindingFlagBits resource_flags = HLSL_BINDING_AUTO_NONE_BIT; in to_resource_binding() local
3222 resource_flags = HLSL_BINDING_AUTO_SRV_BIT; in to_resource_binding()
3231 resource_flags = HLSL_BINDING_AUTO_SRV_BIT; in to_resource_binding()
3236 resource_flags = HLSL_BINDING_AUTO_UAV_BIT; in to_resource_binding()
3242 resource_flags = HLSL_BINDING_AUTO_SRV_BIT; in to_resource_binding()
3248 resource_flags = HLSL_BINDING_AUTO_SAMPLER_BIT; in to_resource_binding()
3261 resource_flags = is_readonly ? HLSL_BINDING_AUTO_SRV_BIT : HLSL_BINDING_AUTO_UAV_BIT; in to_resource_binding()
3266 resource_flags = HLSL_BINDING_AUTO_CBV_BIT; in to_resource_binding()
3272 resource_flags = HLSL_BINDING_AUTO_PUSH_CONSTANT_BIT; in to_resource_binding()
3280 resource_flags = is_readonly ? HLSL_BINDING_AUTO_SRV_BIT : HLSL_BINDING_AUTO_UAV_BIT; in to_resource_binding()
[all …]
/third_party/wayland_standard/src/
Dwayland-server.c332 uint32_t resource_flags; in wl_client_connection_data() local
376 resource_flags = wl_map_lookup_flags(&client->objects, p[0]); in wl_client_connection_data()
397 if (!(resource_flags & WL_MAP_ENTRY_LEGACY) && in wl_client_connection_data()
430 if ((resource_flags & WL_MAP_ENTRY_LEGACY) || in wl_client_connection_data()
/third_party/libcoap/examples/
Dcoap-server.c76 static int resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_CON; variable
1563 COAP_RESOURCE_FLAGS_RELEASE_URI | resource_flags); in hnd_unknown_put()
1753 r = coap_resource_init(coap_make_str_const("time"), resource_flags); in init_resources()
2673 resource_flags = COAP_RESOURCE_FLAGS_NOTIFY_NON; in main()