Home
last modified time | relevance | path

Searched refs:dev (Results 2001 - 2025 of 2585) sorted by relevance

1...<<81828384858687888990>>...104

/third_party/lame/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/lame/libmp3lame/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/lame/mpglib/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/lame/frontend/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/lame/misc/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc120 * https://gpuinspector.dev/docs/gpu-counters/qualcomm in setup_a6xx_counters()
440 dev = fd_device_new(drm_device.fd); in init_perfcnt()
441 pipe = fd_pipe_new(dev, FD_PIPE_3D); in init_perfcnt()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c27 build_fmask_copy_compute_shader(struct radv_device *dev, int samples) in build_fmask_copy_compute_shader() argument
33 radv_meta_init_shader(dev, MESA_SHADER_COMPUTE, "meta_fmask_copy_cs_-%d", samples); in build_fmask_copy_compute_shader()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c379 VkResult result = VKSCR(CreateGraphicsPipelines)(screen->dev, prog->base.pipeline_cache, in zink_create_gfx_pipeline()
421 VkResult result = VKSCR(CreateComputePipelines)(screen->dev, comp->base.pipeline_cache, in zink_create_compute_pipeline()
/third_party/node/deps/cares/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/node/deps/cares/config/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c540 GENX(panfrost_new_texture)(const struct panfrost_device *dev, in panfrost_new_texture() argument
592 cfg.format = dev->formats[format].hw; in panfrost_new_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c333 struct nouveau_device *dev = nouveau_screen(pscreen)->device; in nv50_miptree_create() local
392 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nv50_miptree_create()
/third_party/libevdev/build-aux/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite349 res=$(../sparse - 2>&1 >/dev/null <<- EOF
359 res=$(../sparse -E - 2>/dev/null <<- EOF
/third_party/lz4/
H A DMakefile129 $(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | sort | egrep -v -e '^[^[:alnum:]]' -e '^$@$$' | xargs
178 cppcheck . --force --enable=warning,portability,performance,style --error-exitcode=1 > /dev/null
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp328 if (FAILED(screen->dev->CreateGraphicsPipelineState(&pso_desc, in create_gfx_pipeline_state()
455 if (FAILED(screen->dev->CreateComputePipelineState(&pso_desc, in create_compute_pipeline_state()
H A Dd3d12_surface.cpp147 screen->dev->CreateDepthStencilView(d3d12_resource_resource(res), &desc, in initialize_dsv()
226 screen->dev->CreateRenderTargetView(d3d12_resource_resource(res), &desc, in initialize_rtv()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c447 struct nouveau_device *dev = nouveau_screen(pscreen)->device; in nvc0_miptree_create() local
541 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nvc0_miptree_create()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl266 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl320 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
/third_party/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl320 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
/third_party/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl266 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
/third_party/skia/third_party/externals/libpng/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp394 if mkdir "$lockdir" 2>/dev/null; then
754 "$@" -E 2>/dev/null |
/third_party/toybox/lib/
H A Dportability.c41 fd = xopen(flags ? "/dev/random" : "/dev/urandom",O_RDONLY|(flags&WARN_ONLY)); in xgetrandom()
390 int mknodat(int dirfd, const char *path, mode_t mode, dev_t dev) in mknodat() argument
395 result = mknod(path, mode, dev); in mknodat()

Completed in 18 milliseconds

1...<<81828384858687888990>>...104