Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/imaging/hgiMetal/
H A DcomputeCmds.mm106 uint32_t thread_width, thread_height;
109 thread_height = 1;
113 thread_height = maxTotalThreads / exeWidth;
118 MIN(thread_height, dimY), 1)];
/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp316 int thread_height = (*Source).Height() / num_threads; in Grayscale_Image() local
322 thread_info[i].top_y = i * thread_height; in Grayscale_Image()
323 thread_info[i].bot_y = thread_info[i].top_y + thread_height; in Grayscale_Image()
488 int thread_height = (*Source).Height() / num_threads; in Edge_Detect() local
497 thread_info[i].bot_y = thread_info[i].top_y + thread_height; in Edge_Detect()
822 int thread_height = height / num_threads; in Add_Path() local
830 thread_info[i].top_y = i * thread_height; in Add_Path()
831 thread_info[i].bot_y = thread_info[i].top_y + thread_height; in Add_Path()
1008 int thread_height = (*Source).Height() / num_threads; in Remove_Path() local
1016 thread_info[i].top_y = i * thread_height; in Remove_Path()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh231 const int thread_height = threadIdx.y; in DepthwiseConv2dKernelSmall() local
235 const int thread_pix = thread_height * in_width + thread_width; in DepthwiseConv2dKernelSmall()
248 const int data_pix = thread_height * tile_width + thread_width; in DepthwiseConv2dKernelSmall()
263 const bool skip_second = !kEvenHeight && thread_height + (in_height & 1) == block_height; in DepthwiseConv2dKernelSmall()
534 const int thread_height = threadIdx.y; in DepthwiseConv2dBackwardFilterKernelSmall() local
538 const int thread_pix = thread_height * in_width + thread_width; in DepthwiseConv2dBackwardFilterKernelSmall()
551 const int data_pix = thread_height * tile_width + thread_width; in DepthwiseConv2dBackwardFilterKernelSmall()
563 const bool skip_second = block_height + thread_height >= in_height; in DepthwiseConv2dBackwardFilterKernelSmall()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh231 const int thread_height = threadIdx.y; in DepthwiseConv2dKernelSmall() local
235 const int thread_pix = thread_height * in_width + thread_width; in DepthwiseConv2dKernelSmall()
248 const int data_pix = thread_height * tile_width + thread_width; in DepthwiseConv2dKernelSmall()
263 const bool skip_second = !kEvenHeight && thread_height + (in_height & 1) == block_height; in DepthwiseConv2dKernelSmall()
534 const int thread_height = threadIdx.y; in DepthwiseConv2dBackwardFilterKernelSmall() local
538 const int thread_pix = thread_height * in_width + thread_width; in DepthwiseConv2dBackwardFilterKernelSmall()
551 const int data_pix = thread_height * tile_width + thread_width; in DepthwiseConv2dBackwardFilterKernelSmall()
563 const bool skip_second = block_height + thread_height >= in_height; in DepthwiseConv2dBackwardFilterKernelSmall()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dslicetype.c972 int thread_height; in x264_slicetype_frame_cost() local
984 thread_height = t->i_threadslice_end - t->i_threadslice_start; in x264_slicetype_frame_cost()
985 thread_output_size = thread_height + NUM_INTS; in x264_slicetype_frame_cost()
988 output_inter[i][NUM_ROWS] = output_intra[i][NUM_ROWS] = thread_height; in x264_slicetype_frame_cost()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dslicetype.c972 int thread_height; in x264_slicetype_frame_cost() local
984 thread_height = t->i_threadslice_end - t->i_threadslice_start; in x264_slicetype_frame_cost()
985 thread_output_size = thread_height + NUM_INTS; in x264_slicetype_frame_cost()
988 output_inter[i][NUM_ROWS] = output_intra[i][NUM_ROWS] = thread_height; in x264_slicetype_frame_cost()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c920 int thread_height = t->i_threadslice_end - t->i_threadslice_start; in slicetype_frame_cost() local
921 int thread_output_size = thread_height + NUM_INTS; in slicetype_frame_cost()
924 output_inter[i][NUM_ROWS] = output_intra[i][NUM_ROWS] = thread_height; in slicetype_frame_cost()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dslicetype.c920 int thread_height = t->i_threadslice_end - t->i_threadslice_start; in slicetype_frame_cost() local
921 int thread_output_size = thread_height + NUM_INTS; in slicetype_frame_cost()
924 output_inter[i][NUM_ROWS] = output_intra[i][NUM_ROWS] = thread_height; in slicetype_frame_cost()