Home
last modified time | relevance | path

Searched refs:blockY (Results 1 – 8 of 8) sorted by relevance

/external/skia/docs/examples/
DGradientShader_MakeLinear.cpp23 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/
Dtf_rocm_runtime_wrappers.cc97 intptr_t blockY, intptr_t blockZ, in tfKernelGenLaunchKernel() argument
113 hipModuleLaunchKernel(function, gridX, gridY, gridZ, blockX, blockY, in tfKernelGenLaunchKernel()
Dtf_cuda_runtime_wrappers.cc96 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/
Dcuda-runtime-wrappers.cpp66 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/
Drocm-runtime-wrappers.cpp66 intptr_t blockX, intptr_t blockY, in mgpuLaunchKernel() argument
71 blockX, blockY, blockZ, smem, in mgpuLaunchKernel()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp589 GLuint blockY = y / m_blockSize; in updateTextureData() local
591 if ((static_cast<int>((blockX + blockY) % 2)) == m_modulo) in updateTextureData()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp2513 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/
Dcupti_tracer.cc564 event.kernel_info.block_y = kernel->blockY; in AddKernelActivityEvent()