| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 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; 140 decl.Range.First = decl.Range.Last = ts->num_inputs++; 142 ts->face_input = decl.Range.First;
|
| 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; 125 decl.Range.First = firstIdx; 146 decl.Range.First = 167 decl.Range.First = 182 decl.Range.First = 198 decl.Range.First =
|
| H A D | tgsi_point_sprite.c | 121 ts->point_size_in = decl->Range.First; 124 ts->point_pos_in = decl->Range.First; 129 ts->point_size_out = decl->Range.First; 132 ts->point_pos_out = decl->Range.First;
|
| H A D | tgsi_scan.c | 595 info->input_array_first[array_id] = fulldecl->Range.First; 600 info->output_array_first[array_id] = fulldecl->Range.First; 607 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++) { 610 (reg - fulldecl->Range.First); 668 index = fulldecl->Range.First; 981 dst->Register.Index >= array->range.First &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 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; 140 decl.Range.First = decl.Range.Last = ts->num_inputs++; 142 ts->face_input = decl.Range.First;
|
| 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; 125 decl.Range.First = firstIdx; 146 decl.Range.First = 167 decl.Range.First = 182 decl.Range.First = 198 decl.Range.First =
|
| H A D | tgsi_point_sprite.c | 121 ts->point_size_in = decl->Range.First; 124 ts->point_pos_in = decl->Range.First; 129 ts->point_size_out = decl->Range.First; 132 ts->point_pos_out = decl->Range.First;
|
| H A D | tgsi_scan.c | 617 info->input_array_first[array_id] = fulldecl->Range.First; 622 info->output_array_first[array_id] = fulldecl->Range.First; 629 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++) { 632 (reg - fulldecl->Range.First); 689 index = fulldecl->Range.First; 1004 dst->Register.Index >= array->range.First &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 70 /* First instruction processed? */ 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; 206 for (i = decl->Range.First; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 70 /* First instruction processed? */ 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; 206 for (i = decl->Range.First; [all...] |
| /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++) { 213 pctx->wincoordInput = (int) decl->Range.First; 217 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 289 decl.Range.First =
|
| /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++) { 213 pctx->wincoordInput = (int) decl->Range.First; 217 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 289 decl.Range.First =
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_setup.c | 213 if (reg_index >= array->range.First && reg_index <= array->range.Last) 234 range.First = 0; 276 reg_index - ctx->temp_arrays[array_id - 1].range.First); 290 index = si_llvm_bound_index(ctx, index, array->range.Last - array->range.First + 1); 323 unsigned i, size = range.Last - range.First + 1; 333 tmp_reg.Register.Index = i + range.First; 370 si_get_indirect_index(ctx, reg_indirect, 1, reg_index - range.First); 395 LLVMValueRef index = si_get_indirect_index(ctx, reg_indirect, 1, reg_index - range.First); 402 size = range.Last - range.First + 1; 406 temp_ptr = ctx->outputs[i + range.First][chan_inde [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86VidMode.c | 161 for (p = pVidMode->Next; p != NULL && p != pVidMode->First; p = p->next) { 184 pVidMode->First = pScrn->modes; 185 pVidMode->Next = pVidMode->First->next; 187 if (pVidMode->First->status == MODE_OK) { 188 *mode = pVidMode->First; 189 *dotClock = xf86VidModeGetDotClock(pScreen, pVidMode->First->Clock);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Privstr.h | 131 DisplayModePtr First; member in struct:__anon813e10320508
|
| H A D | xf86VidMode.c | 228 pVidMode->First = pScrn->modes; 229 pVidMode->Next = pVidMode->First->next; 231 if (pVidMode->First->status == MODE_OK) { 232 *mode = (pointer)(pVidMode->First); 233 *dotClock = VidModeGetDotClock(scrnIndex, pVidMode->First->Clock); 253 for (p = pVidMode->Next; p != NULL && p != pVidMode->First; p = p->next) {
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CONTRIBUTING.md | 1 Want to contribute? Great! First, read this page (including the small print at
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_decl_sm30.c | 577 unsigned first = decl->Range.First; 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; 609 unsigned unit = decl->Range.First; 610 assert(decl->Range.First == decl->Range.Last);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | vidmodestr.h | 106 DisplayModePtr First; member in struct:__anon41eac9b60408
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | sampler.rst | 38 * ``PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE``: First, the absolute value of the 40 * ``PIPE_TEX_WRAP_MIRROR_CLAMP_TO_BORDER``: First, the absolute value of the 43 * ``PIPE_TEX_WRAP_MIRROR_CLAMP``: First, the absolute value of the coord is
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | sampler.rst | 38 * ``PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE``: First, the absolute value of the 40 * ``PIPE_TEX_WRAP_MIRROR_CLAMP_TO_BORDER``: First, the absolute value of the 43 * ``PIPE_TEX_WRAP_MIRROR_CLAMP``: First, the absolute value of the coord is
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | startx.cpp | 99 XCOMM First, start caching fonts
|