Home
last modified time | relevance | path

Searched full:gpu (Results 1 – 25 of 9052) sorted by relevance

12345678910>>...363

/external/skia/gn/
Dgpu.gni5 # //include/gpu/BUILD.bazel
6 # //include/gpu/ganesh/BUILD.bazel
7 # //include/gpu/ganesh/gl/BUILD.bazel
8 # //include/gpu/ganesh/mock/BUILD.bazel
9 # //include/gpu/ganesh/mtl/BUILD.bazel
10 # //include/gpu/ganesh/vk/BUILD.bazel
11 # //include/gpu/mtl/BUILD.bazel
12 # //include/gpu/vk/BUILD.bazel
15 # //include/private/gpu/ganesh/BUILD.bazel
16 # //include/private/gpu/vk/BUILD.bazel
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
DBUILD11 "//tensorflow/lite/delegates/gpu/common:operations",
12 "//tensorflow/lite/delegates/gpu/common:status",
13 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation",
25 "//tensorflow/lite/delegates/gpu/common:operations",
26 "//tensorflow/lite/delegates/gpu/common:status",
27 "//tensorflow/lite/delegates/gpu/common/task:testing_util",
36 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation",
37 "//tensorflow/lite/delegates/gpu/common/task:util",
49 "//tensorflow/lite/delegates/gpu/common:status",
50 "//tensorflow/lite/delegates/gpu/common/task:testing_util",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
DBUILD18 "requires-gpu-nvidia",
22 "//tensorflow/lite/delegates/gpu/common:operations",
23 "//tensorflow/lite/delegates/gpu/common:status",
24 "//tensorflow/lite/delegates/gpu/common/tasks:add_test_util",
36 "requires-gpu-nvidia",
40 "//tensorflow/lite/delegates/gpu/common:operations",
41 "//tensorflow/lite/delegates/gpu/common:status",
42 "//tensorflow/lite/delegates/gpu/common/tasks:cast_test_util",
53 "//tensorflow/lite/delegates/gpu/cl:cl_operation",
54 "//tensorflow/lite/delegates/gpu/cl:environment",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
DBUILD9 "//tensorflow/lite/delegates/gpu/common/selectors/" +
17 "//tensorflow/lite/delegates/gpu/common:model_hints",
18 "//tensorflow/lite/delegates/gpu/common:operations",
19 "//tensorflow/lite/delegates/gpu/common:shape",
20 "//tensorflow/lite/delegates/gpu/common:status",
21 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation",
22 "//tensorflow/lite/delegates/gpu/common/task:weights_layout",
31 "//tensorflow/lite/delegates/gpu/common:operations",
32 "//tensorflow/lite/delegates/gpu/common:status",
33 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
DBUILD13 "//tensorflow/lite/delegates/gpu/common:data_type",
14 "//tensorflow/lite/delegates/gpu/common:model",
15 "//tensorflow/lite/delegates/gpu/common:model_transformer",
16 "//tensorflow/lite/delegates/gpu/common:operations",
17 "//tensorflow/lite/delegates/gpu/common:shape",
18 "//tensorflow/lite/delegates/gpu/common:tensor",
29 "//tensorflow/lite/delegates/gpu/common:model",
30 "//tensorflow/lite/delegates/gpu/common:model_transformer",
31 "//tensorflow/lite/delegates/gpu/common:operations",
32 "//tensorflow/lite/delegates/gpu/common:status",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
DBUILD17 "//tensorflow/lite/delegates/gpu:spi",
18 "//tensorflow/lite/delegates/gpu/common:shape",
19 "//tensorflow/lite/delegates/gpu/common:status",
20 "//tensorflow/lite/delegates/gpu/common:types",
21 "//tensorflow/lite/delegates/gpu/common:util",
22 "//tensorflow/lite/delegates/gpu/gl:command_queue",
23 "//tensorflow/lite/delegates/gpu/gl:gl_buffer",
24 "//tensorflow/lite/delegates/gpu/gl:gl_program",
25 "//tensorflow/lite/delegates/gpu/gl:gl_shader",
47 "//tensorflow/lite/delegates/gpu/common:convert",
[all …]
/external/skia/
DAndroid.bp85 "src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp",
88 "src/gpu/vk/vulkanmemoryallocator",
129 "include/gpu/",
443 "src/gpu/AtlasTypes.cpp",
444 "src/gpu/Blend.cpp",
445 "src/gpu/BlendFormula.cpp",
446 "src/gpu/BlurUtils.cpp",
447 "src/gpu/DataUtils.cpp",
448 "src/gpu/DitherUtils.cpp",
449 "src/gpu/MutableTextureState.cpp",
[all …]
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c44 context->gpu->destroy(context->gpu); in tegra_destroy()
84 context->gpu->draw_vbo(context->gpu, pinfo, drawid_offset, pindirect, draws, num_draws); in tegra_draw_vbo()
95 context->gpu->render_condition(context->gpu, query, condition, mode); in tegra_render_condition()
104 return context->gpu->create_query(context->gpu, query_type, index); in tegra_create_query()
114 return context->gpu->create_batch_query(context->gpu, num_queries, in tegra_create_batch_query()
123 context->gpu->destroy_query(context->gpu, query); in tegra_destroy_query()
131 return context->gpu->begin_query(context->gpu, query); in tegra_begin_query()
139 return context->gpu->end_query(context->gpu, query); in tegra_end_query()
150 return context->gpu->get_query_result(context->gpu, query, wait, in tegra_get_query_result()
165 context->gpu->get_query_result_resource(context->gpu, query, flags, in tegra_get_query_result_resource()
[all …]
Dtegra_screen.c53 screen->gpu->destroy(screen->gpu); in tegra_screen_destroy()
81 return screen->gpu->get_shader_param(screen->gpu, shader, param); in tegra_screen_get_shader_param()
92 return screen->gpu->get_video_param(screen->gpu, profile, entrypoint, in tegra_screen_get_video_param()
104 return screen->gpu->get_compute_param(screen->gpu, ir_type, param, in tegra_screen_get_compute_param()
113 return screen->gpu->get_timestamp(screen->gpu); in tegra_screen_get_timestamp()
126 return screen->gpu->is_format_supported(screen->gpu, format, target, in tegra_screen_is_format_supported()
139 return screen->gpu->is_video_format_supported(screen->gpu, format, profile, in tegra_screen_is_video_format_supported()
149 return screen->gpu->can_create_resource(screen->gpu, template); in tegra_screen_can_create_resource()
163 status = screen->gpu->resource_get_handle(screen->gpu, NULL, resource->gpu, in tegra_screen_import_resource()
215 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create()
[all …]
/external/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c25 #include "virtio-gpu/virglrenderer_hw.h"
144 sim_syncobj_create(struct virtgpu *gpu, bool signaled) in sim_syncobj_create() argument
169 int ret = drmIoctl(gpu->fd, DRM_IOCTL_VIRTGPU_EXECBUFFER, &args); in sim_syncobj_create()
190 sim_syncobj_destroy(struct virtgpu *gpu, uint32_t syncobj_handle) in sim_syncobj_destroy() argument
276 sim_syncobj_lookup(struct virtgpu *gpu, uint32_t syncobj_handle) in sim_syncobj_lookup() argument
291 sim_syncobj_reset(struct virtgpu *gpu, uint32_t syncobj_handle) in sim_syncobj_reset() argument
293 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_reset()
305 sim_syncobj_query(struct virtgpu *gpu, in sim_syncobj_query() argument
309 struct sim_syncobj *syncobj = sim_syncobj_lookup(gpu, syncobj_handle); in sim_syncobj_query()
322 sim_syncobj_signal(struct virtgpu *gpu, in sim_syncobj_signal() argument
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
DBUILD18 "//tensorflow/lite/delegates/gpu/common:access_type",
19 "//tensorflow/lite/delegates/gpu/common:data_type",
20 "//tensorflow/lite/delegates/gpu/common:status",
21 "//tensorflow/lite/delegates/gpu/common:types",
22 "//tensorflow/lite/delegates/gpu/common:util",
35 "//tensorflow/lite/delegates/gpu/common:data_type",
36 "//tensorflow/lite/delegates/gpu/common:status",
51 "//tensorflow/lite/delegates/gpu/common:access_type",
52 "//tensorflow/lite/delegates/gpu/common:data_type",
53 "//tensorflow/lite/delegates/gpu/common:gpu_info",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
DBUILD39 "//tensorflow/lite/delegates/gpu:api",
40 "//tensorflow/lite/delegates/gpu/cl/kernels:converter",
41 "//tensorflow/lite/delegates/gpu/common:data_type",
42 "//tensorflow/lite/delegates/gpu/common:model",
43 "//tensorflow/lite/delegates/gpu/common:precision",
44 "//tensorflow/lite/delegates/gpu/common:shape",
45 "//tensorflow/lite/delegates/gpu/common:status",
46 "//tensorflow/lite/delegates/gpu/common:tensor",
47 "//tensorflow/lite/delegates/gpu/common/task:tensor_desc",
61 "//tensorflow/lite/delegates/gpu/common:data_type",
[all …]
/external/skia/infra/bots/
Djobs.json81 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*",
210 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
215 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
229 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
249 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
252 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
258 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
261 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
314 "cq_config": {"location_regexes": ["(tests|src/gpu)/graphite/.*", "src/sksl/generated/.*"]}
379 {"name": "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android"},
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
DBUILD25 "//tensorflow/lite/delegates/gpu/common/tasks:add_test_util",
48 "//tensorflow/lite/delegates/gpu/common:status",
49 "//tensorflow/lite/delegates/gpu/common/tasks:cast_test_util",
72 "//tensorflow/lite/delegates/gpu/common/tasks:concat_test_util",
95 "//tensorflow/lite/delegates/gpu/common:operations",
96 "//tensorflow/lite/delegates/gpu/common:shape",
97 "//tensorflow/lite/delegates/gpu/common:status",
98 "//tensorflow/lite/delegates/gpu/common:tensor",
99 "//tensorflow/lite/delegates/gpu/common:util",
100 "//tensorflow/lite/delegates/gpu/common/tasks:conv_constants_test_util",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
DBUILD35 "//tensorflow/lite/delegates/gpu/common:model",
36 "//tensorflow/lite/delegates/gpu/common:status",
37 "//tensorflow/lite/delegates/gpu/common:types",
38 "//tensorflow/lite/delegates/gpu/common:util",
39 "//tensorflow/lite/delegates/gpu/gl/workgroups:calculator",
41 "//tensorflow/lite/delegates/gpu:tflite_gpu_binary_release": [],
62 "//tensorflow/lite/delegates/gpu:api",
63 "//tensorflow/lite/delegates/gpu/common:data_type",
64 "//tensorflow/lite/delegates/gpu/common:model",
65 "//tensorflow/lite/delegates/gpu/common:status",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
DBUILD10 "//tensorflow/lite/delegates/gpu/common:model_hints",
11 "//tensorflow/lite/delegates/gpu/common:operations",
12 "//tensorflow/lite/delegates/gpu/common:shape",
13 "//tensorflow/lite/delegates/gpu/common:status",
14 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation",
15 "//tensorflow/lite/delegates/gpu/common/task:tensor_desc",
16 "//tensorflow/lite/delegates/gpu/common/task:weights_layout",
17 "//tensorflow/lite/delegates/gpu/common/tasks:conv_constants",
18 "//tensorflow/lite/delegates/gpu/common/tasks:conv_generic",
19 "//tensorflow/lite/delegates/gpu/common/tasks:conv_metal_simd",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
DBUILD35 "//tensorflow/lite/delegates/gpu/common:status",
36 "//tensorflow/lite/delegates/gpu/common/task:buffer_desc",
51 "//tensorflow/lite/delegates/gpu/common:types",
63 "//tensorflow/lite/delegates/gpu/common:shape",
64 "//tensorflow/lite/delegates/gpu/common:util",
75 "//tensorflow/lite/delegates/gpu/common:data_type",
76 "//tensorflow/lite/delegates/gpu/common:status",
114 "//tensorflow/lite/delegates/gpu/common:kernel_info",
115 "//tensorflow/lite/delegates/gpu/common:precision",
116 "//tensorflow/lite/delegates/gpu/common:shape",
[all …]
/external/llvm-libc/test/integration/src/__support/GPU/
Dscan_reduce.cpp1 //===-- Test for the parallel scan and reduction operations on the GPU ----===//
10 #include "src/__support/GPU/utils.h"
21 uint64_t mask = gpu::get_lane_mask(); in test_reduce()
22 uint32_t x = gpu::reduce(mask, 1); in test_reduce()
23 EXPECT_EQ(x, gpu::get_lane_size()); in test_reduce()
25 uint32_t y = gpu::reduce(mask, gpu::get_lane_id()); in test_reduce()
26 EXPECT_EQ(y, sum(gpu::get_lane_size() - 1)); in test_reduce()
29 if (gpu::get_lane_id() % 2) in test_reduce()
30 z = gpu::reduce(gpu::get_lane_mask(), 1); in test_reduce()
31 gpu::sync_lane(mask); in test_reduce()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/converters/
DBUILD16 "//tensorflow/lite/delegates/gpu/common:shape",
17 "//tensorflow/lite/delegates/gpu/common:types",
18 "//tensorflow/lite/delegates/gpu/common:util",
29 "//tensorflow/lite/delegates/gpu/common:shape",
30 "//tensorflow/lite/delegates/gpu/common:status",
31 "//tensorflow/lite/delegates/gpu/common:types",
32 "//tensorflow/lite/delegates/gpu/common:util",
33 "//tensorflow/lite/delegates/gpu/gl:command_queue",
34 "//tensorflow/lite/delegates/gpu/gl:gl_buffer",
35 "//tensorflow/lite/delegates/gpu/gl:gl_program",
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_layer_inference.pbtxt6 device: "/device:GPU:*"
31 device: "/device:GPU:*"
53 device: "/device:GPU:*"
76 device: "/device:GPU:*"
107 device: "/device:GPU:*"
120 device: "/device:GPU:*"
133 device: "/device:GPU:*"
144 device: "/device:GPU:*"
182 device: "/device:GPU:*"
214 device: "/device:GPU:*"
[all …]
/external/skia/src/gpu/ganesh/
DBUILD.bazel282 "//src/gpu/ganesh/effects:effects_srcs",
283 "//src/gpu/ganesh/geometry:geometry_srcs",
284 "//src/gpu/ganesh/glsl:glsl_srcs",
285 "//src/gpu/ganesh/gradients:gradient_srcs",
286 "//src/gpu/ganesh/image:image_srcs",
287 "//src/gpu/ganesh/ops:ops_srcs",
288 "//src/gpu/ganesh/surface:surface_srcs",
289 "//src/gpu/ganesh/tessellate:tessellate_srcs",
290 "//src/gpu/ganesh/text:srcs",
291 "//src/text/gpu:gpu_srcs",
[all …]
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils_test.cc77 "/job:123/replica:1/task:2/device:GPU:3", &p)); in TEST()
79 DeviceNameUtils::ParseFullName("/job:123/replica:1/task:2/gpu:", &p)); in TEST()
81 "/job:123/replica:1/task:2/device:gpu:", &p)); in TEST()
83 "/job:foo/replica:-1/task:2/device:GPU:3", &p)); in TEST()
85 "/job:foo/replica:1/task:-2/device:GPU:3", &p)); in TEST()
89 "/job:foo/replica:1/task:2/device:GPU:3/extra", &p)); in TEST()
91 "/job:foo/replica:1/task:2/device:GPU:3", &p)); in TEST()
100 EXPECT_EQ(p.type, "GPU"); in TEST()
107 "/job:foo_bar/replica:1/task:2/device:GPU:3", &p)); in TEST()
109 "/job:foo_bar/replica:1/task:2/device:GPU:3", &p)); in TEST()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/
DBUILD3 load("//tensorflow/lite/delegates/gpu:build_defs.bzl", "gpu_delegate_linkopts")
42 "//tensorflow/lite/delegates/gpu/common:convert",
43 "//tensorflow/lite/delegates/gpu/common:model",
44 "//tensorflow/lite/delegates/gpu/common:model_builder",
45 "//tensorflow/lite/delegates/gpu/common:model_transformer",
46 "//tensorflow/lite/delegates/gpu/common:shape",
47 "//tensorflow/lite/delegates/gpu/common:status",
48 "//tensorflow/lite/delegates/gpu/common:tensor",
49 "//tensorflow/lite/delegates/gpu/common/transformations:model_transformations",
50 "//tensorflow/lite/delegates/gpu/gl:api",
[all …]
/external/mesa3d/src/etnaviv/drm/
Detnaviv_gpu.c58 etna_core_enable_feature(&gpu->info, ETNA_FEATURE_## feature)
61 query_features_from_kernel(struct etna_gpu *gpu) in query_features_from_kernel() argument
82 etna_gpu_get_param(gpu, i, &val); in query_features_from_kernel()
86 gpu->info.type = ETNA_CORE_GPU; in query_features_from_kernel()
152 query_limits_from_kernel(struct etna_gpu *gpu) in query_limits_from_kernel() argument
154 struct etna_core_info *info = &gpu->info; in query_limits_from_kernel()
159 etna_gpu_get_param(gpu, ETNA_GPU_INSTRUCTION_COUNT, &val); in query_limits_from_kernel()
160 info->gpu.max_instructions = val; in query_limits_from_kernel()
162 etna_gpu_get_param(gpu, ETNA_GPU_VERTEX_OUTPUT_BUFFER_SIZE, &val); in query_limits_from_kernel()
163 info->gpu.vertex_output_buffer_size = val; in query_limits_from_kernel()
[all …]
/external/skia/src/image/
DSkImage_AndroidFactories.cpp27 #include "include/gpu/GpuTypes.h"
28 #include "include/gpu/ganesh/GrBackendSurface.h"
29 #include "include/gpu/ganesh/GrContextThreadSafeProxy.h"
30 #include "include/gpu/ganesh/GrDirectContext.h"
31 #include "include/gpu/ganesh/GrExternalTextureGenerator.h"
32 #include "include/gpu/ganesh/GrRecordingContext.h"
33 #include "include/gpu/ganesh/GrTypes.h"
34 #include "include/gpu/ganesh/SkImageGanesh.h"
36 #include "include/private/gpu/ganesh/GrImageContext.h"
37 #include "include/private/gpu/ganesh/GrTypesPriv.h"
[all …]

12345678910>>...363