/external/skqp/gn/ |
D | gpu.gni | 11 "$_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/ |
D | gpu.gni | 11 "$_include/gpu/GrBackendDrawableInfo.h", 12 "$_include/gpu/GrBackendSemaphore.h", 13 "$_include/gpu/GrBackendSurface.h", 14 "$_include/gpu/GrBackendSurfaceMutableState.h", 15 "$_include/gpu/GrConfig.h", 16 "$_include/gpu/GrContextOptions.h", 17 "$_include/gpu/GrContextThreadSafeProxy.h", 18 "$_include/gpu/GrDirectContext.h", 19 "$_include/gpu/GrDriverBugWorkarounds.h", 20 "$_include/gpu/GrRecordingContext.h", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | BUILD | 11 "//tensorflow/lite/delegates/gpu/common:operations", 12 "//tensorflow/lite/delegates/gpu/common:status", 13 "//tensorflow/lite/delegates/gpu/common:util", 14 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation", 26 "//tensorflow/lite/delegates/gpu/common:operations", 27 "//tensorflow/lite/delegates/gpu/common:status", 28 "//tensorflow/lite/delegates/gpu/common/task:testing_util", 37 "//tensorflow/lite/delegates/gpu/common:operations", 38 "//tensorflow/lite/delegates/gpu/common:status", 39 "//tensorflow/lite/delegates/gpu/common:types", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | BUILD | 9 "//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/llvm-project/mlir/test/Dialect/GPU/ |
D | ops.mlir | 3 module attributes {gpu.container_module} { 7 …// CHECK: gpu.launch blocks(%{{.*}}, %{{.*}}, %{{.*}}) in (%{{.*}} = %{{.*}}, %{{.*}} = %{{.*}}, %… 8 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %sz, %grid_y = %sz, %grid_z = %sz) 10 // CHECK: gpu.terminator 11 gpu.terminator 18 …// CHECK: gpu.launch blocks(%{{.*}}, %{{.*}}, %{{.*}}) in (%{{.*}} = %{{.*}}, %{{.*}} = %{{.*}}, %… 19 gpu.launch blocks(%bx, %by, %bz) in (%grid_x = %blk, %grid_y = %blk, %grid_z = %blk) 23 // CHECK: gpu.terminator 24 gpu.terminator 29 gpu.module @kernels { [all …]
|
D | invalid.mlir | 5 "gpu.launch"(%sz, %sz, %sz, %sz, %sz) ({ 6 gpu.return 15 "gpu.launch"(%sz, %sz, %sz, %sz, %sz, %sz) ({ 18 gpu.return 26 // @expected-note@+1 {{in 'gpu.launch' body region}} 27 gpu.launch blocks(%bx, %by, %bz) in (%sbx = %sz, %sby = %sz, %sbz = %sz) 29 // @expected-error@+1 {{expected 'gpu.terminator' or a terminator with successors}} 39 "gpu.launch_func"(%sz, %sz, %sz, %sz, %sz) 48 …// expected-error@+1 {{expected the closest surrounding module to have the 'gpu.container_module' … 49 gpu.launch_func @foo::@bar blocks in (%sz, %sz, %sz) threads in (%sz, %sz, %sz) [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | BUILD | 13 "//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/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 43 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 …]
|
D | tegra_screen.c | 52 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/gl/kernels/ |
D | BUILD | 17 "//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/ |
D | BUILD | 38 "//tensorflow/lite/delegates/gpu:api", 39 "//tensorflow/lite/delegates/gpu/cl/kernels:converter", 40 "//tensorflow/lite/delegates/gpu/common:data_type", 41 "//tensorflow/lite/delegates/gpu/common:model", 42 "//tensorflow/lite/delegates/gpu/common:precision", 43 "//tensorflow/lite/delegates/gpu/common:shape", 44 "//tensorflow/lite/delegates/gpu/common:status", 45 "//tensorflow/lite/delegates/gpu/common:tensor", 46 "//tensorflow/lite/delegates/gpu/common/task:tensor_desc", 60 "//tensorflow/lite/delegates/gpu/common:data_type", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | BUILD | 14 "//tensorflow/lite/delegates/gpu/common:access_type", 15 "//tensorflow/lite/delegates/gpu/common:data_type", 16 "//tensorflow/lite/delegates/gpu/common:status", 17 "//tensorflow/lite/delegates/gpu/common:types", 18 "//tensorflow/lite/delegates/gpu/common:util", 19 "//tensorflow/lite/delegates/gpu/common/task:gpu_object_desc", 31 "//tensorflow/lite/delegates/gpu/common:data_type", 32 "//tensorflow/lite/delegates/gpu/common:status", 47 "//tensorflow/lite/delegates/gpu/common:access_type", 48 "//tensorflow/lite/delegates/gpu/common:data_type", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | BUILD | 21 "//tensorflow/lite/delegates/gpu/common:operations", 22 "//tensorflow/lite/delegates/gpu/common:status", 23 "//tensorflow/lite/delegates/gpu/common/tasks:add_test_util", 34 "//tensorflow/lite/delegates/gpu/cl:cl_operation", 35 "//tensorflow/lite/delegates/gpu/cl:environment", 36 "//tensorflow/lite/delegates/gpu/cl:opencl_wrapper", 37 "//tensorflow/lite/delegates/gpu/cl:tensor", 38 "//tensorflow/lite/delegates/gpu/common:shape", 39 "//tensorflow/lite/delegates/gpu/common:status", 40 "//tensorflow/lite/delegates/gpu/common:tensor", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | BUILD | 10 "//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:util", 15 "//tensorflow/lite/delegates/gpu/common/task:gpu_operation", 16 "//tensorflow/lite/delegates/gpu/common/task:tensor_desc", 17 "//tensorflow/lite/delegates/gpu/common/task:weights_layout", 18 "//tensorflow/lite/delegates/gpu/common/task:work_group_picking", 19 "//tensorflow/lite/delegates/gpu/common/tasks:conv_buffer_1x1", [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | BUILD | 32 "//tensorflow/lite/delegates/gpu/common:status", 33 "//tensorflow/lite/delegates/gpu/common/task:buffer_desc", 48 "//tensorflow/lite/delegates/gpu/common:types", 62 "//tensorflow/lite/delegates/gpu/common:shape", 63 "//tensorflow/lite/delegates/gpu/common:util", 76 "//tensorflow/lite/delegates/gpu/common:data_type", 77 "//tensorflow/lite/delegates/gpu/common:status", 88 "//tensorflow/lite/delegates/gpu/metal/kernels:test_util", 117 "//tensorflow/lite/delegates/gpu/common:kernel_info", 118 "//tensorflow/lite/delegates/gpu/common:precision", [all …]
|
/external/llvm-project/mlir/test/Conversion/GPUToSPIRV/ |
D | builtins.mlir | 1 // RUN: mlir-opt -split-input-file -convert-gpu-to-spirv %s -o - | FileCheck %s 3 module attributes {gpu.container_module} { 6 gpu.launch_func @kernels::@builtin_workgroup_id_x 13 gpu.module @kernels { 14 gpu.func @builtin_workgroup_id_x() kernel 19 %0 = "gpu.block_id"() {dimension = "x"} : () -> index 20 gpu.return 27 module attributes {gpu.container_module} { 30 gpu.launch_func @kernels::@builtin_workgroup_id_y 37 gpu.module @kernels { [all …]
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo_vulkan.cpp | 155 GPUDeviceInfo &gpu = info->gpus[i]; in GetSystemInfoVulkan() local 156 gpu.vendorId = properties.vendorID; in GetSystemInfoVulkan() 157 gpu.deviceId = properties.deviceID; in GetSystemInfoVulkan() 165 gpu.driverVendor = "Advanced Micro Devices, Inc"; in GetSystemInfoVulkan() 166 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkan() 167 gpu.detailedDriverVersion.major = properties.driverVersion; in GetSystemInfoVulkan() 170 gpu.driverVendor = "Arm Holdings"; in GetSystemInfoVulkan() 171 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkan() 172 gpu.detailedDriverVersion.major = properties.driverVersion; in GetSystemInfoVulkan() 175 gpu.driverVendor = "Broadcom"; in GetSystemInfoVulkan() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/converters/ |
D | BUILD | 16 "//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/ |
D | prime_mmap_kms.c | 142 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/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | BUILD | 35 "//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/metal/kernels/ |
D | BUILD | 25 "//tensorflow/lite/delegates/gpu/common/tasks:add_test_util", 48 "//tensorflow/lite/delegates/gpu/common/tasks:concat_test_util", 71 "//tensorflow/lite/delegates/gpu/common/tasks:conv_metal", 72 "//tensorflow/lite/delegates/gpu/common/tasks:conv_powervr_test_util", 73 "//tensorflow/lite/delegates/gpu/common/tasks:winograd", 96 "//tensorflow/lite/delegates/gpu/common/tasks:conv_weights_converter_test_util", 119 "//tensorflow/lite/delegates/gpu/common/tasks:depthwise_conv_3x3_stride_h2_test_util", 120 "//tensorflow/lite/delegates/gpu/common/tasks:depthwise_conv_3x3_test_util", 121 "//tensorflow/lite/delegates/gpu/common/tasks:depthwise_conv_test_util", 144 "//tensorflow/lite/delegates/gpu/common/tasks:elementwise_test_util", [all …]
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 39 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 …]
|
D | GrVkMemory.cpp | 34 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/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 41 void GrVkCommandBuffer::freeGPUData(const GrGpu* gpu, VkCommandPool cmdPool) const { in freeGPUData() argument 51 GrVkGpu* vkGpu = (GrVkGpu*)gpu; in freeGPUData() 81 void GrVkCommandBuffer::pipelineBarrier(const GrVkGpu* gpu, in pipelineBarrier() argument 131 this->submitPipelineBarriers(gpu); in pipelineBarrier() 147 this->submitPipelineBarriers(gpu, true); in pipelineBarrier() 151 void GrVkCommandBuffer::submitPipelineBarriers(const GrVkGpu* gpu, bool forSelfDependency) { in submitPipelineBarriers() argument 165 GR_VK_CALL(gpu->vkInterface(), CmdPipelineBarrier( in submitPipelineBarriers() 182 void GrVkCommandBuffer::bindInputBuffer(GrVkGpu* gpu, uint32_t binding, in bindInputBuffer() argument 191 GR_VK_CALL(gpu->vkInterface(), CmdBindVertexBuffers(fCmdBuffer, in bindInputBuffer() 201 void GrVkCommandBuffer::bindIndexBuffer(GrVkGpu* gpu, sk_sp<const GrBuffer> buffer) { in bindIndexBuffer() argument [all …]
|
/external/mesa3d/src/broadcom/common/ |
D | v3d_cpu_tiling.h | 32 void *gpu, uint32_t gpu_stride) in v3d_load_utile() argument 53 : [gpu] "r"(gpu), in v3d_load_utile() 78 : [gpu] "r"(gpu), in v3d_load_utile() 102 : [gpu] "r"(gpu), in v3d_load_utile() 127 : [gpu] "r"(gpu), in v3d_load_utile() 135 memcpy(cpu, gpu + gpu_offset, gpu_stride); in v3d_load_utile() 141 v3d_store_utile(void *gpu, uint32_t gpu_stride, in v3d_store_utile() argument 163 : [gpu] "r"(gpu), in v3d_store_utile() 186 : [gpu] "r"(gpu), in v3d_store_utile() 208 : [gpu] "r"(gpu), in v3d_store_utile() [all …]
|