/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 41 int32_t start_row; member 149 info->start_row = info->index; in get_additional_semantic_info() 156 info->start_row = -1; in get_additional_semantic_info() 161 info->start_row = next_row; in get_additional_semantic_info() 167 info->start_row = next_row - 1; in get_additional_semantic_info() 169 info->start_row = next_row; in get_additional_semantic_info() 185 info->start_row = next_row; in get_additional_semantic_info() 501 elm->reg = semantic->start_row + row; in fill_signature_element() 514 if (semantic->start_row >= 0) { in fill_psv_signature_element() 515 assert(semantic->start_row < 25 in fill_psv_signature_element() [all...] |
H A D | dxil_signature.h | 74 uint8_t start_row; // Starting row of packing location if allocated member
|
H A D | dxil_dump.c | 770 (int)io->start_row, (int)io->rows, in dump_psv_io() 780 _mesa_string_buffer_printf(buf,"%d ", m->sem_index_table.data[io->start_row + k]); in dump_psv_io()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmemmgr.c | 568 * strips; that is, successive access start_row numbers differ by exactly 820 JDIMENSION start_row, JDIMENSION num_rows, boolean writable) in METHODDEF() 821 /* Access the part of a virtual sample array starting at start_row */ in METHODDEF() 825 JDIMENSION end_row = start_row + num_rows; in METHODDEF() 834 if (start_row < ptr->cur_start_row || in METHODDEF() 848 * start_row = 0, so the limiting case applies and we load from 0 anyway. in METHODDEF() 850 if (start_row > ptr->cur_start_row) { in METHODDEF() 851 ptr->cur_start_row = start_row; in METHODDEF() 872 if (ptr->first_undef_row < start_row) { in METHODDEF() 875 undef_row = start_row; /* bu in METHODDEF() [all...] |
H A D | jcdctmgr.c | 485 * position start_row/start_col, and moving to the right for any additional 492 JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) in forward_DCT() 507 sample_data += start_row; /* fold in the vertical offset once */ in forward_DCT() 581 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() 598 sample_data += start_row; /* fold in the vertical offset once */ in forward_DCT_float() 490 forward_DCT(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) forward_DCT() argument 579 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) forward_DCT_float() argument
|
H A D | jpeglib.h | 860 JDIMENSION start_row, JDIMENSION num_rows, 863 JDIMENSION start_row, JDIMENSION num_rows,
|
H A D | jpegint.h | 119 JDIMENSION start_row, JDIMENSION start_col,
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | analysis_enc.c | 403 int start_row, int end_row) { in InitSegmentJob() 409 VP8IteratorSetRow(&job->it, start_row); in InitSegmentJob() 410 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_); in InitSegmentJob() 416 job->delta_progress = (start_row == 0) ? 20 : 0; in InitSegmentJob() 402 InitSegmentJob(VP8Encoder* const enc, SegmentJob* const job, int start_row, int end_row) InitSegmentJob() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 1557 size_t start_row = block_y * image.block_y; 1560 size_t end_row = astc::min(start_row + image.block_y, static_cast<size_t>(image.dim_y)); 1563 for (size_t texel_y = start_row; texel_y < end_row; texel_y++) 1567 vint4 color = texel_func(block_info, texel_x - start_col, texel_y - start_row);
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 766 int start_row, int num_rows, in ApplyInverseTransforms() 770 const int end_row = start_row + num_rows; in ApplyInverseTransforms() 777 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out); in ApplyInverseTransforms() 765 ApplyInverseTransforms(VP8LDecoder* const dec, int start_row, int num_rows, const uint32_t* const rows) ApplyInverseTransforms() argument
|