| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_two_side.c | 75 unsigned range_end = decl->Range.Last + 1; 81 ts->front_color_input[decl->Semantic.Index] = decl->Range.First; 85 ts->face_input = decl->Range.First; 115 decl.Range.First = decl.Range.Last = ts->num_inputs++; 118 ts->back_color_input[i] = decl.Range.First; 127 decl.Range.First = ts->num_temps; 128 decl.Range.Last = ts->num_temps + num_colors - 1; 140 decl.Range.First = decl.Range.Last = ts->num_inputs++ [all...] |
| tgsi_emulate.c | 71 decl.Range.First = decl.Range.Last = ctx->info.num_inputs; 78 decl.Range.First = decl.Range.Last = ctx->info.num_outputs;
|
| tgsi_transform.h | 105 decl.Range.First = firstIdx; 106 decl.Range.Last = lastIdx; 125 decl.Range.First = firstIdx; 126 decl.Range.Last = lastIdx; 146 decl.Range.First = 147 decl.Range.Last = index; 167 decl.Range.First = 168 decl.Range.Last = index; 182 decl.Range.First = 183 decl.Range.Last = index [all...] |
| tgsi_dynamic_indexing.c | 76 dc->orig_num_tmp = decl->Range.Last; 77 decl->Range.Last = decl->Range.Last + 3; 81 dc->const_buf_range[decl->Dim.Index2D] = decl->Range.Last;
|
| tgsi_parse.h | 63 struct tgsi_declaration_range Range;
|
| tgsi_scan.c | 617 info->input_array_first[array_id] = fulldecl->Range.First; 618 info->input_array_last[array_id] = fulldecl->Range.Last; 622 info->output_array_first[array_id] = fulldecl->Range.First; 623 info->output_array_last[array_id] = fulldecl->Range.Last; 629 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++) { 632 (reg - fulldecl->Range.First); 689 index = fulldecl->Range.First; 977 array->range = decl->Range; [all...] |
| tgsi_aa_point.c | 70 ts->color_out = decl->Range.First; 76 ts->num_tmp = MAX2(ts->num_tmp, (unsigned)(decl->Range.Last + 1));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_two_side.c | 75 unsigned range_end = decl->Range.Last + 1; 81 ts->front_color_input[decl->Semantic.Index] = decl->Range.First; 85 ts->face_input = decl->Range.First; 115 decl.Range.First = decl.Range.Last = ts->num_inputs++; 118 ts->back_color_input[i] = decl.Range.First; 127 decl.Range.First = ts->num_temps; 128 decl.Range.Last = ts->num_temps + num_colors - 1; 140 decl.Range.First = decl.Range.Last = ts->num_inputs++ [all...] |
| tgsi_emulate.c | 71 decl.Range.First = decl.Range.Last = ctx->info.num_inputs; 78 decl.Range.First = decl.Range.Last = ctx->info.num_outputs;
|
| tgsi_transform.h | 105 decl.Range.First = firstIdx; 106 decl.Range.Last = lastIdx; 125 decl.Range.First = firstIdx; 126 decl.Range.Last = lastIdx; 146 decl.Range.First = 147 decl.Range.Last = index; 167 decl.Range.First = 168 decl.Range.Last = index; 182 decl.Range.First = 183 decl.Range.Last = index [all...] |
| tgsi_parse.h | 63 struct tgsi_declaration_range Range;
|
| tgsi_scan.c | 595 info->input_array_first[array_id] = fulldecl->Range.First; 596 info->input_array_last[array_id] = fulldecl->Range.Last; 600 info->output_array_first[array_id] = fulldecl->Range.First; 601 info->output_array_last[array_id] = fulldecl->Range.Last; 607 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++) { 610 (reg - fulldecl->Range.First); 668 index = fulldecl->Range.First; 954 array->range = decl->Range; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_vs_draw.c | 84 decl.Range.First = decl.Range.Last = reg; 101 decl.Range.First = decl.Range.Last = reg; 115 for (i = before->Range.First; i < ARRAY_SIZE(vsctx->out_remap); i++) { 121 before->Range.First + vsctx->decl_shift); 134 for (i = after->Range.First+1; i < ARRAY_SIZE(vsctx->out_remap); i++) { 140 after->Range.First + 1); 154 vsctx->pos_output = decl->Range.First; 201 decl->Range.First += vsctx->decl_shift [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_vs_draw.c | 84 decl.Range.First = decl.Range.Last = reg; 101 decl.Range.First = decl.Range.Last = reg; 115 for (i = before->Range.First; i < ARRAY_SIZE(vsctx->out_remap); i++) { 121 before->Range.First + vsctx->decl_shift); 134 for (i = after->Range.First+1; i < ARRAY_SIZE(vsctx->out_remap); i++) { 140 after->Range.First + 1); 154 vsctx->pos_output = decl->Range.First; 201 decl->Range.First += vsctx->decl_shift [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.cpp | 104 for (Range *next, *r = head; r; r = next) { 114 Range *r, **nextp = &head; 148 (*nextp) = new Range(a, b); 158 for (Range *r = head; r && r->bgn <= pos; r = r->next) 167 Range *a = this->head; 168 Range *b = that.head; 180 for (Range *rA = this->head; rA; rA = rA->next) 181 for (Range *rB = iv.head; rB; rB = rB->next) 191 for (Range *r = that.head; r; r = r->next) 198 for (Range *next, *r = that.head; r; r = next) [all...] |
| nv50_ir_util.h | 448 class Range 451 Range(int a, int b) : next(0), bgn(a), end(b) { } 453 Range *next; 457 void coalesce(Range **ptail) 459 Range *rnn; 473 Range *head; 474 Range *tail; 506 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 523 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 535 // NOTE: range may not cross 32 bit boundary (implies n <= 32 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_util.cpp | 104 for (Range *next, *r = head; r; r = next) { 114 Range *r, **nextp = &head; 148 (*nextp) = new Range(a, b); 158 for (Range *r = head; r && r->bgn <= pos; r = r->next) 167 Range *a = this->head; 168 Range *b = that.head; 180 for (Range *rA = this->head; rA; rA = rA->next) 181 for (Range *rB = iv.head; rB; rB = rB->next) 191 for (Range *r = that.head; r; r = r->next) 198 for (Range *next, *r = that.head; r; r = next) [all...] |
| nv50_ir_util.h | 448 class Range 451 Range(int a, int b) : next(0), bgn(a), end(b) { } 453 Range *next; 457 void coalesce(Range **ptail) 459 Range *rnn; 473 Range *head; 474 Range *tail; 506 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 523 // NOTE: range may not cross 32 bit boundary (implies n <= 32) 535 // NOTE: range may not cross 32 bit boundary (implies n <= 32 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_pstipple.c | 206 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 211 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); 213 pctx->wincoordInput = (int) decl->Range.First; 217 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 289 decl.Range.First = 290 decl.Range.Last = wincoordInput;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_pstipple.c | 206 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 211 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); 213 pctx->wincoordInput = (int) decl->Range.First; 217 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 289 decl.Range.First = 290 decl.Range.Last = wincoordInput;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atimach64xv.c | 417 INT32 Range; 424 Range = ATIMach64Attribute[iAttribute].max_value - 427 if (Range >= 0) 434 else if (Value > Range) 435 Value = Range; 437 if (Range != ATIMach64AttributeInfo[iAttribute].MaxValue) 441 if (Range > 0) 442 Value /= Range; 465 INT32 Range; 475 Range = ATIMach64Attribute[iAttribute].max_value [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_tgsi_decl_sm30.c | 577 unsigned first = decl->Range.First; 578 unsigned last = decl->Range.Last; 590 emit->num_samplers = MAX2(emit->num_samplers, decl->Range.Last + 1); 609 unsigned unit = decl->Range.First; 610 assert(decl->Range.First == decl->Range.Last);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_tgsi_decl_sm30.c | 577 unsigned first = decl->Range.First; 578 unsigned last = decl->Range.Last; 590 emit->num_samplers = MAX2(emit->num_samplers, decl->Range.Last + 1); 609 unsigned unit = decl->Range.First; 610 assert(decl->Range.First == decl->Range.Last);
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| gtest-param-test.h | 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 86 // ValuesIn(begin,end) container, or an iterator range [begin, end). 205 // Range() returns generators providing sequences of values in a range. 208 // Range(start, end) 211 // Range(start, end, step) 215 // * The generated sequences never include end. For example, Range(1, 5) 216 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2) 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { 235 internal::ParamGenerator<T> Range(T start, T end) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_setup.c | 213 if (reg_index >= array->range.First && reg_index <= array->range.Last) 226 struct tgsi_declaration_range range; local 231 return ctx->temp_arrays[array_id - 1].range; 234 range.First = 0; 235 range.Last = bld_base->info->file_max[File]; 236 return range; 276 reg_index - ctx->temp_arrays[array_id - 1].range.First); 278 /* Ensure that the index is within a valid range, to guard against 290 index = si_llvm_bound_index(ctx, index, array->range.Last - array->range.First + 1) 367 struct tgsi_declaration_range range = local 394 struct tgsi_declaration_range range = get_array_range(bld_base, file, reg_index, reg_indirect); local [all...] |