Searched refs:candidates (Results 1 - 25 of 127) sorted by relevance

123456

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_export.h36 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 Dsfn_instruction_lds.cpp28 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 Dsfn_instruction_export.cpp41 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 Dsfn_instruction_lds.h11 void replace_values(const ValueSet& candidates, PValue new_value) override;
64 void replace_values(const ValueSet& candidates, PValue new_value) override;
H A Dsfn_instruction_gds.cpp158 void GDSStoreTessFactor::replace_values(const ValueSet& candidates, PValue new_value) argument
160 for (auto& c: candidates) {
H A Dsfn_instruction_alu.h119 void replace_values(const ValueSet& candidates, PValue new_value) override;
H A Dsfn_instruction_base.h111 virtual void replace_values(const ValueSet& candidates, PValue new_value);
H A Dsfn_instruction_tex.h84 void replace_values(const ValueSet& candidates, PValue new_value) override;
H A Dsfn_instruction_alu.cpp115 void AluInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument
117 for (auto c: candidates) {
H A Dsfn_instruction_base.cpp149 void Instruction::replace_values(UNUSED const ValueSet& candidates, UNUSED PValue new_value) argument
H A Dsfn_instruction_fetch.h81 void replace_values(const ValueSet& candidates, PValue new_value) override;
H A Dsfn_instruction_fetch.cpp234 void FetchInstruction::replace_values(const ValueSet& candidates, PValue new_value) argument
238 for (auto c: candidates) {
H A Dsfn_instruction_tex.cpp59 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 Dasm.py361 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 Ddownload.rst20 When a new release is coming, release candidates (betas) may be found in
H A Dreleasing.rst42 - 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 D9.0.3.rst94 - cherry-ignore: Ignore candidates for the 9.1 branch.
182 - cherry-ignore: Ignore candidates for the 9.1 branch.
H A D18.3.5.rst152 - glsl: TCS outputs can not be transform feedback candidates on GLES
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3355 // 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 Dltmain.sh3733 $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 Dltmain.sh3664 $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 Dltmain.sh3664 $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 Dltmain.sh3693 $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 Dltmain.sh3749 $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 Dltmain.sh7847 $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"

Completed in 52 milliseconds

123456