| /xsrc/external/mit/MesaLib/dist/bin/ |
| khronos-update.py | 15 class Source: 50 Source('include/KHR/khrplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/KHR/khrplatform.h'), 58 Source('src/egl/generate/egl.xml', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/egl.xml'), 59 Source('include/EGL/egl.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/egl.h'), 60 Source('include/EGL/eglplatform.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglplatform.h'), 61 Source('include/EGL/eglext.h', 'https://github.com/KhronosGroup/EGL-Registry/raw/main/api/EGL/eglext.h'), 62 Source('include/EGL/eglextchromium.h', 'https://chromium.googlesource.com/chromium/src/+/refs/heads/master/ui/gl/EGL/eglextchromium.h?format=TEXT'), 63 Source('include/EGL/eglext_angle.h', 'https://chromium.googlesource.com/angle/angle/+/refs/heads/master/include/EGL/eglext_angle.h?format=TEXT'), 64 Source('include/EGL/eglmesaext.h', None), 72 Source('src/mapi/glapi/registry/gl.xml', 'https://github.com/KhronosGroup/OpenGL-Registry/raw/main/xml/gl (…) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_pair_dead_sources.c | 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
|
| radeon_program_pair.c | 35 * Return the source slot where we installed the given register access, 180 pair->Alpha.Arg[i].Source); 206 pair->RGB.Arg[i].Source); 219 return &pair_inst->RGB.Src[arg->Source]; 221 return &pair_inst->Alpha.Src[arg->Source];
|
| radeon_program_pair.h | 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then 65 unsigned int Source:2;
|
| radeon_variable.c | 87 int src_index = reader->U.P.Arg->Source; 94 * find a source the ca be reused. 98 /* Reuse the source index of the source that 101 * for this because it might return a source 128 "Can't allocate source for " 137 if (reader->U.P.Arg->Source != RC_PAIR_PRESUB_SRC) { 138 reader->U.P.Arg->Source = src_index; 494 * friends that write this source, we can stop 496 * other variables in the list will write this source [all...] |
| radeon_program_print.c | 408 if(inst->RGB.Arg[arg].Source == RC_PAIR_PRESUB_SRC) 411 fprintf(f,"%d", inst->RGB.Arg[arg].Source); 443 if(inst->Alpha.Arg[arg].Source == RC_PAIR_PRESUB_SRC) 446 fprintf(f,"%d", inst->Alpha.Arg[arg].Source);
|
| radeon_pair_schedule.c | 465 * their source registers read from before any of the 469 * to one of the committed instruction's source register can be 546 /* If free_source < 0 then there are no free source 568 * source is already in the correct place. */ 573 * presubtract source in the correct place. */ 575 /*If this arg does not read from an rgb source, 582 if (dst_full->RGB.Arg[arg].Source == srcp_src) 583 dst_full->RGB.Arg[arg].Source = free_source; 587 else if(dst_full->RGB.Arg[arg].Source == free_source 589 dst_full->RGB.Arg[arg].Source = srcp_src 633 int source; local [all...] |
| radeon_pair_translate.c | 148 * Fill the given ALU instruction's opcodes and source operands into the given pair, 216 int source; local 236 source = rc_pair_alloc_source(pair, srcrgb, srcalpha, 238 if (source < 0) { 243 pair->RGB.Arg[i].Source = source; 263 source = rc_pair_alloc_source(pair, srcrgb, srcalpha, 265 if (source < 0) { 270 pair->Alpha.Arg[i].Source = source; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_pair_dead_sources.c | 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1;
|
| radeon_program_pair.c | 35 * Return the source slot where we installed the given register access, 180 pair->Alpha.Arg[i].Source); 206 pair->RGB.Arg[i].Source); 219 return &pair_inst->RGB.Src[arg->Source]; 221 return &pair_inst->Alpha.Src[arg->Source];
|
| radeon_program_pair.h | 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then 65 unsigned int Source:2;
|
| radeon_variable.c | 87 int src_index = reader->U.P.Arg->Source; 94 * find a source the ca be reused. 98 /* Reuse the source index of the source that 101 * for this because it might return a source 128 "Can't allocate source for " 137 if (reader->U.P.Arg->Source != RC_PAIR_PRESUB_SRC) { 138 reader->U.P.Arg->Source = src_index; 494 * friends that write this source, we can stop 496 * other variables in the list will write this source [all...] |
| radeon_program_print.c | 408 if(inst->RGB.Arg[arg].Source == RC_PAIR_PRESUB_SRC) 411 fprintf(f,"%d", inst->RGB.Arg[arg].Source); 443 if(inst->Alpha.Arg[arg].Source == RC_PAIR_PRESUB_SRC) 446 fprintf(f,"%d", inst->Alpha.Arg[arg].Source);
|
| radeon_pair_schedule.c | 465 * their source registers read from before any of the 469 * to one of the committed instruction's source register can be 546 /* If free_source < 0 then there are no free source 568 * source is already in the correct place. */ 573 * presubtract source in the correct place. */ 575 /*If this arg does not read from an rgb source, 582 if (dst_full->RGB.Arg[arg].Source == srcp_src) 583 dst_full->RGB.Arg[arg].Source = free_source; 587 else if(dst_full->RGB.Arg[arg].Source == free_source 589 dst_full->RGB.Arg[arg].Source = srcp_src 633 int source; local [all...] |
| radeon_pair_translate.c | 146 * Fill the given ALU instruction's opcodes and source operands into the given pair, 214 int source; local 234 source = rc_pair_alloc_source(pair, srcrgb, srcalpha, 236 if (source < 0) { 241 pair->RGB.Arg[i].Source = source; 261 source = rc_pair_alloc_source(pair, srcrgb, srcalpha, 263 if (source < 0) { 268 pair->Alpha.Arg[i].Source = source; [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/ |
| CD_Operations.c | 519 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 540 pParserTempData->Index=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 554 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 565 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 574 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 583 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 592 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 602 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 611 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData); 620 pParserTempData->SourceData32=GetSource[pParserTempData->ParametersType.Source](pParserTempData) [all...] |
| Decoder.c | 62 pParserTempData->ParametersType.Source = pParserTempData->pCmd->Header.Attribute.Source;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/ |
| CD_Structs.h | 216 UINT8 Source; 318 UINT8 Source:3; 320 UINT8 Source:3;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| test_optpass.cpp | 213 shader->Source = input.c_str(); 214 const char *source = shader->Source; local 215 state->error = glcpp_preprocess(state, &source, &state->info_log, 219 _mesa_glsl_lexer_ctor(state, source);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| test_optpass.cpp | 217 shader->Source = input.c_str(); 218 const char *source = shader->Source; local 219 state->error = glcpp_preprocess(state, &source, &state->info_log, 223 _mesa_glsl_lexer_ctor(state, source);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| Android.mk | 4 # Copyright (C) 2015 Android-x86 Open Source Project
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/ |
| Android.mk | 4 # Copyright (C) 2015 Android-x86 Open Source Project
|
| /xsrc/external/mit/xterm/dist/package/ |
| xterm.spec | 12 Source: https://invisible-island.net/archives/xterm/xterm-%{version}.tgz
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| valhall.py | 100 class Source: 201 # Build a single source from XML 209 return Source(i, int(el.get('size', size)), 254 sources = sources + ([Source(i, int(tsize)) for i in range(int(el.attrib.get('srcs', 0)))])
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| glspirv.c | 95 free((void *)sh->Source); 96 sh->Source = NULL;
|