Searched refs:thread_row (Results 1 – 2 of 2) sorted by relevance
79 tables::ThreadTable::Row thread_row; in TraceStorage() local80 thread_row.tid = 0; in TraceStorage()81 thread_table_.Insert(thread_row); in TraceStorage()
237 const int thread_row = threadIdx.z;240 const int thread_pix = thread_row * in_width + thread_col;253 const int data_pix = thread_row * tile_width + thread_col;267 !kKnownEvenHeight && thread_row + (in_height & 1) == block_height;526 const int thread_row = threadIdx.y;530 const int thread_pix = thread_row * in_width + thread_col;543 const int data_pix = thread_row * tile_width + thread_col;561 !kKnownEvenHeight && thread_row + (in_height & 1) == block_height;1210 const int thread_row = threadIdx.z;1213 const int thread_pix = thread_row * in_width + thread_col;[all …]