Home
last modified time | relevance | path

Searched defs:num_refs (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c43 unsigned num_refs = ARRAY_SIZE(bo_refs); in nvc0_decoder_setup_ppp() local
Dnvc0_video_vp.c90 int num_refs = ARRAY_SIZE(bo_refs) - !dec->fw_bo; in nvc0_decoder_vp() local
Dnvc0_video_bsp.c156 int num_refs = ARRAY_SIZE(bo_refs); in nvc0_decoder_bsp_end() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c43 unsigned num_refs = ARRAY_SIZE(bo_refs); in nv98_decoder_setup_ppp() local
Dnv98_video_bsp.c59 int num_refs = ARRAY_SIZE(bo_refs); in nv98_decoder_bsp() local
Dnv98_video_vp.c90 int num_refs = ARRAY_SIZE(bo_refs) - !dec->fw_bo; in nv98_decoder_vp() local
Dnv84_video_vp.c84 int num_refs = ARRAY_SIZE(bo_refs); in nv84_decoder_vp_h264() local
493 int i, num_refs = ARRAY_SIZE(bo_refs); in nv84_decoder_vp_mpeg12() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.h89 int num_refs = bo->num_cs_references; in radeon_bo_is_referenced_by_cs() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c279 unsigned i, j, num_refs = 0; in get_h265_msg() local
496 unsigned i, j, num_refs = 0; in get_vp9_msg() local
741 unsigned i, j, num_refs = 0; in get_av1_msg() local
Dradeon_vcn_enc_5_0.c282 uint32_t num_refs = 0; in radeon_enc_ctx_tier2() local
Dradeon_vcn_dec.h131 unsigned num_refs; member
/third_party/grpc/test/core/slice/
Dslice_test.cc109 int num_refs = 5; // To test adding/removing an arbitrary number of refs in TEST() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_video.c1199 unsigned num_refs = num_lt_pics + num_lt_sps; in vk_video_parse_h265_slice_header() local
2387 unsigned num_refs = num_lt_sps + num_lt_pics; in vk_video_encode_h265_slice_header() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h172 pipe_drop_resource_references(struct pipe_resource *dst, int num_refs) in pipe_drop_resource_references()
Du_threaded_context.c421 tc_drop_vertex_state_references(struct pipe_vertex_state *dst, int num_refs) in tc_drop_vertex_state_references()
/third_party/rust/rust/compiler/rustc_const_eval/src/transform/check_consts/
Dops.rs235 let mut num_refs = 0; in build_error() localVariable
/third_party/mesa3d/src/intel/common/
Dmi_builder.h339 mi_value_add_refs(struct mi_builder *b, struct mi_value val, unsigned num_refs) in mi_value_add_refs()
/third_party/ffmpeg/libavcodec/
Ddiracdec.c161 int num_refs; /* number of reference pictures */ member