Home
last modified time | relevance | path

Searched refs:gpu (Results 1 – 25 of 1736) sorted by relevance

12345678910>>...70

/external/skqp/gn/
Dgpu.gni11 "$_include/gpu/GrBackendDrawableInfo.h",
12 "$_include/gpu/GrBackendSemaphore.h",
13 "$_include/gpu/GrBackendSurface.h",
14 "$_include/gpu/GrBlend.h",
15 "$_include/gpu/GrConfig.h",
16 "$_include/gpu/GrContextOptions.h",
17 "$_include/gpu/GrContext.h",
18 "$_include/gpu/GrContextThreadSafeProxy.h",
19 "$_include/gpu/GrDriverBugWorkarounds.h",
20 "$_include/gpu/GrGpuResource.h",
[all …]
/external/skia/gn/
Dgpu.gni11 "$_include/gpu/GrBackendDrawableInfo.h",
12 "$_include/gpu/GrBackendSemaphore.h",
13 "$_include/gpu/GrBackendSurface.h",
14 "$_include/gpu/GrConfig.h",
15 "$_include/gpu/GrContextOptions.h",
16 "$_include/gpu/GrContext.h",
17 "$_include/gpu/GrContextThreadSafeProxy.h",
18 "$_include/gpu/GrDriverBugWorkarounds.h",
19 "$_include/gpu/GrGpuResource.h",
20 "$_include/gpu/GrSurface.h",
[all …]
Dsksl.gni39 "$_src/gpu/effects/GrAARectEffect.fp",
40 "$_src/gpu/effects/GrAlphaThresholdFragmentProcessor.fp",
41 "$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp",
42 "$_src/gpu/effects/GrCircleBlurFragmentProcessor.fp",
43 "$_src/gpu/effects/GrCircleEffect.fp",
44 "$_src/gpu/effects/GrClampFragmentProcessor.fp",
45 "$_src/gpu/effects/GrComposeLerpEffect.fp",
46 "$_src/gpu/effects/GrComposeLerpRedEffect.fp",
47 "$_src/gpu/effects/GrConfigConversionEffect.fp",
48 "$_src/gpu/effects/GrConstColorProcessor.fp",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
DBUILD18 "//tensorflow/lite/delegates/gpu/common:operations",
19 "//tensorflow/lite/delegates/gpu/common:status",
20 "//tensorflow/lite/delegates/gpu/common:util",
36 "//tensorflow/lite/delegates/gpu/common:operations",
37 "//tensorflow/lite/delegates/gpu/common:status",
49 "//tensorflow/lite/delegates/gpu/cl:environment",
50 "//tensorflow/lite/delegates/gpu/cl:opencl_wrapper",
51 "//tensorflow/lite/delegates/gpu/common:shape",
52 "//tensorflow/lite/delegates/gpu/common:status",
53 "//tensorflow/lite/delegates/gpu/common:tensor",
[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/tensorflow/tensorflow/lite/delegates/gpu/cl/selectors/
DBUILD11 "//tensorflow/lite/delegates/gpu/cl:model_hints",
12 "//tensorflow/lite/delegates/gpu/cl:tensor_type",
13 "//tensorflow/lite/delegates/gpu/cl/kernels:conv_buffer",
14 "//tensorflow/lite/delegates/gpu/cl/kernels:conv_buffer_1x1",
15 "//tensorflow/lite/delegates/gpu/cl/kernels:conv_constants",
16 "//tensorflow/lite/delegates/gpu/cl/kernels:conv_powervr",
17 "//tensorflow/lite/delegates/gpu/cl/kernels:conv_texture",
18 "//tensorflow/lite/delegates/gpu/cl/kernels:gpu_operation",
19 "//tensorflow/lite/delegates/gpu/cl/kernels:work_group_picking",
20 "//tensorflow/lite/delegates/gpu/common:operations",
[all …]
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c43 context->gpu->destroy(context->gpu); in tegra_destroy()
70 context->gpu->draw_vbo(context->gpu, pinfo); in tegra_draw_vbo()
81 context->gpu->render_condition(context->gpu, query, condition, mode); in tegra_render_condition()
90 return context->gpu->create_query(context->gpu, query_type, index); in tegra_create_query()
100 return context->gpu->create_batch_query(context->gpu, num_queries, in tegra_create_batch_query()
109 context->gpu->destroy_query(context->gpu, query); in tegra_destroy_query()
117 return context->gpu->begin_query(context->gpu, query); in tegra_begin_query()
125 return context->gpu->end_query(context->gpu, query); in tegra_end_query()
136 return context->gpu->get_query_result(context->gpu, query, wait, in tegra_get_query_result()
151 context->gpu->get_query_result_resource(context->gpu, query, wait, in tegra_get_query_result_resource()
[all …]
Dtegra_screen.c52 screen->gpu->destroy(screen->gpu); in tegra_screen_destroy()
79 return screen->gpu->get_param(screen->gpu, param); in tegra_screen_get_param()
87 return screen->gpu->get_paramf(screen->gpu, param); in tegra_screen_get_paramf()
96 return screen->gpu->get_shader_param(screen->gpu, shader, param); in tegra_screen_get_shader_param()
107 return screen->gpu->get_video_param(screen->gpu, profile, entrypoint, in tegra_screen_get_video_param()
119 return screen->gpu->get_compute_param(screen->gpu, ir_type, param, in tegra_screen_get_compute_param()
128 return screen->gpu->get_timestamp(screen->gpu); in tegra_screen_get_timestamp()
141 return screen->gpu->is_format_supported(screen->gpu, format, target, in tegra_screen_is_format_supported()
154 return screen->gpu->is_video_format_supported(screen->gpu, format, profile, in tegra_screen_is_video_format_supported()
164 return screen->gpu->can_create_resource(screen->gpu, template); in tegra_screen_can_create_resource()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
DBUILD42 "//tensorflow/lite/delegates/gpu/common:model",
43 "//tensorflow/lite/delegates/gpu/common:operations",
44 "//tensorflow/lite/delegates/gpu/common:tensor",
45 "//tensorflow/lite/delegates/gpu/common:util",
46 "//tensorflow/lite/delegates/gpu/metal:compute_task_descriptor",
47 "//tensorflow/lite/delegates/gpu/metal:runtime_options",
79 "//tensorflow/lite/delegates/gpu/common:model",
80 "//tensorflow/lite/delegates/gpu/common:operations",
81 "//tensorflow/lite/delegates/gpu/common:shape",
82 "//tensorflow/lite/delegates/gpu/common:types",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
DBUILD11 "//tensorflow/lite/delegates/gpu/common:data_type",
12 "//tensorflow/lite/delegates/gpu/common:model",
13 "//tensorflow/lite/delegates/gpu/common:model_transformer",
14 "//tensorflow/lite/delegates/gpu/common:operations",
15 "//tensorflow/lite/delegates/gpu/common:status",
27 "//tensorflow/lite/delegates/gpu/common:data_type",
28 "//tensorflow/lite/delegates/gpu/common:model_transformer",
29 "//tensorflow/lite/delegates/gpu/common:operations",
30 "//tensorflow/lite/delegates/gpu/common:status",
40 "//tensorflow/lite/delegates/gpu/common:operations",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
DBUILD26 "//tensorflow/lite/delegates/gpu/common:model",
27 "//tensorflow/lite/delegates/gpu/common:operations",
28 "//tensorflow/lite/delegates/gpu/common:shape",
29 "//tensorflow/lite/delegates/gpu/common:status",
30 "//tensorflow/lite/delegates/gpu/metal/kernels",
31 "//tensorflow/lite/delegates/gpu/metal/kernels:custom_registry",
45 "//tensorflow/lite/delegates/gpu/common:shape",
46 "//tensorflow/lite/delegates/gpu/common:util",
59 "//tensorflow/lite/delegates/gpu/common:status",
70 "//tensorflow/lite/delegates/gpu/metal/kernels:test_util",
[all …]
/external/angle/src/gpu_info_util/
DSystemInfo_vulkan.cpp153 GPUDeviceInfo &gpu = info->gpus[i]; in GetSystemInfoVulkan() local
154 gpu.vendorId = properties.vendorID; in GetSystemInfoVulkan()
155 gpu.deviceId = properties.deviceID; in GetSystemInfoVulkan()
163 gpu.driverVendor = "Advanced Micro Devices, Inc"; in GetSystemInfoVulkan()
164 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkan()
165 gpu.detailedDriverVersion.major = properties.driverVersion; in GetSystemInfoVulkan()
168 gpu.driverVendor = "Arm Holdings"; in GetSystemInfoVulkan()
169 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkan()
170 gpu.detailedDriverVersion.major = properties.driverVersion; in GetSystemInfoVulkan()
173 gpu.driverVendor = "Broadcom"; in GetSystemInfoVulkan()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
DBUILD34 "//tensorflow/lite/delegates/gpu/common:model",
35 "//tensorflow/lite/delegates/gpu/common:status",
36 "//tensorflow/lite/delegates/gpu/common:types",
37 "//tensorflow/lite/delegates/gpu/common:util",
38 "//tensorflow/lite/delegates/gpu/gl/workgroups:calculator",
40 "//tensorflow/lite/delegates/gpu:tflite_gpu_binary_release": [],
61 "//tensorflow/lite/delegates/gpu:api",
62 "//tensorflow/lite/delegates/gpu/common:data_type",
63 "//tensorflow/lite/delegates/gpu/common:model",
64 "//tensorflow/lite/delegates/gpu/common:status",
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
DBUILD29 "//tensorflow/lite/delegates/gpu:api",
30 "//tensorflow/lite/delegates/gpu/cl/kernels:converter",
31 "//tensorflow/lite/delegates/gpu/common:data_type",
32 "//tensorflow/lite/delegates/gpu/common:model",
33 "//tensorflow/lite/delegates/gpu/common:shape",
34 "//tensorflow/lite/delegates/gpu/common:status",
35 "//tensorflow/lite/delegates/gpu/common:tensor",
50 "//tensorflow/lite/delegates/gpu/common:status",
67 "//tensorflow/lite/delegates/gpu/common:status",
94 "//tensorflow/lite/delegates/gpu/common:status",
[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/igt-gpu-tools/tests/
Dprime_mmap_kms.c142 static void cleanup_crtc(gpu_process_t *gpu) in cleanup_crtc() argument
144 igt_display_t *display = &gpu->display; in cleanup_crtc()
145 igt_output_t *output = gpu->output; in cleanup_crtc()
147 igt_plane_set_fb(gpu->primary, NULL); in cleanup_crtc()
152 igt_remove_fb(gpu->drm_fd, &gpu->fb); in cleanup_crtc()
155 static void prepare_crtc(gpu_process_t *gpu) in prepare_crtc() argument
157 igt_display_t *display = &gpu->display; in prepare_crtc()
158 igt_output_t *output = gpu->output; in prepare_crtc()
162 igt_output_set_pipe(output, gpu->pipe); in prepare_crtc()
167 igt_create_color_fb(gpu->drm_fd, mode->hdisplay, mode->vdisplay, in prepare_crtc()
[all …]
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp43 void GrVkCommandBuffer::freeGPUData(GrVkGpu* gpu, VkCommandPool cmdPool) const { in freeGPUData() argument
51 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), cmdPool, 1, &fCmdBuffer)); in freeGPUData()
53 this->onFreeGPUData(gpu); in freeGPUData()
56 void GrVkCommandBuffer::releaseResources(GrVkGpu* gpu) { in releaseResources() argument
62 fTrackedResources[i]->unref(gpu); in releaseResources()
66 fTrackedRecycledResources[i]->recycle(const_cast<GrVkGpu*>(gpu)); in releaseResources()
82 this->onReleaseResources(gpu); in releaseResources()
89 void GrVkCommandBuffer::pipelineBarrier(const GrVkGpu* gpu, in pipelineBarrier() argument
129 this->submitPipelineBarriers(gpu); in pipelineBarrier()
147 void GrVkCommandBuffer::submitPipelineBarriers(const GrVkGpu* gpu) { in submitPipelineBarriers() argument
[all …]
DGrVkMemory.cpp33 bool GrVkMemory::AllocAndBindBufferMemory(GrVkGpu* gpu, in AllocAndBindBufferMemory() argument
38 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory()
66 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory, in AllocAndBindBufferMemory()
69 FreeBufferMemory(gpu, type, *alloc); in AllocAndBindBufferMemory()
76 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type, in FreeBufferMemory() argument
79 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory()
82 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeBufferMemory()
88 bool GrVkMemory::AllocAndBindImageMemory(GrVkGpu* gpu, in AllocAndBindImageMemory() argument
93 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory()
97 GR_VK_CALL(gpu->vkInterface(), GetImageMemoryRequirements(gpu->device(), image, &memReqs)); in AllocAndBindImageMemory()
[all …]
DGrVkBuffer.cpp22 const GrVkBuffer::Resource* GrVkBuffer::Create(GrVkGpu* gpu, const Desc& desc) { in Create() argument
23 SkASSERT(!gpu->protectedContext() || (gpu->protectedContext() == desc.fDynamic)); in Create()
61 err = VK_CALL(gpu, CreateBuffer(gpu->device(), &bufInfo, nullptr, &buffer)); in Create()
66 if (!GrVkMemory::AllocAndBindBufferMemory(gpu, in Create()
76 VK_CALL(gpu, DestroyBuffer(gpu->device(), buffer, nullptr)); in Create()
77 GrVkMemory::FreeBufferMemory(gpu, desc.fType, alloc); in Create()
84 void GrVkBuffer::addMemoryBarrier(const GrVkGpu* gpu, in addMemoryBarrier() argument
103 gpu->addBufferMemoryBarrier(this->resource(), srcStageMask, dstStageMask, byRegion, in addMemoryBarrier()
107 void GrVkBuffer::Resource::freeGPUData(GrVkGpu* gpu) const { in freeGPUData()
110 VK_CALL(gpu, DestroyBuffer(gpu->device(), fBuffer, nullptr)); in freeGPUData()
[all …]
DGrVkCommandBuffer.h42 void pipelineBarrier(const GrVkGpu* gpu,
50 void bindInputBuffer(GrVkGpu* gpu, uint32_t binding, const GrVkVertexBuffer* vbuffer);
52 void bindIndexBuffer(GrVkGpu* gpu, const GrVkIndexBuffer* ibuffer);
54 void bindPipeline(const GrVkGpu* gpu, const GrVkPipeline* pipeline);
56 void bindDescriptorSets(const GrVkGpu* gpu,
65 void setViewport(const GrVkGpu* gpu,
70 void setScissor(const GrVkGpu* gpu,
75 void setBlendConstants(const GrVkGpu* gpu, const float blendConstants[4]);
78 void clearAttachments(const GrVkGpu* gpu,
84 void drawIndexed(const GrVkGpu* gpu,
[all …]
DGrVkCommandPool.cpp14 GrVkCommandPool* GrVkCommandPool::Create(GrVkGpu* gpu) { in Create() argument
18 if (gpu->protectedContext()) { in Create()
26 gpu->queueIndex(), // queueFamilyIndex in Create()
30 GR_VK_CALL_RESULT(gpu, result, CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
35 GrVkPrimaryCommandBuffer* primaryCmdBuffer = GrVkPrimaryCommandBuffer::Create(gpu, pool); in Create()
37 GR_VK_CALL(gpu->vkInterface(), DestroyCommandPool(gpu->device(), pool, nullptr)); in Create()
41 return new GrVkCommandPool(gpu, pool, primaryCmdBuffer); in Create()
44 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool() argument
51 GrVkGpu* gpu) { in findOrCreateSecondaryCommandBuffer() argument
57 result.reset(GrVkSecondaryCommandBuffer::Create(gpu, this)); in findOrCreateSecondaryCommandBuffer()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
DBUILD13 "//tensorflow/lite/delegates/gpu/common:status",
38 "//tensorflow/lite/delegates/gpu/common:data_type",
39 "//tensorflow/lite/delegates/gpu/common:types",
40 "//tensorflow/lite/delegates/gpu/gl:object",
56 "//tensorflow/lite/delegates/gpu/common:types",
57 "//tensorflow/lite/delegates/gpu/gl:variable",
67 "//tensorflow/lite/delegates/gpu/common:model",
68 "//tensorflow/lite/delegates/gpu/common:types",
69 "//tensorflow/lite/delegates/gpu/gl:object",
70 "//tensorflow/lite/delegates/gpu/gl:variable",
[all …]
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp39 bool GrVkCopyManager::createCopyProgram(GrVkGpu* gpu) { in createCopyProgram() argument
42 const GrShaderCaps* shaderCaps = gpu->caps()->shaderCaps(); in createCopyProgram()
81 if (!GrCompileVkShaderModule(gpu, vertShaderText.c_str(), VK_SHADER_STAGE_VERTEX_BIT, in createCopyProgram()
84 this->destroyResources(gpu); in createCopyProgram()
89 if (!GrCompileVkShaderModule(gpu, fragShaderText.c_str(), VK_SHADER_STAGE_FRAGMENT_BIT, in createCopyProgram()
92 this->destroyResources(gpu); in createCopyProgram()
99 GrVkResourceProvider& resourceProvider = gpu->resourceProvider(); in createCopyProgram()
123 VkResult err = GR_VK_CALL(gpu->vkInterface(), CreatePipelineLayout(gpu->device(), in createCopyProgram()
128 this->destroyResources(gpu); in createCopyProgram()
140 fVertexBuffer = GrVkVertexBuffer::Make(gpu, sizeof(vdata), false); in createCopyProgram()
[all …]
DGrVkMemory.cpp34 bool GrVkMemory::AllocAndBindBufferMemory(const GrVkGpu* gpu, in AllocAndBindBufferMemory() argument
39 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory()
66 VkResult err = GR_VK_CALL(gpu->vkInterface(), BindBufferMemory(gpu->device(), buffer, in AllocAndBindBufferMemory()
70 FreeBufferMemory(gpu, type, *alloc); in AllocAndBindBufferMemory()
77 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type, in FreeBufferMemory() argument
80 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory()
83 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeBufferMemory()
89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu, in AllocAndBindImageMemory() argument
94 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory()
98 GR_VK_CALL(gpu->vkInterface(), GetImageMemoryRequirements(gpu->device(), image, &memReqs)); in AllocAndBindImageMemory()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/
DBUILD16 # light implementation ::tflite::gpu::StatusLite to reduce binary size. Besides
51 "//tensorflow/lite/delegates/gpu/common:convert",
52 "//tensorflow/lite/delegates/gpu/common:model",
53 "//tensorflow/lite/delegates/gpu/common:model_builder",
54 "//tensorflow/lite/delegates/gpu/common:model_transformer",
55 "//tensorflow/lite/delegates/gpu/common:shape",
56 "//tensorflow/lite/delegates/gpu/common:status",
57 "//tensorflow/lite/delegates/gpu/common:tensor",
58 "//tensorflow/lite/delegates/gpu/common/transformations:general_transformations",
59 "//tensorflow/lite/delegates/gpu/gl:api",
[all …]

12345678910>>...70