| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | 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 [all...] |
| H A D | 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;
|
| H A D | 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 [all...] |
| H A D | tgsi_parse.h | 63 struct tgsi_declaration_range Range; member in struct:tgsi_full_declaration
|
| H A D | 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;
|
| H A D | 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/dist/src/gallium/auxiliary/tgsi/ |
| H A D | 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 [all...] |
| H A D | 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;
|
| H A D | 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 [all...] |
| H A D | 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;
|
| H A D | tgsi_parse.h | 63 struct tgsi_declaration_range Range; member in struct:tgsi_full_declaration
|
| H A D | 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;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | 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 *nex [all...] |
| H A D | nv50_ir_util.h | 448 class Range class in class:nv50_ir::Interval 451 Range(int a, int b) : next(0), bgn(a), end(b) { } function in class:nv50_ir::Interval::Range 453 Range *next; 457 void coalesce(Range **ptail) 459 Range *rnn; 473 Range *head; 474 Range *tail; 582 Range *r = head;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | 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 *nex [all...] |
| H A D | nv50_ir_util.h | 448 class Range class in class:nv50_ir::Interval 451 Range(int a, int b) : next(0), bgn(a), end(b) { } function in class:nv50_ir::Interval::Range 453 Range *next; 457 void coalesce(Range **ptail) 459 Range *rnn; 473 Range *head; 474 Range *tail; 582 Range *r = head;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | 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/dist/src/gallium/auxiliary/util/ |
| H A D | 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/ |
| H A D | atimach64xv.c | 417 INT32 Range; local in function:ATIMach64SetPortAttribute 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; local in function:ATIMach64GetPortAttribute 475 Range [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | 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/gallium/drivers/svga/ |
| H A D | 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/ |
| H A D | gtest-param-test.h | 81 // Range(begin, end [, step]) - Yields values {begin, begin+step, 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) { function in namespace:testing 235 internal::ParamGenerator<T> Range(T start, T end) { function in namespace:testing 236 return Range(start, end, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 592 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) { 608 first = decl->Range.First; 609 last = decl->Range.Last; 702 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) { 706 ctx->input_decls[idx].Range.First = idx; 707 ctx->input_decls[idx].Range.Last = idx; 708 ctx->input_decls[idx].Semantic.Index += idx - decl->Range.First; 722 for (idx = decl->Range [all...] |