HomeSort by relevance Sort by last modified time
    Searched refs:gpu (Results 476 - 500 of 554) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/layers/
threading.cpp 127 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreateInfo,
129 layer_data *my_instance_data = GetLayerDataPtr(get_dispatch_key(gpu), layer_data_map);
143 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
threading.cpp 129 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreateInfo,
131 layer_data *my_instance_data = get_my_data_ptr(get_dispatch_key(gpu), layer_data_map);
145 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
  /external/skia/infra/bots/
gen_tasks.go 113 "gpu:none",
224 // than CPU or GPU.
294 gpu, ok := map[string]string{
307 glog.Fatalf("Entry %q not found in Win GPU mapping.", parts["cpu_or_gpu_value"])
309 d["gpu"] = gpu
321 gpu, ok := map[string]string{
330 glog.Fatalf("Entry %q not found in Ubuntu GPU mapping.", parts["cpu_or_gpu_value"])
332 d["gpu"] = gpu
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 113 "gpu:none",
224 // than CPU or GPU.
295 gpu, ok := map[string]string{
310 glog.Fatalf("Entry %q not found in Win GPU mapping.", parts["cpu_or_gpu_value"])
312 d["gpu"] = gpu
324 gpu, ok := map[string]string{
333 glog.Fatalf("Entry %q not found in Ubuntu GPU mapping.", parts["cpu_or_gpu_value"])
335 d["gpu"] = gpu
    [all...]
  /external/skia/samplecode/
SampleCCPRGeometry.cpp 166 caption = "Use GPU backend to visualize geometry.";
247 GrContext* context = state->gpu()->getContext();
249 ? static_cast<GrGLGpu*>(state->gpu())
  /external/skqp/samplecode/
SampleCCPRGeometry.cpp 166 caption = "Use GPU backend to visualize geometry.";
247 GrContext* context = state->gpu()->getContext();
249 ? static_cast<GrGLGpu*>(state->gpu())
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 30 Since accelerator, such as GPU, usually runs operation asynchronously, you
137 MatMul 618.97ms (63.56%, 16.51%), |/job:worker/replica:0/task:0/cpu:0|/job:worker/replica:0/task:0/device:GPU:0|/job:worker/replica:0/task:0/device:GPU:1|/job:worker/replica:0/task:0/device:GPU:2|/job:worker/replica:0/task:0/device:GPU:3
157 graph -max_depth 10000000 -step 0 -account_type_regexes .*gpu:3.*,.*worker.*cpu:0.* -output timeline:outfile=<filename.json>
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
SdkAvdPreparer.java 75 @Option(name = "gpu", description = "launch emulator with GPU on")
222 emulatorArgs.add("-gpu");
285 * Sets programmatically whether the gpu should be on or off.
287 * @param gpu
289 public void setGpu(boolean gpu) {
290 mGpu = gpu;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 251 VK_CALL(vkGetPhysicalDeviceSurfaceCapabilitiesKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(),
268 VK_CALL(vkGetPhysicalDeviceSurfaceFormatsKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(),
272 VK_CALL(vkGetPhysicalDeviceSurfaceFormatsKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(),
480 vkGetPhysicalDeviceMemoryProperties(mDeviceInfo->gpu(), &memoryProperties);
    [all...]
  /external/eigen/demos/opengl/
gpuhelper.h 111 extern GpuHelper gpu;
  /external/skia/src/gpu/
GrBackendTextureImageGenerator.cpp 145 resourceProvider->priv().gpu()->waitSemaphore(semaphore);
161 // two texture objects referencing the same GPU object. However, no client can
  /external/skia/src/gpu/gl/
GrGLUniformHandler.cpp 173 return glPB->gpu();
  /external/skia/src/image/
SkImage_Gpu.cpp 219 // let the GPU perform this transformation for us
612 GrGpu* gpu = context->contextPriv().getGpu(); local
613 sk_sp<GrSemaphore> sema = gpu->prepareTextureForCrossContextUsage(texture.get());
628 // If we don't have access to the resource provider and gpu (i.e. in a DDL context) we will not
629 // be able to make everything needed for a GPU CrossContext image. Thus return a raster copy
663 GrGpu* gpu = context->contextPriv().getGpu(); local
665 sk_sp<GrSemaphore> sema = gpu->prepareTextureForCrossContextUsage(texture.get());
    [all...]
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 74 } gpu; member in union:SkCanvasLayerState::__anon34231
  /external/skqp/src/gpu/
GrBackendTextureImageGenerator.cpp 145 resourceProvider->priv().gpu()->waitSemaphore(semaphore);
161 // two texture objects referencing the same GPU object. However, no client can
  /external/skqp/src/gpu/gl/
GrGLUniformHandler.cpp 173 return glPB->gpu();
  /external/skqp/src/utils/
SkCanvasStateUtils.cpp 74 } gpu; member in union:SkCanvasLayerState::__anon34899
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_rewriter.cc 16 #include "tensorflow/compiler/xla/service/gpu/cudnn_batchnorm_rewriter.h"
18 #include "tensorflow/compiler/xla/service/gpu/ir_emission_utils.h"
21 namespace gpu { namespace in namespace:xla
218 } // namespace gpu
fft_thunk.cc 16 #include "tensorflow/compiler/xla/service/gpu/fft_thunk.h"
30 namespace gpu { namespace in namespace:xla
233 } // namespace gpu
fusion_merger.cc 16 #include "tensorflow/compiler/xla/service/gpu/fusion_merger.h"
21 #include "tensorflow/compiler/xla/service/gpu/instruction_fusion.h"
29 namespace gpu { namespace in namespace:xla
262 // overhead from a GPU kernel launch).
312 } // namespace gpu
gpu_layout_assignment.cc 16 #include "tensorflow/compiler/xla/service/gpu/gpu_layout_assignment.h"
21 #include "tensorflow/compiler/xla/service/gpu/ir_emission_utils.h"
29 namespace gpu { namespace in namespace:xla
248 } // namespace gpu
hlo_to_ir_bindings.cc 16 #include "tensorflow/compiler/xla/service/gpu/hlo_to_ir_bindings.h"
21 #include "tensorflow/compiler/xla/service/gpu/ir_emission_utils.h"
31 namespace gpu { namespace in namespace:xla
207 // The GPU backend emits one kernel per top-level HLO, and LLVM views
208 // execution of one kernel as the "whole program" executed on the GPU.
284 } // namespace gpu
instruction_fusion_test.cc 16 #include "tensorflow/compiler/xla/service/gpu/instruction_fusion.h"
24 namespace gpu { namespace in namespace:xla
166 } // namespace gpu

Completed in 2027 milliseconds

<<11121314151617181920>>