Searched refs:blockY (Results 1 – 8 of 8) sorted by relevance
/external/skia/docs/examples/ |
D | GradientShader_MakeLinear.cpp | 23 SkScalar blockY = (i / 2) * 100; in draw() local 24 SkPoint pts[] = { {blockX, blockY}, {blockX + 50, blockY + 100} }; in draw() 35 matr.setRotate(45, blockX, blockY); in draw() 43 auto r = SkRect::MakeLTRB(blockX, blockY, blockX + 100, blockY + 100); in draw()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_rocm_runtime_wrappers.cc | 97 intptr_t blockY, intptr_t blockZ, in tfKernelGenLaunchKernel() argument 113 hipModuleLaunchKernel(function, gridX, gridY, gridZ, blockX, blockY, in tfKernelGenLaunchKernel()
|
D | tf_cuda_runtime_wrappers.cc | 96 intptr_t blockY, intptr_t blockZ, in tfKernelGenLaunchKernel() argument 112 cuLaunchKernel(function, gridX, gridY, gridZ, blockX, blockY, blockZ, in tfKernelGenLaunchKernel()
|
/external/llvm-project/mlir/tools/mlir-cuda-runner/ |
D | cuda-runtime-wrappers.cpp | 66 intptr_t blockX, intptr_t blockY, in mgpuLaunchKernel() argument 70 blockY, blockZ, smem, stream, params, in mgpuLaunchKernel()
|
/external/llvm-project/mlir/tools/mlir-rocm-runner/ |
D | rocm-runtime-wrappers.cpp | 66 intptr_t blockX, intptr_t blockY, in mgpuLaunchKernel() argument 71 blockX, blockY, blockZ, smem, in mgpuLaunchKernel()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureBarrierTests.cpp | 589 GLuint blockY = y / m_blockSize; in updateTextureData() local 591 if ((static_cast<int>((blockX + blockY) % 2)) == m_modulo) in updateTextureData()
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 2513 for (int blockY = 0; blockY < blockCount.y(); blockY++) in decompress() local 2516 const IVec3 blockPos (blockX, blockY, blockZ); in decompress()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_tracer.cc | 564 event.kernel_info.block_y = kernel->blockY; in AddKernelActivityEvent()
|