Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/arm/arm/
Dnexus.c115 static void add_resource(const char *devclass_name, int type, int unit, rman_res_t start, rman_res_… in add_resource() function
130 UsbResourceInit(nexus, add_resource); in nexus_init()
132 machine_resource_init(add_resource); in nexus_init()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp112 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource() function
519 SkPDFUtils::ApplyGraphicState(add_resource(fGraphicStateResources, gs), content); in setGraphicState()
933 add_resource(fFontResources, font->indirectReference())); in internalDrawGlyphRun()
965 add_resource(fXObjectResources, xObject)); in drawFormXObject()
1217 entry->fShaderIndex = add_resource(*shaderResources, pdfShader); in populate_graphic_state_entry_from_paint()
1230 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp142 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/
Dnir_to_dxil.c790 add_resource(struct ntd_context *ctx, enum dxil_resource_type type, in add_resource() function
875 add_resource(ctx, res_type, &layout); in emit_srv()
927 add_resource(ctx, DXIL_RES_UAV_RAW, &layout); in emit_globals()
950add_resource(ctx, res_kind == DXIL_RESOURCE_KIND_RAW_BUFFER ? DXIL_RES_UAV_RAW : DXIL_RES_UAV_TYPE… in emit_uav()
1121 add_resource(ctx, DXIL_RES_CBV, &layout); in emit_cbv()
1161 add_resource(ctx, DXIL_RES_SAMPLER, &layout); in emit_sampler()