| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_export.h | 36 void replace_values(const ValueSet& candidates, PValue new_value) override; 42 virtual void replace_values_child(const ValueSet& candidates, PValue new_value); 101 void replace_values_child(const ValueSet& candidates, PValue new_value) override; 162 void replace_values_child(const ValueSet& candidates, PValue new_value) override;
|
| H A D | sfn_instruction_lds.cpp | 28 void LDSReadInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 30 for (auto& c : candidates) { 119 void LDSWriteInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 121 for (auto c: candidates) {
|
| H A D | sfn_instruction_export.cpp | 41 void WriteoutInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 44 for (auto c: candidates) { 49 replace_values_child(candidates, new_value); 52 void WriteoutInstruction::replace_values_child(UNUSED const ValueSet& candidates, argument 171 void WriteScratchInstruction::replace_values_child(const ValueSet& candidates, PValue new_value) argument 176 for (auto c: candidates) { 307 void MemRingOutIntruction::replace_values_child(const ValueSet& candidates, argument 313 for (auto c: candidates) {
|
| H A D | sfn_instruction_lds.h | 11 void replace_values(const ValueSet& candidates, PValue new_value) override; 64 void replace_values(const ValueSet& candidates, PValue new_value) override;
|
| H A D | sfn_instruction_gds.cpp | 158 void GDSStoreTessFactor::replace_values(const ValueSet& candidates, PValue new_value) argument 160 for (auto& c: candidates) {
|
| H A D | sfn_instruction_alu.h | 119 void replace_values(const ValueSet& candidates, PValue new_value) override;
|
| H A D | sfn_instruction_base.h | 111 virtual void replace_values(const ValueSet& candidates, PValue new_value);
|
| H A D | sfn_instruction_tex.h | 84 void replace_values(const ValueSet& candidates, PValue new_value) override;
|
| H A D | sfn_instruction_alu.cpp | 115 void AluInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 117 for (auto c: candidates) {
|
| H A D | sfn_instruction_base.cpp | 149 void Instruction::replace_values(UNUSED const ValueSet& candidates, UNUSED PValue new_value) argument
|
| H A D | sfn_instruction_fetch.h | 81 void replace_values(const ValueSet& candidates, PValue new_value) override;
|
| H A D | sfn_instruction_fetch.cpp | 234 void FetchInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 238 for (auto c: candidates) {
|
| H A D | sfn_instruction_tex.cpp | 59 void TexInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument 62 for (auto c: candidates) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | asm.py | 361 candidates = [c for c in ins.modifiers if mod in c.bare_values] 363 die_if(len(candidates) == 0, f"Invalid modifier {mod} used") 364 assert(len(candidates) == 1) # No ambiguous modifiers 365 opts = candidates[0]
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | download.rst | 20 When a new release is coming, release candidates (betas) may be found in
|
| H A D | releasing.rst | 42 - Typically, the final release will happen after 4 candidates. 61 need of additional candidates to solve some blocking regression(s), the
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.0.3.rst | 94 - cherry-ignore: Ignore candidates for the 9.1 branch. 182 - cherry-ignore: Ignore candidates for the 9.1 branch.
|
| H A D | 18.3.5.rst | 152 - glsl: TCS outputs can not be transform feedback candidates on GLES
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 3355 // Build a list of candidates 3356 ImVector<const char*> candidates; local in function:ExampleAppConsole::TextEditCallback 3359 candidates.push_back(Commands[i]); 3361 if (candidates.Size == 0) 3366 else if (candidates.Size == 1) 3370 data->InsertChars(data->CursorPos, candidates[0]); 3381 for (int i = 0; i < candidates.Size && all_candidates_matches; i++) 3383 c = toupper(candidates[i][match_len]); 3384 else if (c == 0 || c != toupper(candidates[i][match_len])) 3394 data->InsertChars(data->CursorPos, candidates[ [all...] |
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | ltmain.sh | 3733 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3735 $echo "*** with $libname and none of the candidates passed a file format test" 3785 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3787 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | ltmain.sh | 3664 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3666 $echo "*** with $libname and none of the candidates passed a file format test" 3716 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3718 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | ltmain.sh | 3664 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3666 $echo "*** with $libname and none of the candidates passed a file format test" 3716 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3718 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | ltmain.sh | 3693 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3695 $echo "*** with $libname and none of the candidates passed a file format test" 3745 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3747 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| H A D | ltmain.sh | 3749 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3751 $echo "*** with $libname and none of the candidates passed a file format test" 3801 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3803 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | ltmain.sh | 7847 $ECHO "*** with $libname but no candidates were found. (...for file magic test)" 7849 $ECHO "*** with $libname and none of the candidates passed a file format test" 7901 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" 7903 $ECHO "*** with $libname and none of the candidates passed a file format test"
|