Searched refs:add_resource (Results 1 - 3 of 3) sorted by relevance
| /third_party/FreeBSD/sys/arm/arm/ |
| H A D | nexus.c | 111 static void add_resource(const char *devclass_name, int type, int unit, rman_res_t start, rman_res_t end, in add_resource() function 126 UsbResourceInit(nexus, add_resource); in nexus_init() 128 machine_resource_init(add_resource); in nexus_init()
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFDevice.cpp | 142 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource() function 543 SkPDFUtils::ApplyGraphicState(add_resource(fGraphicStateResources, gs), content); in setGraphicState() 945 add_resource(fFontResources, font->indirectReference())); in internalDrawGlyphRun() 978 add_resource(fXObjectResources, xObject)); in drawFormXObject() 1200 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint() 1213 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 874 add_resource(struct ntd_context *ctx, enum dxil_resource_type type, in add_resource() function 990 add_resource(ctx, res_type, res_kind, &layout); in emit_srv() 1030 add_resource(ctx, DXIL_RES_UAV_RAW, DXIL_RESOURCE_KIND_RAW_BUFFER, &layout); in emit_globals() 1055 add_resource(ctx, res_kind == DXIL_RESOURCE_KIND_RAW_BUFFER ? DXIL_RES_UAV_RAW : DXIL_RES_UAV_TYPED, res_kind, &layout); in emit_uav() 1223 add_resource(ctx, DXIL_RES_CBV, DXIL_RESOURCE_KIND_CBUFFER, &layout); in emit_cbv() 1269 add_resource(ctx, DXIL_RES_SAMPLER, DXIL_RESOURCE_KIND_SAMPLER, &layout); in emit_sampler()
|
Completed in 13 milliseconds